Started by user DIM Build Running as SYSTEM Building in workspace /var/jenkins/jobs/geckoRSA/workspace [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] Done The recommended git tool is: NONE using credential Gitlab-Builder Cloning the remote Git repository Cloning repository https://gitlab.com/gecko.io/geckoRSA.git > git init /var/jenkins/jobs/geckoRSA/workspace # timeout=10 Fetching upstream changes from https://gitlab.com/gecko.io/geckoRSA.git > git --version # timeout=10 > git --version # 'git version 2.34.1' using GIT_ASKPASS to set credentials Gitlab user for Jenkins > git fetch --tags --force --progress -- https://gitlab.com/gecko.io/geckoRSA.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://gitlab.com/gecko.io/geckoRSA.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10 Checking out Revision 881157ac566f3d7f5da9d7f413265102a2122987 (refs/remotes/origin/develop) > git config core.sparsecheckout # timeout=10 > git checkout -f 881157ac566f3d7f5da9d7f413265102a2122987 # timeout=10 Commit message: "removed old gecko core" > git rev-list --no-walk c2bfe898f7bb0f8d4a0da50b98cfd198121edfa3 # timeout=10 [workspace] $ /bin/sh -xe /tmp/jenkins18287262638167921728.sh + javadoc --help Usage: javadoc [options] [packagenames] [sourcefiles] [@files] where options include: @<file> Read options and filenames from file --add-modules <module>(,<module>)* Root modules to resolve in addition to the initial modules, or all modules on the module path if <module> is ALL-MODULE-PATH. -bootclasspath <path> Override location of platform class files used for non-modular releases -breakiterator Compute first sentence with BreakIterator --class-path <path>, -classpath <path>, -cp <path> Specify where to find user class files -doclet <class> Generate output via alternate doclet -docletpath <path> Specify where to find doclet class files --enable-preview Enable preview language features. To be used in conjunction with either -source or --release. -encoding <name> Source file encoding name -exclude <pkglist> Specify a list of packages to exclude --expand-requires <value> Instructs the tool to expand the set of modules to be documented. By default, only the modules given explicitly on the command line will be documented. A value of "transitive" will additionally include all "requires transitive" dependencies of those modules. A value of "all" will include all dependencies of those modules. -extdirs <dirlist> Override location of installed extensions --help, -help, -?, -h Display command-line options and exit --help-extra, -X Print a synopsis of nonstandard options and exit -J<flag> Pass <flag> directly to the runtime system --limit-modules <module>(,<module>)* Limit the universe of observable modules -locale <name> Locale to be used, e.g. en_US or en_US_WIN --module <module>(,<module>)* Document the specified module(s) --module-path <path>, -p <path> Specify where to find application modules --module-source-path <path> Specify where to find input source files for multiple modules -package Show package/protected/public types and members. For named modules, show all packages and all module details. -private Show all types and members. For named modules, show all packages and all module details. -protected Show protected/public types and members (default). For named modules, show exported packages and the module's API. -public Show only public types and members. For named modules, show exported packages and the module's API. -quiet Do not display status messages --release <release> Provide source compatibility with specified release --show-members <value> Specifies which members (fields, methods, etc.) will be documented, where value can be one of "public", "protected", "package" or "private". The default is "protected", which will show public and protected members, "public" will show only public members, "package" will show public, protected and package members and "private" will show all members. --show-module-contents <value> Specifies the documentation granularity of module declarations. Possible values are "api" or "all". --show-packages <value> Specifies which modules packages will be documented. Possible values are "exported" or "all" packages. --show-types <value> Specifies which types (classes, interfaces, etc.) will be documented, where value can be one of "public", "protected", "package" or "private". The default is "protected", which will show public and protected types, "public" will show only public types, "package" will show public, protected and package types and "private" will show all types. --source <release>, -source <release> Provide source compatibility with specified release --source-path <path>, -sourcepath <path> Specify where to find source files -subpackages <subpkglist> Specify subpackages to recursively load --system <jdk> Override location of system modules used for modular releases --upgrade-module-path <path> Override location of upgradeable modules -verbose Output messages about what Javadoc is doing --version Print version information -Werror Report an error if any warnings occur Provided by the Standard doclet: --add-stylesheet <file> Additional stylesheet file for the generated documentation --allow-script-in-comments Allow JavaScript in options and comments -author Include @author paragraphs -bottom <html-code> Include bottom text for each page -charset <charset> Charset for cross-platform viewing of generated documentation -d <directory> Destination directory for output files -docencoding <name> Specify the character encoding for the output -docfilessubdirs Recursively copy doc-file subdirectories -doctitle <html-code> Include title for the overview page -excludedocfilessubdir <name>:... Exclude any doc-files subdirectories with given name -footer <html-code> Include footer text for each page -group <name> <g1>:<g2>... Group specified elements together in overview page -header <html-code> Include header text for each page -helpfile <file> Include file that help link links to -html5 Generate HTML 5 output. This option is no longer required. --javafx, -javafx Enable JavaFX functionality -keywords Include HTML meta tags with package, class and member info -link <url> Create links to javadoc output at <url> -linkoffline <url1> <url2> Link to docs at <url1> using package list at <url2> --link-platform-properties <url> Link to platform documentation URLs declared in properties file at <url> -linksource Generate source in HTML --main-stylesheet <file>, -stylesheetfile <file> File to change style of the generated documentation -nocomment Suppress description and tags, generate only declarations -nodeprecated Do not include @deprecated information -nodeprecatedlist Do not generate deprecated list -nohelp Do not generate help link -noindex Do not generate index -nonavbar Do not generate navigation bar --no-platform-links Do not generate links to the platform documentation -noqualifier <name1>:<name2>:... Exclude the list of qualifiers from the output -nosince Do not include @since information -notimestamp Do not include hidden time stamp -notree Do not generate class hierarchy --override-methods (detail|summary) Document overridden methods in the detail or summary sections -overview <file> Read overview documentation from HTML file -serialwarn Generate warning about @serial tag --since <release>(,<release>)* Document new and deprecated API in the specified releases --since-label <text> Provide text to use in the heading of the "New API" page -sourcetab <tab length> Specify the number of spaces each tab takes up in the source -splitindex Split index into one file per letter -tag <name>:<locations>:<header> Specify single argument custom tags -taglet The fully qualified name of Taglet to register -tagletpath The path to Taglets -top <html-code> Include top text for each page -use Create class and package usage pages -version Include @version paragraphs -windowtitle <text> Browser window title for the documentation GNU-style options may use = instead of whitespace to separate the name of an option from its value. + java -version openjdk version "17.0.12" 2024-07-16 OpenJDK Runtime Environment (build 17.0.12+7-Ubuntu-1ubuntu222.04) OpenJDK 64-Bit Server VM (build 17.0.12+7-Ubuntu-1ubuntu222.04, mixed mode, sharing) + ./gradlew clean build release -Dmaven.repo.local=/var/jenkins/jobs/geckoRSA/workspace/.m2 -Duser.home=/var/jenkins/jobs/geckoRSA/workspace -Duser.dir=/var/jenkins/jobs/geckoRSA/workspace --stacktrace --info Initialized native services in: /var/lib/jenkins/.gradle/native Initialized jansi services in: /var/lib/jenkins/.gradle/native Removing 0 daemon stop events from registry Starting a Gradle Daemon (subsequent builds will be faster) Starting process 'Gradle build daemon'. Working directory: /var/lib/jenkins/.gradle/daemon/7.4.2 Command: /usr/lib/jvm/java-17-openjdk-amd64/bin/java --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.prefs/java.util.prefs=ALL-UNNAMED --add-opens java.prefs/java.util.prefs=ALL-UNNAMED --add-opens java.base/java.nio.charset=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED --add-opens java.base/java.util.concurrent.atomic=ALL-UNNAMED -Xmx2048M -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant -cp /var/lib/jenkins/.gradle/wrapper/dists/gradle-7.4.2-bin/48ivgl02cpt2ed3fh9dbalvx8/gradle-7.4.2/lib/gradle-launcher-7.4.2.jar org.gradle.launcher.daemon.bootstrap.GradleDaemon 7.4.2 Successfully started process 'Gradle build daemon' An attempt to start the daemon took 0.71 secs. The client will now receive all logging from the daemon (pid: 294352). The daemon log file: /var/lib/jenkins/.gradle/daemon/7.4.2/daemon-294352.out.log Starting build in new daemon [memory: 2 GiB] Closing daemon's stdin at end of input. The daemon will no longer process any standard input. Using 16 worker leases. Watching the file system is configured to be enabled if available Now considering [/var/jenkins/jobs/geckoRSA/workspace] as hierarchies to watch File system watching is active Starting Build Failed to get resource: GET. [HTTP HTTP/1.1 409 : https://bndtools.jfrog.io/bndtools/libs-snapshot-local/biz/aQute/bnd/workspace/biz.aQute.bnd.workspace.gradle.plugin/7.0.0/biz.aQute.bnd.workspace.gradle.plugin-7.0.0.pom)] Failed to get resource: GET. [HTTP HTTP/1.1 409 : https://bndtools.jfrog.io/bndtools/libs-snapshot-local/biz/aQute/bnd/workspace/biz.aQute.bnd.workspace.gradle.plugin/7.0.0/biz.aQute.bnd.workspace.gradle.plugin-7.0.0.pom)] Failed to get resource: GET. [HTTP HTTP/1.1 409 : https://bndtools.jfrog.io/bndtools/libs-snapshot-local/biz/aQute/bnd/biz.aQute.bnd.gradle/7.0.0/biz.aQute.bnd.gradle-7.0.0.pom)] Failed to get resource: GET. [HTTP HTTP/1.1 409 : https://bndtools.jfrog.io/bndtools/libs-snapshot-local/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.pom)] Failed to get resource: GET. [HTTP HTTP/1.1 409 : https://bndtools.jfrog.io/bndtools/libs-snapshot-local/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.pom)] Failed to get resource: GET. [HTTP HTTP/1.1 409 : https://bndtools.jfrog.io/bndtools/libs-snapshot-local/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.0.0/biz.aQute.bnd.embedded-repo-7.0.0.pom)] Failed to get resource: GET. [HTTP HTTP/1.1 409 : https://bndtools.jfrog.io/bndtools/libs-snapshot-local/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.pom)] Failed to get resource: GET. [HTTP HTTP/1.1 409 : https://bndtools.jfrog.io/bndtools/libs-snapshot-local/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.pom)] Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.converter/1.0.1/org.osgi.util.converter-1.0.1.jar Download https://repo.maven.apache.org/maven2/com/google/guava/guava/21.0/guava-21.0.jar Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.configadmin/1.9.10/org.apache.felix.configadmin-1.9.10.jar Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.webconsole.plugins.ds/2.0.8/org.apache.felix.webconsole.plugins.ds-2.0.8.jar Download https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-client/2.26/jersey-client-2.26.jar Download https://repo.maven.apache.org/maven2/com/nimbusds/nimbus-jose-jwt/5.9/nimbus-jose-jwt-5.9.jar Download https://repo.maven.apache.org/maven2/org/emfjson/emfjson-jackson/1.1.0/emfjson-jackson-1.1.0.jar Download https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.jar Download https://repo.maven.apache.org/maven2/org/keycloak/keycloak-osgi-adapter/3.4.3.Final/keycloak-osgi-adapter-3.4.3.Final.jar Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.jar Download https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.console/1.1.300/org.eclipse.equinox.console-1.1.300.jar Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.webconsole/4.3.4/org.apache.felix.webconsole-4.3.4-all.jar Download https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/1.2/accessors-smart-1.2.jar Download https://repo.maven.apache.org/maven2/org/apache/aries/subsystem/org.apache.aries.subsystem.obr/1.0.4/org.apache.aries.subsystem.obr-1.0.4.jar Download https://repo.maven.apache.org/maven2/org/glassfish/jersey/bundles/jaxrs-ri/2.26/jaxrs-ri-2.26.jar Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jcl/1.7.25/slf4j-jcl-1.7.25.jar Download https://repo.maven.apache.org/maven2/org/apache/aries/subsystem/org.apache.aries.subsystem.core/2.0.10/org.apache.aries.subsystem.core-2.0.10.jar Download https://repo.maven.apache.org/maven2/org/glassfish/jersey/media/jersey-media-sse/2.26-b09/jersey-media-sse-2.26-b09.jar Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.promise/1.1.0/org.osgi.util.promise-1.1.0.jar Download https://repo.maven.apache.org/maven2/de/undercouch/bson4jackson/2.9.2/bson4jackson-2.9.2.jar Download https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar Download https://repo.maven.apache.org/maven2/net/minidev/asm/1.0.2/asm-1.0.2.jar Download https://repo.maven.apache.org/maven2/com/nimbusds/lang-tag/1.4.3/lang-tag-1.4.3.jar Download https://repo.maven.apache.org/maven2/org/pac4j/pac4j-core/3.0.0/pac4j-core-3.0.0.jar Download https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.7/jackson-databind-2.9.7.jar Download https://repo.maven.apache.org/maven2/org/pac4j/pac4j-oidc/3.0.0/pac4j-oidc-3.0.0.jar Download https://repo.maven.apache.org/maven2/org/geckoprojects/messaging/org.gecko.adapter.messaging.bnd.library.workspace/1.1.0/org.gecko.adapter.messaging.bnd.library.workspace-1.1.0.jar Download https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-yaml-provider/2.9.7/jackson-jaxrs-yaml-provider-2.9.7.jar Download https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.9.7/jackson-dataformat-yaml-2.9.7.jar Download https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar Download https://repo.maven.apache.org/maven2/org/objenesis/objenesis/2.2/objenesis-2.2.jar Download https://repo.maven.apache.org/maven2/org/mongodb/mongo-java-driver/3.9.1/mongo-java-driver-3.9.1.jar Download https://repo.maven.apache.org/maven2/org/jolokia/jolokia-osgi/1.6.0/jolokia-osgi-1.6.0.jar Download https://repo.maven.apache.org/maven2/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.jar Download https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.23/snakeyaml-1.23.jar Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.http.servlet-api/1.1.2/org.apache.felix.http.servlet-api-1.1.2.jar Download https://repo.maven.apache.org/maven2/io/swagger/core/v3/swagger-jaxrs2/2.0.5/swagger-jaxrs2-2.0.5.jar Download https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar Download https://repo.maven.apache.org/maven2/org/keycloak/keycloak-jetty-adapter-spi/3.4.3.Final/keycloak-jetty-adapter-spi-3.4.3.Final.jar Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.gogo.shell/1.1.0/org.apache.felix.gogo.shell-1.1.0.jar Download https://repo.maven.apache.org/maven2/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.jar Download https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.9.7/jackson-module-jaxb-annotations-2.9.7.jar Download https://repo.maven.apache.org/maven2/org/slf4j/osgi-over-slf4j/1.7.25/osgi-over-slf4j-1.7.25.jar Download https://repo.maven.apache.org/maven2/com/google/guava/guava/20.0/guava-20.0.jar Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar Download https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-properties/2.9.7/jackson-dataformat-properties-2.9.7.jar Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.pushstream/1.0.0/org.osgi.util.pushstream-1.0.0.jar Download https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.7/jackson-annotations-2.9.7.jar Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-ext/1.7.25/slf4j-ext-1.7.25.jar Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.log/1.2.0/org.apache.felix.log-1.2.0.jar Download https://repo.maven.apache.org/maven2/org/keycloak/keycloak-jetty94-adapter/3.4.3.Final/keycloak-jetty94-adapter-3.4.3.Final.jar Download https://repo.maven.apache.org/maven2/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.jar Download https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar Download https://repo.maven.apache.org/maven2/org/eclipse/paho/org.eclipse.paho.client.mqttv3/1.2.0/org.eclipse.paho.client.mqttv3-1.2.0.jar Download https://repo.maven.apache.org/maven2/org/apache/aries/org.apache.aries.util/1.1.3/org.apache.aries.util-1.1.3.jar Download https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/1.7.25/jul-to-slf4j-1.7.25.jar Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.gogo.runtime/1.1.0/org.apache.felix.gogo.runtime-1.1.0.jar Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar Download https://repo.maven.apache.org/maven2/org/slf4j/log4j-over-slf4j/1.7.25/log4j-over-slf4j-1.7.25.jar Download https://repo.maven.apache.org/maven2/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar Download https://repo.maven.apache.org/maven2/javax/mail/mail/1.4.7/mail-1.4.7.jar Download https://repo.maven.apache.org/maven2/io/swagger/core/v3/swagger-models/2.0.5/swagger-models-2.0.5.jar Download https://repo.maven.apache.org/maven2/io/swagger/core/v3/swagger-core/2.0.5/swagger-core-2.0.5.jar Download https://repo.maven.apache.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.reflections/0.9.11_2/org.apache.servicemix.bundles.reflections-0.9.11_2.jar Download https://repo.maven.apache.org/maven2/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar Download https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.logback/1.0.0/org.apache.felix.logback-1.0.0.jar Download https://repo.maven.apache.org/maven2/io/swagger/core/v3/swagger-annotations/2.0.5/swagger-annotations-2.0.5.jar Download https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.3/json-smart-2.3.jar Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.metatype/1.2.2/org.apache.felix.metatype-1.2.2.jar Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.gogo.command/1.0.2/org.apache.felix.gogo.command-1.0.2.jar Download https://repo.maven.apache.org/maven2/org/osgi/osgi.annotation/7.0.0/osgi.annotation-7.0.0.jar Download https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.7/jackson-core-2.9.7.jar Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.fileinstall/3.6.4/org.apache.felix.fileinstall-3.6.4.jar Download https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.4/asm-5.0.4.jar Download https://repo.maven.apache.org/maven2/org/apache/aries/subsystem/org.apache.aries.subsystem.gogo-command/1.0.0/org.apache.aries.subsystem.gogo-command-1.0.0.jar Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.scr/2.1.14/org.apache.felix.scr-2.1.14.jar Download https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.9.7/jackson-dataformat-xml-2.9.7.jar Download https://repo.maven.apache.org/maven2/com/nimbusds/oauth2-oidc-sdk/5.45/oauth2-oidc-sdk-5.45.jar Download https://repo.maven.apache.org/maven2/com/google/guava/guava/22.0/guava-22.0.jar Download https://repo.maven.apache.org/maven2/org/apache/aries/subsystem/org.apache.aries.subsystem/2.0.10/org.apache.aries.subsystem-2.0.10.jar Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.eventadmin/1.5.0/org.apache.felix.eventadmin-1.5.0.jar Download https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.1/commons-collections4-4.1.jar Download https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.9.7/jackson-jaxrs-json-provider-2.9.7.jar Download https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.remote.agent/4.0.0/biz.aQute.remote.agent-4.0.0.jar Download https://repo.maven.apache.org/maven2/org/apache/servicemix/specs/org.apache.servicemix.specs.annotation-api-1.3/1.3_1/org.apache.servicemix.specs.annotation-api-1.3-1.3_1.jar Download https://repo.maven.apache.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.http.jetty/4.0.6/org.apache.felix.http.jetty-4.0.6.jar Download https://repo.maven.apache.org/maven2/org/keycloak/keycloak-adapter-core/3.4.3.Final/keycloak-adapter-core-3.4.3.Final.jar Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.coordinator/1.0.2/org.apache.felix.coordinator-1.0.2.jar Download https://repo.maven.apache.org/maven2/org/eclipse/paho/org.eclipse.paho.client.mqttv3/1.2.0/org.eclipse.paho.client.mqttv3-1.2.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/1.7.25/jul-to-slf4j-1.7.25.jar.sha1 Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jcl/1.7.25/slf4j-jcl-1.7.25.jar.sha1 Download https://repo.maven.apache.org/maven2/org/keycloak/keycloak-osgi-adapter/3.4.3.Final/keycloak-osgi-adapter-3.4.3.Final.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.webconsole/4.3.4/org.apache.felix.webconsole-4.3.4-all.jar.sha1 Download https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.7/jackson-databind-2.9.7.jar.sha1 Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.promise/1.1.0/org.osgi.util.promise-1.1.0.jar.sha1 Download https://repo.maven.apache.org/maven2/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.jar.sha1 Download https://repo.maven.apache.org/maven2/org/keycloak/keycloak-jetty94-adapter/3.4.3.Final/keycloak-jetty94-adapter-3.4.3.Final.jar.sha1 Download https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar.sha1 Download https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/1.2/accessors-smart-1.2.jar.sha1 Download https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar.sha1 Download https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.9.7/jackson-dataformat-xml-2.9.7.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.metatype/1.2.2/org.apache.felix.metatype-1.2.2.jar.sha1 Download https://repo.maven.apache.org/maven2/org/slf4j/log4j-over-slf4j/1.7.25/log4j-over-slf4j-1.7.25.jar.sha1 Download https://repo.maven.apache.org/maven2/de/undercouch/bson4jackson/2.9.2/bson4jackson-2.9.2.jar.sha1 Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar.sha1 Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.converter/1.0.1/org.osgi.util.converter-1.0.1.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.webconsole.plugins.ds/2.0.8/org.apache.felix.webconsole.plugins.ds-2.0.8.jar.sha1 Download https://repo.maven.apache.org/maven2/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/aries/subsystem/org.apache.aries.subsystem/2.0.10/org.apache.aries.subsystem-2.0.10.jar.sha1 Download https://repo.maven.apache.org/maven2/org/objenesis/objenesis/2.2/objenesis-2.2.jar.sha1 Download https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.9.7/jackson-dataformat-yaml-2.9.7.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.coordinator/1.0.2/org.apache.felix.coordinator-1.0.2.jar.sha1 Download https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.jar.sha1 Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-ext/1.7.25/slf4j-ext-1.7.25.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.gogo.shell/1.1.0/org.apache.felix.gogo.shell-1.1.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.pushstream/1.0.0/org.osgi.util.pushstream-1.0.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/pac4j/pac4j-core/3.0.0/pac4j-core-3.0.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/emfjson/emfjson-jackson/1.1.0/emfjson-jackson-1.1.0.jar.sha1 Download https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar.sha1 Download https://repo.maven.apache.org/maven2/com/nimbusds/oauth2-oidc-sdk/5.45/oauth2-oidc-sdk-5.45.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/aries/subsystem/org.apache.aries.subsystem.obr/1.0.4/org.apache.aries.subsystem.obr-1.0.4.jar.sha1 Download https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.23/snakeyaml-1.23.jar.sha1 Download https://repo.maven.apache.org/maven2/org/pac4j/pac4j-oidc/3.0.0/pac4j-oidc-3.0.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.gogo.runtime/1.1.0/org.apache.felix.gogo.runtime-1.1.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.eventadmin/1.5.0/org.apache.felix.eventadmin-1.5.0.jar.sha1 Download https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.3/json-smart-2.3.jar.sha1 Download https://repo.maven.apache.org/maven2/javax/mail/mail/1.4.7/mail-1.4.7.jar.sha1 Download https://repo.maven.apache.org/maven2/io/swagger/core/v3/swagger-annotations/2.0.5/swagger-annotations-2.0.5.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.log/1.2.0/org.apache.felix.log-1.2.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.scr/2.1.14/org.apache.felix.scr-2.1.14.jar.sha1 Download https://repo.maven.apache.org/maven2/io/swagger/core/v3/swagger-core/2.0.5/swagger-core-2.0.5.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.gogo.command/1.0.2/org.apache.felix.gogo.command-1.0.2.jar.sha1 Download https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.remote.agent/4.0.0/biz.aQute.remote.agent-4.0.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.reflections/0.9.11_2/org.apache.servicemix.bundles.reflections-0.9.11_2.jar.sha1 Download https://repo.maven.apache.org/maven2/org/keycloak/keycloak-jetty-adapter-spi/3.4.3.Final/keycloak-jetty-adapter-spi-3.4.3.Final.jar.sha1 Download https://repo.maven.apache.org/maven2/org/slf4j/osgi-over-slf4j/1.7.25/osgi-over-slf4j-1.7.25.jar.sha1 Download https://repo.maven.apache.org/maven2/org/geckoprojects/messaging/org.gecko.adapter.messaging.bnd.library.workspace/1.1.0/org.gecko.adapter.messaging.bnd.library.workspace-1.1.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/jolokia/jolokia-osgi/1.6.0/jolokia-osgi-1.6.0.jar.sha1 Download https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-yaml-provider/2.9.7/jackson-jaxrs-yaml-provider-2.9.7.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.configadmin/1.9.10/org.apache.felix.configadmin-1.9.10.jar.sha1 Download https://repo.maven.apache.org/maven2/com/nimbusds/lang-tag/1.4.3/lang-tag-1.4.3.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/aries/subsystem/org.apache.aries.subsystem.core/2.0.10/org.apache.aries.subsystem.core-2.0.10.jar.sha1 Download https://repo.maven.apache.org/maven2/com/nimbusds/nimbus-jose-jwt/5.9/nimbus-jose-jwt-5.9.jar.sha1 Download https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.7/jackson-annotations-2.9.7.jar.sha1 Download https://repo.maven.apache.org/maven2/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.jar.sha1 Download https://repo.maven.apache.org/maven2/net/minidev/asm/1.0.2/asm-1.0.2.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.logback/1.0.0/org.apache.felix.logback-1.0.0.jar.sha1 Download https://repo.maven.apache.org/maven2/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.jar.sha1 Download https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.9.7/jackson-module-jaxb-annotations-2.9.7.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/aries/org.apache.aries.util/1.1.3/org.apache.aries.util-1.1.3.jar.sha1 Download https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.console/1.1.300/org.eclipse.equinox.console-1.1.300.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar.sha1 Download https://repo.maven.apache.org/maven2/io/swagger/core/v3/swagger-jaxrs2/2.0.5/swagger-jaxrs2-2.0.5.jar.sha1 Download https://repo.maven.apache.org/maven2/org/osgi/osgi.annotation/7.0.0/osgi.annotation-7.0.0.jar.sha1 Download https://repo.maven.apache.org/maven2/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar Download https://repo.maven.apache.org/maven2/org/keycloak/keycloak-jetty-core/3.4.3.Final/keycloak-jetty-core-3.4.3.Final.jar Download https://repo.maven.apache.org/maven2/io/swagger/core/v3/swagger-integration/2.0.5/swagger-integration-2.0.5.jar Download https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.9.7/jackson-jaxrs-base-2.9.7.jar Download https://repo.maven.apache.org/maven2/org/glassfish/jersey/bundles/repackaged/jersey-guava/2.26-b03/jersey-guava-2.26-b03.jar Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.prefs/1.1.0/org.apache.felix.prefs-1.1.0.jar Download https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar Download https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar Download https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-xml-provider/2.9.7/jackson-jaxrs-xml-provider-2.9.7.jar Download https://repo.maven.apache.org/maven2/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.service.condition/1.0.0/org.osgi.service.condition-1.0.0.jar Download https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar Download https://repo.maven.apache.org/maven2/org/geckoprojects/emf/org.gecko.emf.osgi.bnd.library.workspace/6.2.0/org.gecko.emf.osgi.bnd.library.workspace-6.2.0.jar Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.configurator/1.0.8/org.apache.felix.configurator-1.0.8.jar Download https://repo.maven.apache.org/maven2/org/apache/aries/subsystem/org.apache.aries.subsystem.api/2.0.10/org.apache.aries.subsystem.api-2.0.10.jar Download https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.7/jackson-core-2.9.7.jar.sha1 Download https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/5.6.0/amqp-client-5.6.0.jar Download https://repo.maven.apache.org/maven2/org/locationtech/spatial4j/spatial4j/0.6/spatial4j-0.6.jar Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.fileinstall/3.6.4/org.apache.felix.fileinstall-3.6.4.jar.sha1 Download https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.4/asm-5.0.4.jar.sha1 Download https://repo.maven.apache.org/maven2/org/geckoprojects/emf/org.gecko.emf.osgi.bnd.library.workspace/6.2.0/org.gecko.emf.osgi.bnd.library.workspace-6.2.0.jar.sha1 Download https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.9.7/jackson-jaxrs-json-provider-2.9.7.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/aries/subsystem/org.apache.aries.subsystem.gogo-command/1.0.0/org.apache.aries.subsystem.gogo-command-1.0.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.jar Download https://repo.maven.apache.org/maven2/org/apache/aries/subsystem/org.apache.aries.subsystem.api/2.0.10/org.apache.aries.subsystem.api-2.0.10.jar.sha1 Download https://repo.maven.apache.org/maven2/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar.sha1 Download https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-properties/2.9.7/jackson-dataformat-properties-2.9.7.jar.sha1 Download https://repo.maven.apache.org/maven2/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.1/commons-collections4-4.1.jar.sha1 Download https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.http.servlet-api/1.1.2/org.apache.felix.http.servlet-api-1.1.2.jar.sha1 Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/servicemix/specs/org.apache.servicemix.specs.annotation-api-1.3/1.3_1/org.apache.servicemix.specs.annotation-api-1.3-1.3_1.jar.sha1 Download https://repo.maven.apache.org/maven2/org/glassfish/jersey/media/jersey-media-sse/2.26-b09/jersey-media-sse-2.26-b09.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.http.jetty/4.0.6/org.apache.felix.http.jetty-4.0.6.jar.sha1 Download https://repo.maven.apache.org/maven2/io/swagger/core/v3/swagger-integration/2.0.5/swagger-integration-2.0.5.jar.sha1 Download https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-client/2.26/jersey-client-2.26.jar.sha1 Download https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar.sha1 Download https://repo.maven.apache.org/maven2/org/keycloak/keycloak-adapter-core/3.4.3.Final/keycloak-adapter-core-3.4.3.Final.jar.sha1 Download https://repo.maven.apache.org/maven2/org/mongodb/mongo-java-driver/3.9.1/mongo-java-driver-3.9.1.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.configurator/1.0.8/org.apache.felix.configurator-1.0.8.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar.sha1 Download https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/5.6.0/amqp-client-5.6.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.service.condition/1.0.0/org.osgi.service.condition-1.0.0.jar.sha1 Download https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.9.7/jackson-jaxrs-base-2.9.7.jar.sha1 Download https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar.sha1 Download https://repo.maven.apache.org/maven2/org/keycloak/keycloak-jetty-core/3.4.3.Final/keycloak-jetty-core-3.4.3.Final.jar.sha1 Download https://repo.maven.apache.org/maven2/io/swagger/core/v3/swagger-models/2.0.5/swagger-models-2.0.5.jar.sha1 Download https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-xml-provider/2.9.7/jackson-jaxrs-xml-provider-2.9.7.jar.sha1 Download https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar.sha1 Download https://repo.maven.apache.org/maven2/com/google/guava/guava/22.0/guava-22.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/locationtech/spatial4j/spatial4j/0.6/spatial4j-0.6.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.prefs/1.1.0/org.apache.felix.prefs-1.1.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar.sha1 Download https://repo.maven.apache.org/maven2/org/glassfish/jersey/bundles/repackaged/jersey-guava/2.26-b03/jersey-guava-2.26-b03.jar.sha1 Download https://repo.maven.apache.org/maven2/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.jar.sha1 Download https://repo.maven.apache.org/maven2/com/google/guava/guava/21.0/guava-21.0.jar.sha1 Download https://repo.maven.apache.org/maven2/com/google/guava/guava/20.0/guava-20.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/glassfish/jersey/bundles/jaxrs-ri/2.26/jaxrs-ri-2.26.jar.sha1 Download https://devel.data-in-motion.biz/nexus/repository/maven-releases/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.15.0.v20180706-1146/org.eclipse.emf.ecore.xmi-2.15.0.v20180706-1146.jar Download https://devel.data-in-motion.biz/nexus/repository/maven-releases/org/eclipse/emf/org.eclipse.emf.ecore/2.17.0.v20190116-0940/org.eclipse.emf.ecore-2.17.0.v20190116-0940.jar Download https://devel.data-in-motion.biz/nexus/repository/maven-releases/org/gecko/core/org.gecko.core.test/1.0.0/org.gecko.core.test-1.0.0.jar Download https://devel.data-in-motion.biz/nexus/repository/maven-releases/org/eclipse/emf/org.eclipse.emf.common/2.15.0.v20181220-0846/org.eclipse.emf.common-2.15.0.v20181220-0846.jar Download https://devel.data-in-motion.biz/nexus/repository/maven-releases/org/gecko/core/org.gecko.core.test/1.0.0/org.gecko.core.test-1.0.0.jar.sha1 Download https://devel.data-in-motion.biz/nexus/repository/maven-releases/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.15.0.v20180706-1146/org.eclipse.emf.ecore.xmi-2.15.0.v20180706-1146.jar.sha1 Download https://devel.data-in-motion.biz/nexus/repository/maven-releases/org/eclipse/emf/org.eclipse.emf.common/2.15.0.v20181220-0846/org.eclipse.emf.common-2.15.0.v20181220-0846.jar.sha1 Download https://devel.data-in-motion.biz/nexus/repository/maven-releases/org/eclipse/emf/org.eclipse.emf.ecore/2.17.0.v20190116-0940/org.eclipse.emf.ecore-2.17.0.v20190116-0940.jar.sha1 Download https://devel.data-in-motion.biz/public/repository/gecko/release/geckoRSA/index.xml Download https://devel.data-in-motion.biz/repository/gecko/release/geckoRSA/index.xml Download https://devel.data-in-motion.biz/public/repository/gecko/release/geckoRSA/index.xml Download https://devel.data-in-motion.biz/repository/gecko/release/geckoRSA/index.xml Download https://repo.maven.apache.org/maven2/org/apache/aries/rsa/discovery/org.apache.aries.rsa.discovery.config/1.13.0/org.apache.aries.rsa.discovery.config-1.13.0.jar Download https://repo.maven.apache.org/maven2/org/apache/aries/rsa/org.apache.aries.rsa.spi/1.14.0/org.apache.aries.rsa.spi-1.14.0.jar Download https://repo.maven.apache.org/maven2/org/apache/aries/rsa/discovery/org.apache.aries.rsa.discovery.command/1.13.0/org.apache.aries.rsa.discovery.command-1.13.0.jar Download https://repo.maven.apache.org/maven2/org/apache/aries/rsa/discovery/org.apache.aries.rsa.discovery.local/1.13.0/org.apache.aries.rsa.discovery.local-1.13.0.jar Download https://repo.maven.apache.org/maven2/org/apache/aries/rsa/org.apache.aries.rsa.core/1.14.0/org.apache.aries.rsa.core-1.14.0.jar Download https://repo.maven.apache.org/maven2/org/apache/aries/rsa/provider/org.apache.aries.rsa.provider.tcp/1.13.0/org.apache.aries.rsa.provider.tcp-1.13.0.jar Download https://repo.maven.apache.org/maven2/org/apache/aries/rsa/discovery/org.apache.aries.rsa.discovery.zookeeper/1.13.0/org.apache.aries.rsa.discovery.zookeeper-1.13.0.jar Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/1.7.25/slf4j-simple-1.7.25.jar Download https://repo.maven.apache.org/maven2/org/apache/aries/rsa/provider/org.apache.aries.rsa.provider.fastbin/1.13.0/org.apache.aries.rsa.provider.fastbin-1.13.0.jar Download https://repo.maven.apache.org/maven2/org/apache/aries/rsa/org.apache.aries.rsa.topology-manager/1.14.0/org.apache.aries.rsa.topology-manager-1.14.0.jar Download https://repo.maven.apache.org/maven2/org/apache/aries/rsa/discovery/org.apache.aries.rsa.discovery.command/1.13.0/org.apache.aries.rsa.discovery.command-1.13.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/aries/rsa/discovery/org.apache.aries.rsa.discovery.config/1.13.0/org.apache.aries.rsa.discovery.config-1.13.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/aries/rsa/org.apache.aries.rsa.spi/1.14.0/org.apache.aries.rsa.spi-1.14.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/aries/rsa/org.apache.aries.rsa.core/1.14.0/org.apache.aries.rsa.core-1.14.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/aries/rsa/discovery/org.apache.aries.rsa.discovery.local/1.13.0/org.apache.aries.rsa.discovery.local-1.13.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/1.7.25/slf4j-simple-1.7.25.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/aries/rsa/org.apache.aries.rsa.topology-manager/1.14.0/org.apache.aries.rsa.topology-manager-1.14.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/aries/rsa/discovery/org.apache.aries.rsa.discovery.zookeeper/1.13.0/org.apache.aries.rsa.discovery.zookeeper-1.13.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/aries/rsa/provider/org.apache.aries.rsa.provider.tcp/1.13.0/org.apache.aries.rsa.provider.tcp-1.13.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/aries/rsa/provider/org.apache.aries.rsa.provider.fastbin/1.13.0/org.apache.aries.rsa.provider.fastbin-1.13.0.jar.sha1 Download https://devel.data-in-motion.biz/public/repository/gecko/release/geckoRSA/index.xml Download https://devel.data-in-motion.biz/repository/gecko/release/geckoRSA/index.xml Download https://devel.data-in-motion.biz/public/repository/gecko/release/geckoRSA/index.xml Download https://devel.data-in-motion.biz/repository/gecko/release/geckoRSA/index.xml Download https://repo.maven.apache.org/maven2/org/geckoprojects/emf/org.gecko.emf.osgi.model.info/6.2.0/org.gecko.emf.osgi.model.info-6.2.0.jar Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.converter/1.0.9/org.osgi.util.converter-1.0.9.jar Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1.jar Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.jar Download https://repo.maven.apache.org/maven2/org/eclipse/emf/org.eclipse.emf.ecore/2.35.0/org.eclipse.emf.ecore-2.35.0.jar Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.scr/2.2.6/org.apache.felix.scr-2.2.6.jar Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.framework/1.10.0/org.osgi.framework-1.10.0.jar Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar Download https://repo.maven.apache.org/maven2/org/geckoprojects/emf/org.gecko.emf.osgi.component.minimal/6.2.0/org.gecko.emf.osgi.component.minimal-6.2.0.jar Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.service.component.annotations/1.5.1/org.osgi.service.component.annotations-1.5.1.jar Download https://repo.maven.apache.org/maven2/org/geckoprojects/emf/org.gecko.emf.osgi.extender/6.2.0/org.gecko.emf.osgi.extender-6.2.0.jar Download https://repo.maven.apache.org/maven2/org/geckoprojects/emf/org.gecko.emf.osgi.api/6.2.0/org.gecko.emf.osgi.api-6.2.0.jar Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar Download https://repo.maven.apache.org/maven2/org/eclipse/emf/org.eclipse.emf.common/2.29.0/org.eclipse.emf.common-2.29.0.jar Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.annotation.versioning/1.1.2/org.osgi.annotation.versioning-1.1.2.jar Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.configadmin/1.9.26/org.apache.felix.configadmin-1.9.26.jar Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.jar Download https://repo.maven.apache.org/maven2/org/geckoprojects/emf/org.gecko.emf.osgi.bnd.templates.project/6.2.0/org.gecko.emf.osgi.bnd.templates.project-6.2.0.jar Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.service.metatype.annotations/1.4.1/org.osgi.service.metatype.annotations-1.4.1.jar Download https://repo.maven.apache.org/maven2/org/geckoprojects/emf/org.gecko.emf.osgi.model.info/6.2.0/org.gecko.emf.osgi.model.info-6.2.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/geckoprojects/emf/org.gecko.emf.osgi.component/6.2.0/org.gecko.emf.osgi.component-6.2.0.jar Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1.jar.sha1 Download https://repo.maven.apache.org/maven2/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.36.0/org.eclipse.emf.ecore.xmi-2.36.0.jar Download https://repo.maven.apache.org/maven2/org/geckoprojects/emf/org.gecko.emf.osgi.bnd.library.project/6.2.0/org.gecko.emf.osgi.bnd.library.project-6.2.0.jar Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.annotation.bundle/2.0.0/org.osgi.annotation.bundle-2.0.0.jar Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.jar.sha1 Download https://repo.maven.apache.org/maven2/org/geckoprojects/emf/org.gecko.emf.osgi.codegen/6.2.0/org.gecko.emf.osgi.codegen-6.2.0.jar Download https://repo.maven.apache.org/maven2/org/geckoprojects/emf/org.gecko.emf.osgi.component.config/6.2.0/org.gecko.emf.osgi.component.config-6.2.0.jar Download https://repo.maven.apache.org/maven2/org/geckoprojects/emf/org.gecko.emf.osgi.bnd.templates.project/6.2.0/org.gecko.emf.osgi.bnd.templates.project-6.2.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.service.metatype.annotations/1.4.1/org.osgi.service.metatype.annotations-1.4.1.jar.sha1 Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.jar.sha1 Download https://repo.maven.apache.org/maven2/org/geckoprojects/emf/org.gecko.emf.osgi.component.config/6.2.0/org.gecko.emf.osgi.component.config-6.2.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.converter/1.0.9/org.osgi.util.converter-1.0.9.jar.sha1 Download https://repo.maven.apache.org/maven2/org/geckoprojects/emf/org.gecko.emf.osgi.bnd.library.project/6.2.0/org.gecko.emf.osgi.bnd.library.project-6.2.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.annotation.versioning/1.1.2/org.osgi.annotation.versioning-1.1.2.jar.sha1 Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.annotation.bundle/2.0.0/org.osgi.annotation.bundle-2.0.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/geckoprojects/emf/org.gecko.emf.osgi.extender/6.2.0/org.gecko.emf.osgi.extender-6.2.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.service.component.annotations/1.5.1/org.osgi.service.component.annotations-1.5.1.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.configadmin/1.9.26/org.apache.felix.configadmin-1.9.26.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.scr/2.2.6/org.apache.felix.scr-2.2.6.jar.sha1 Download https://repo.maven.apache.org/maven2/org/geckoprojects/emf/org.gecko.emf.osgi.api/6.2.0/org.gecko.emf.osgi.api-6.2.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/geckoprojects/emf/org.gecko.emf.osgi.component/6.2.0/org.gecko.emf.osgi.component-6.2.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.36.0/org.eclipse.emf.ecore.xmi-2.36.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/geckoprojects/emf/org.gecko.emf.osgi.component.minimal/6.2.0/org.gecko.emf.osgi.component.minimal-6.2.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/eclipse/emf/org.eclipse.emf.ecore/2.35.0/org.eclipse.emf.ecore-2.35.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.framework/1.10.0/org.osgi.framework-1.10.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/eclipse/emf/org.eclipse.emf.common/2.29.0/org.eclipse.emf.common-2.29.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/geckoprojects/emf/org.gecko.emf.osgi.codegen/6.2.0/org.gecko.emf.osgi.codegen-6.2.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.scr/2.2.12/org.apache.felix.scr-2.2.12.jar Download https://repo.maven.apache.org/maven2/io/netty/netty-transport-classes-kqueue/4.1.111.Final/netty-transport-classes-kqueue-4.1.111.Final.jar Download https://repo.maven.apache.org/maven2/org/geckoprojects/messaging/org.gecko.adapter.mqtt/1.1.0/org.gecko.adapter.mqtt-1.1.0.jar Download https://repo.maven.apache.org/maven2/org/eclipse/paho/org.eclipse.paho.client.mqttv3/1.2.5/org.eclipse.paho.client.mqttv3-1.2.5.jar Download https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.111.Final/netty-handler-4.1.111.Final.jar Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.jar Download https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/5.20.0/amqp-client-5.20.0.jar Download https://repo.maven.apache.org/maven2/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.framework.extension/1.3.7/org.apache.aries.spifly.dynamic.framework.extension-1.3.7.jar Download https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.1.111.Final/netty-transport-4.1.111.Final.jar Download https://repo.maven.apache.org/maven2/org/geckoprojects/messaging/org.gecko.adapter.eventadmin/3.1.0/org.gecko.adapter.eventadmin-3.1.0.jar Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/1.7.36/slf4j-simple-1.7.36.jar Download https://repo.maven.apache.org/maven2/org/geckoprojects/utils/org.gecko.util.common/1.2.0.202401231920/org.gecko.util.common-1.2.0.202401231920.jar Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.framework/1.9.0/org.osgi.framework-1.9.0.jar Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.pushstream/1.1.0/org.osgi.util.pushstream-1.1.0.jar Download https://repo.maven.apache.org/maven2/org/geckoprojects/messaging/org.eclipse.paho.mqttv5.client/1.2.6.202408220912/org.eclipse.paho.mqttv5.client-1.2.6.202408220912.jar Download https://repo.maven.apache.org/maven2/org/geckoprojects/messaging/org.gecko.adapter.amqp.pubsub/2.2.1/org.gecko.adapter.amqp.pubsub-2.2.1.jar Download https://repo.maven.apache.org/maven2/io/netty/netty-transport-native-unix-common/4.1.111.Final/netty-transport-native-unix-common-4.1.111.Final.jar Download https://repo.maven.apache.org/maven2/org/geckoprojects/messaging/org.gecko.moquette.broker/0.0.18.202408220914/org.gecko.moquette.broker-0.0.18.202408220914.jar Download https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.111.Final/netty-buffer-4.1.111.Final.jar Download https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.111.Final/netty-common-4.1.111.Final.jar Download https://repo.maven.apache.org/maven2/io/netty/netty-codec-http/4.1.111.Final/netty-codec-http-4.1.111.Final.jar Download https://repo.maven.apache.org/maven2/org/geckoprojects/messaging/org.gecko.osgi.messaging/3.2.0/org.gecko.osgi.messaging-3.2.0.jar Download https://repo.maven.apache.org/maven2/io/netty/netty-resolver/4.1.111.Final/netty-resolver-4.1.111.Final.jar Download https://repo.maven.apache.org/maven2/org/geckoprojects/utils/org.gecko.util.pushstream/1.2.0.202401231920/org.gecko.util.pushstream-1.2.0.202401231920.jar Download https://repo.maven.apache.org/maven2/org/geckoprojects/messaging/org.gecko.adapter.amqp.core/2.2.1/org.gecko.adapter.amqp.core-2.2.1.jar Download https://repo.maven.apache.org/maven2/io/netty/netty-codec/4.1.111.Final/netty-codec-4.1.111.Final.jar Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar Download https://repo.maven.apache.org/maven2/io/netty/netty-transport-classes-epoll/4.1.111.Final/netty-transport-classes-epoll-4.1.111.Final.jar Download https://repo.maven.apache.org/maven2/org/geckoprojects/messaging/org.gecko.adapter.mqtt.common/1.0.0/org.gecko.adapter.mqtt.common-1.0.0.jar Download https://repo.maven.apache.org/maven2/io/netty/netty-codec-mqtt/4.1.111.Final/netty-codec-mqtt-4.1.111.Final.jar Download https://repo.maven.apache.org/maven2/org/geckoprojects/messaging/org.gecko.adapter.mqtt.v5/1.1.0/org.gecko.adapter.mqtt.v5-1.1.0.jar Download https://repo.maven.apache.org/maven2/io/netty/netty-transport-classes-kqueue/4.1.111.Final/netty-transport-classes-kqueue-4.1.111.Final.jar.sha1 Download https://repo.maven.apache.org/maven2/org/eclipse/paho/org.eclipse.paho.client.mqttv3/1.2.5/org.eclipse.paho.client.mqttv3-1.2.5.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.scr/2.2.12/org.apache.felix.scr-2.2.12.jar.sha1 Download https://repo.maven.apache.org/maven2/io/netty/netty-transport-native-unix-common/4.1.111.Final/netty-transport-native-unix-common-4.1.111.Final.jar.sha1 Download https://repo.maven.apache.org/maven2/org/geckoprojects/messaging/org.gecko.adapter.mqtt.v5/1.1.0/org.gecko.adapter.mqtt.v5-1.1.0.jar.sha1 Download https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.111.Final/netty-handler-4.1.111.Final.jar.sha1 Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.jar.sha1 Download https://repo.maven.apache.org/maven2/io/netty/netty-codec-mqtt/4.1.111.Final/netty-codec-mqtt-4.1.111.Final.jar.sha1 Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/1.7.36/slf4j-simple-1.7.36.jar.sha1 Download https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.111.Final/netty-buffer-4.1.111.Final.jar.sha1 Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar.sha1 Download https://repo.maven.apache.org/maven2/io/netty/netty-resolver/4.1.111.Final/netty-resolver-4.1.111.Final.jar.sha1 Download https://repo.maven.apache.org/maven2/io/netty/netty-codec/4.1.111.Final/netty-codec-4.1.111.Final.jar.sha1 Download https://repo.maven.apache.org/maven2/io/netty/netty-transport-classes-epoll/4.1.111.Final/netty-transport-classes-epoll-4.1.111.Final.jar.sha1 Download https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.111.Final/netty-common-4.1.111.Final.jar.sha1 Download https://repo.maven.apache.org/maven2/io/netty/netty-codec-http/4.1.111.Final/netty-codec-http-4.1.111.Final.jar.sha1 Download https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.1.111.Final/netty-transport-4.1.111.Final.jar.sha1 Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.framework/1.9.0/org.osgi.framework-1.9.0.jar.sha1 Download https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/5.20.0/amqp-client-5.20.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.pushstream/1.1.0/org.osgi.util.pushstream-1.1.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/geckoprojects/messaging/org.gecko.adapter.amqp.core/2.2.1/org.gecko.adapter.amqp.core-2.2.1.jar.sha1 Download https://repo.maven.apache.org/maven2/org/geckoprojects/messaging/org.gecko.moquette.broker/0.0.18.202408220914/org.gecko.moquette.broker-0.0.18.202408220914.jar.sha1 Download https://repo.maven.apache.org/maven2/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.framework.extension/1.3.7/org.apache.aries.spifly.dynamic.framework.extension-1.3.7.jar.sha1 Download https://repo.maven.apache.org/maven2/org/geckoprojects/messaging/org.eclipse.paho.mqttv5.client/1.2.6.202408220912/org.eclipse.paho.mqttv5.client-1.2.6.202408220912.jar.sha1 Download https://repo.maven.apache.org/maven2/org/geckoprojects/messaging/org.gecko.adapter.mqtt/1.1.0/org.gecko.adapter.mqtt-1.1.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/geckoprojects/utils/org.gecko.util.common/1.2.0.202401231920/org.gecko.util.common-1.2.0.202401231920.jar.sha1 Download https://repo.maven.apache.org/maven2/org/geckoprojects/messaging/org.gecko.osgi.messaging/3.2.0/org.gecko.osgi.messaging-3.2.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/geckoprojects/messaging/org.gecko.adapter.eventadmin/3.1.0/org.gecko.adapter.eventadmin-3.1.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/geckoprojects/messaging/org.gecko.adapter.mqtt.common/1.0.0/org.gecko.adapter.mqtt.common-1.0.0.jar.sha1 Download https://repo.maven.apache.org/maven2/org/geckoprojects/messaging/org.gecko.adapter.amqp.pubsub/2.2.1/org.gecko.adapter.amqp.pubsub-2.2.1.jar.sha1 Download https://repo.maven.apache.org/maven2/org/geckoprojects/utils/org.gecko.util.pushstream/1.2.0.202401231920/org.gecko.util.pushstream-1.2.0.202401231920.jar.sha1 Settings evaluated using settings file '/var/jenkins/jobs/geckoRSA/workspace/settings.gradle'. Projects loaded. Root project using build file '/var/jenkins/jobs/geckoRSA/workspace/build.gradle'. Included projects: [root project 'workspace', project ':cnf', project ':org.gecko.core.pushstream', project ':org.gecko.rsa', project ':org.gecko.rsa.discovery', project ':org.gecko.rsa.discovery.config', project ':org.gecko.rsa.discovery.ma', project ':org.gecko.rsa.discovery.tests', project ':org.gecko.rsa.example.api', project ':org.gecko.rsa.example.api2', project ':org.gecko.rsa.example.consumer', project ':org.gecko.rsa.example.model', project ':org.gecko.rsa.example.service', project ':org.gecko.rsa.model', project ':org.gecko.rsa.provider', project ':org.gecko.rsa.provider.model', project ':org.gecko.rsa.topology'] > Configure project : Evaluating root project 'workspace' using build file '/var/jenkins/jobs/geckoRSA/workspace/build.gradle'. > Configure project :cnf Evaluating project ':cnf' using build file '/var/jenkins/jobs/geckoRSA/workspace/cnf/build.gradle'. > Configure project :org.gecko.core.pushstream Evaluating project ':org.gecko.core.pushstream' using build file '/var/jenkins/jobs/geckoRSA/workspace/org.gecko.core.pushstream/build.gradle'. > Configure project :org.gecko.rsa Evaluating project ':org.gecko.rsa' using build file '/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/build.gradle'. > Configure project :org.gecko.rsa.discovery Evaluating project ':org.gecko.rsa.discovery' using build file '/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery/build.gradle'. > Configure project :org.gecko.rsa.discovery.config Evaluating project ':org.gecko.rsa.discovery.config' using build file '/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery.config/build.gradle'. > Configure project :org.gecko.rsa.discovery.ma Evaluating project ':org.gecko.rsa.discovery.ma' using build file '/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery.ma/build.gradle'. > Configure project :org.gecko.rsa.discovery.tests Evaluating project ':org.gecko.rsa.discovery.tests' using build file '/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery.tests/build.gradle'. > Configure project :org.gecko.rsa.example.api Evaluating project ':org.gecko.rsa.example.api' using build file '/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.api/build.gradle'. > Configure project :org.gecko.rsa.example.api2 Evaluating project ':org.gecko.rsa.example.api2' using build file '/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.api2/build.gradle'. > Configure project :org.gecko.rsa.example.consumer Evaluating project ':org.gecko.rsa.example.consumer' using build file '/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.consumer/build.gradle'. > Configure project :org.gecko.rsa.example.model Evaluating project ':org.gecko.rsa.example.model' using build file '/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/build.gradle'. > Configure project :org.gecko.rsa.example.service Evaluating project ':org.gecko.rsa.example.service' using build file '/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.service/build.gradle'. > Configure project :org.gecko.rsa.model Evaluating project ':org.gecko.rsa.model' using build file '/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/build.gradle'. > Configure project :org.gecko.rsa.provider Evaluating project ':org.gecko.rsa.provider' using build file '/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.provider/build.gradle'. > Configure project :org.gecko.rsa.provider.model Evaluating project ':org.gecko.rsa.provider.model' using build file '/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.provider.model/build.gradle'. > Configure project :org.gecko.rsa.topology Evaluating project ':org.gecko.rsa.topology' using build file '/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.topology/build.gradle'. All projects evaluated. Selected primary task 'clean' from project : Selected primary task 'build' from project : Using jars for configuration :org.gecko.rsa:compileClasspath Using jars for configuration :org.gecko.rsa.model:compileClasspath Using jars for configuration :org.gecko.rsa.model:testCompileClasspath Using jars for configuration :org.gecko.rsa:testCompileClasspath Using jars for configuration :org.gecko.rsa.discovery:compileClasspath Using jars for configuration :org.gecko.rsa.discovery:testCompileClasspath Using jars for configuration :org.gecko.rsa.discovery.config:compileClasspath Using jars for configuration :org.gecko.rsa.discovery.config:testCompileClasspath Using jars for configuration :org.gecko.rsa.discovery.ma:compileClasspath Using jars for configuration :org.gecko.rsa.discovery.ma:testCompileClasspath Using jars for configuration :org.gecko.rsa.discovery.tests:compileClasspath Using jars for configuration :org.gecko.rsa.example.model:compileClasspath Using jars for configuration :org.gecko.rsa.example.model:testCompileClasspath Using jars for configuration :org.gecko.rsa.discovery.tests:testCompileClasspath Using jars for configuration :org.gecko.rsa.example.api:compileClasspath Using jars for configuration :org.gecko.rsa.example.api:testCompileClasspath Using jars for configuration :org.gecko.rsa.example.api2:compileClasspath Using jars for configuration :org.gecko.rsa.example.api2:testCompileClasspath Using jars for configuration :org.gecko.rsa.example.consumer:compileClasspath Using jars for configuration :org.gecko.rsa.example.consumer:testCompileClasspath Using jars for configuration :org.gecko.rsa.example.service:compileClasspath Using jars for configuration :org.gecko.rsa.example.service:testCompileClasspath Using jars for configuration :org.gecko.rsa.provider:compileClasspath Using jars for configuration :org.gecko.rsa.provider:testCompileClasspath Using jars for configuration :org.gecko.rsa.topology:compileClasspath Using jars for configuration :org.gecko.rsa.topology:testCompileClasspath Selected primary task 'release' from project : Tasks to be executed: [task ':org.gecko.rsa:clean', task ':org.gecko.rsa.discovery:clean', task ':org.gecko.rsa.discovery.config:clean', task ':org.gecko.rsa.discovery.ma:clean', task ':org.gecko.rsa.discovery.tests:clean', task ':org.gecko.rsa.example.api:clean', task ':org.gecko.rsa.example.api2:clean', task ':org.gecko.rsa.example.consumer:clean', task ':org.gecko.rsa.example.model:clean', task ':org.gecko.rsa.example.service:clean', task ':org.gecko.rsa.model:clean', task ':org.gecko.rsa.provider:clean', task ':org.gecko.rsa.topology:clean', task ':org.gecko.rsa.model:generate', task ':org.gecko.rsa.model:compileJava', task ':org.gecko.rsa.model:processResources', task ':org.gecko.rsa.model:classes', task ':org.gecko.rsa.model:jar', task ':org.gecko.rsa:compileJava', task ':org.gecko.rsa:processResources', task ':org.gecko.rsa:classes', task ':org.gecko.rsa:jar', task ':org.gecko.rsa:assemble', task ':org.gecko.rsa:compileTestJava', task ':org.gecko.rsa:processTestResources', task ':org.gecko.rsa:testClasses', task ':org.gecko.rsa:test', task ':org.gecko.rsa:testOSGi', task ':org.gecko.rsa:check', task ':org.gecko.rsa:build', task ':org.gecko.rsa.discovery:compileJava', task ':org.gecko.rsa.discovery:processResources', task ':org.gecko.rsa.discovery:classes', task ':org.gecko.rsa.discovery:jar', task ':org.gecko.rsa.discovery:assemble', task ':org.gecko.rsa.discovery:compileTestJava', task ':org.gecko.rsa.discovery:processTestResources', task ':org.gecko.rsa.discovery:testClasses', task ':org.gecko.rsa.discovery:test', task ':org.gecko.rsa.discovery:testOSGi', task ':org.gecko.rsa.discovery:check', task ':org.gecko.rsa.discovery:build', task ':org.gecko.rsa.discovery.config:compileJava', task ':org.gecko.rsa.discovery.config:processResources', task ':org.gecko.rsa.discovery.config:classes', task ':org.gecko.rsa.discovery.config:jar', task ':org.gecko.rsa.discovery.config:assemble', task ':org.gecko.rsa.discovery.config:compileTestJava', task ':org.gecko.rsa.discovery.config:processTestResources', task ':org.gecko.rsa.discovery.config:testClasses', task ':org.gecko.rsa.discovery.config:test', task ':org.gecko.rsa.discovery.config:testOSGi', task ':org.gecko.rsa.discovery.config:check', task ':org.gecko.rsa.discovery.config:build', task ':org.gecko.rsa.discovery.ma:compileJava', task ':org.gecko.rsa.discovery.ma:processResources', task ':org.gecko.rsa.discovery.ma:classes', task ':org.gecko.rsa.discovery.ma:jar', task ':org.gecko.rsa.discovery.ma:assemble', task ':org.gecko.rsa.discovery.ma:compileTestJava', task ':org.gecko.rsa.discovery.ma:processTestResources', task ':org.gecko.rsa.discovery.ma:testClasses', task ':org.gecko.rsa.discovery.ma:test', task ':org.gecko.rsa.discovery.ma:testOSGi', task ':org.gecko.rsa.discovery.ma:check', task ':org.gecko.rsa.discovery.ma:build', task ':org.gecko.rsa.discovery.tests:compileJava', task ':org.gecko.rsa.discovery.tests:processResources', task ':org.gecko.rsa.discovery.tests:classes', task ':org.gecko.rsa.example.model:generate', task ':org.gecko.rsa.example.model:compileJava', task ':org.gecko.rsa.example.model:processResources', task ':org.gecko.rsa.example.model:classes', task ':org.gecko.rsa.example.model:jar', task ':org.gecko.rsa.discovery.tests:jar', task ':org.gecko.rsa.discovery.tests:assemble', task ':org.gecko.rsa.discovery.tests:compileTestJava', task ':org.gecko.rsa.discovery.tests:processTestResources', task ':org.gecko.rsa.discovery.tests:testClasses', task ':org.gecko.rsa.discovery.tests:test', task ':org.gecko.rsa.discovery.tests:testOSGi', task ':org.gecko.rsa.discovery.tests:check', task ':org.gecko.rsa.discovery.tests:build', task ':org.gecko.rsa.example.api:compileJava', task ':org.gecko.rsa.example.api:processResources', task ':org.gecko.rsa.example.api:classes', task ':org.gecko.rsa.example.api:jar', task ':org.gecko.rsa.example.api:assemble', task ':org.gecko.rsa.example.api:compileTestJava', task ':org.gecko.rsa.example.api:processTestResources', task ':org.gecko.rsa.example.api:testClasses', task ':org.gecko.rsa.example.api:test', task ':org.gecko.rsa.example.api:testOSGi', task ':org.gecko.rsa.example.api:check', task ':org.gecko.rsa.example.api:build', task ':org.gecko.rsa.example.api2:compileJava', task ':org.gecko.rsa.example.api2:processResources', task ':org.gecko.rsa.example.api2:classes', task ':org.gecko.rsa.example.api2:jar', task ':org.gecko.rsa.example.api2:assemble', task ':org.gecko.rsa.example.api2:compileTestJava', task ':org.gecko.rsa.example.api2:processTestResources', task ':org.gecko.rsa.example.api2:testClasses', task ':org.gecko.rsa.example.api2:test', task ':org.gecko.rsa.example.api2:testOSGi', task ':org.gecko.rsa.example.api2:check', task ':org.gecko.rsa.example.api2:build', task ':org.gecko.rsa.example.consumer:compileJava', task ':org.gecko.rsa.example.consumer:processResources', task ':org.gecko.rsa.example.consumer:classes', task ':org.gecko.rsa.example.consumer:jar', task ':org.gecko.rsa.example.consumer:assemble', task ':org.gecko.rsa.example.consumer:compileTestJava', task ':org.gecko.rsa.example.consumer:processTestResources', task ':org.gecko.rsa.example.consumer:testClasses', task ':org.gecko.rsa.example.consumer:test', task ':org.gecko.rsa.example.consumer:testOSGi', task ':org.gecko.rsa.example.consumer:check', task ':org.gecko.rsa.example.consumer:build', task ':org.gecko.rsa.example.model:assemble', task ':org.gecko.rsa.example.model:compileTestJava', task ':org.gecko.rsa.example.model:processTestResources', task ':org.gecko.rsa.example.model:testClasses', task ':org.gecko.rsa.example.model:test', task ':org.gecko.rsa.example.model:testOSGi', task ':org.gecko.rsa.example.model:check', task ':org.gecko.rsa.example.model:build', task ':org.gecko.rsa.example.service:compileJava', task ':org.gecko.rsa.example.service:processResources', task ':org.gecko.rsa.example.service:classes', task ':org.gecko.rsa.example.service:jar', task ':org.gecko.rsa.example.service:assemble', task ':org.gecko.rsa.example.service:compileTestJava', task ':org.gecko.rsa.example.service:processTestResources', task ':org.gecko.rsa.example.service:testClasses', task ':org.gecko.rsa.example.service:test', task ':org.gecko.rsa.example.service:testOSGi', task ':org.gecko.rsa.example.service:check', task ':org.gecko.rsa.example.service:build', task ':org.gecko.rsa.model:assemble', task ':org.gecko.rsa.model:compileTestJava', task ':org.gecko.rsa.model:processTestResources', task ':org.gecko.rsa.model:testClasses', task ':org.gecko.rsa.model:test', task ':org.gecko.rsa.model:testOSGi', task ':org.gecko.rsa.model:check', task ':org.gecko.rsa.model:build', task ':org.gecko.rsa.provider:compileJava', task ':org.gecko.rsa.provider:processResources', task ':org.gecko.rsa.provider:classes', task ':org.gecko.rsa.provider:jar', task ':org.gecko.rsa.provider:assemble', task ':org.gecko.rsa.provider:compileTestJava', task ':org.gecko.rsa.provider:processTestResources', task ':org.gecko.rsa.provider:testClasses', task ':org.gecko.rsa.provider:test', task ':org.gecko.rsa.provider:testOSGi', task ':org.gecko.rsa.provider:check', task ':org.gecko.rsa.provider:build', task ':org.gecko.rsa.topology:compileJava', task ':org.gecko.rsa.topology:processResources', task ':org.gecko.rsa.topology:classes', task ':org.gecko.rsa.topology:jar', task ':org.gecko.rsa.topology:assemble', task ':org.gecko.rsa.topology:compileTestJava', task ':org.gecko.rsa.topology:processTestResources', task ':org.gecko.rsa.topology:testClasses', task ':org.gecko.rsa.topology:test', task ':org.gecko.rsa.topology:testOSGi', task ':org.gecko.rsa.topology:check', task ':org.gecko.rsa.topology:build', task ':org.gecko.rsa:release', task ':org.gecko.rsa.discovery:release', task ':org.gecko.rsa.discovery.config:release', task ':org.gecko.rsa.discovery.ma:release', task ':org.gecko.rsa.discovery.tests:release', task ':org.gecko.rsa.example.api:release', task ':org.gecko.rsa.example.api2:release', task ':org.gecko.rsa.example.consumer:release', task ':org.gecko.rsa.example.model:release', task ':org.gecko.rsa.example.service:release', task ':org.gecko.rsa.model:release', task ':org.gecko.rsa.provider:release', task ':org.gecko.rsa.topology:release'] Tasks that were excluded: [] :org.gecko.rsa:clean (Thread[Execution worker for ':' Thread 3,5,main]) started. > Task :org.gecko.rsa:clean Caching disabled for task ':org.gecko.rsa:clean' because: Build cache is disabled Task ':org.gecko.rsa:clean' is not up-to-date because: Task has not declared any outputs despite executing actions. :org.gecko.rsa:clean (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.049 secs. :org.gecko.rsa.discovery:clean (Thread[Execution worker for ':' Thread 3,5,main]) started. > Task :org.gecko.rsa.discovery:clean Caching disabled for task ':org.gecko.rsa.discovery:clean' because: Build cache is disabled Task ':org.gecko.rsa.discovery:clean' is not up-to-date because: Task has not declared any outputs despite executing actions. :org.gecko.rsa.discovery:clean (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.001 secs. :org.gecko.rsa.discovery.config:clean (Thread[Execution worker for ':' Thread 3,5,main]) started. > Task :org.gecko.rsa.discovery.config:clean Caching disabled for task ':org.gecko.rsa.discovery.config:clean' because: Build cache is disabled Task ':org.gecko.rsa.discovery.config:clean' is not up-to-date because: Task has not declared any outputs despite executing actions. :org.gecko.rsa.discovery.config:clean (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.001 secs. :org.gecko.rsa.discovery.ma:clean (Thread[Execution worker for ':' Thread 3,5,main]) started. > Task :org.gecko.rsa.discovery.ma:clean Caching disabled for task ':org.gecko.rsa.discovery.ma:clean' because: Build cache is disabled Task ':org.gecko.rsa.discovery.ma:clean' is not up-to-date because: Task has not declared any outputs despite executing actions. :org.gecko.rsa.discovery.ma:clean (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.001 secs. :org.gecko.rsa.discovery.tests:clean (Thread[Execution worker for ':' Thread 3,5,main]) started. > Task :org.gecko.rsa.discovery.tests:clean Caching disabled for task ':org.gecko.rsa.discovery.tests:clean' because: Build cache is disabled Task ':org.gecko.rsa.discovery.tests:clean' is not up-to-date because: Task has not declared any outputs despite executing actions. :org.gecko.rsa.discovery.tests:clean (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.001 secs. :org.gecko.rsa.example.api:clean (Thread[Execution worker for ':' Thread 3,5,main]) started. > Task :org.gecko.rsa.example.api:clean Caching disabled for task ':org.gecko.rsa.example.api:clean' because: Build cache is disabled Task ':org.gecko.rsa.example.api:clean' is not up-to-date because: Task has not declared any outputs despite executing actions. :org.gecko.rsa.example.api:clean (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.002 secs. :org.gecko.rsa.example.api2:clean (Thread[Execution worker for ':' Thread 3,5,main]) started. > Task :org.gecko.rsa.example.api2:clean Caching disabled for task ':org.gecko.rsa.example.api2:clean' because: Build cache is disabled Task ':org.gecko.rsa.example.api2:clean' is not up-to-date because: Task has not declared any outputs despite executing actions. :org.gecko.rsa.example.api2:clean (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.002 secs. :org.gecko.rsa.example.consumer:clean (Thread[Execution worker for ':' Thread 3,5,main]) started. > Task :org.gecko.rsa.example.consumer:clean Caching disabled for task ':org.gecko.rsa.example.consumer:clean' because: Build cache is disabled Task ':org.gecko.rsa.example.consumer:clean' is not up-to-date because: Task has not declared any outputs despite executing actions. :org.gecko.rsa.example.consumer:clean (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.001 secs. :org.gecko.rsa.example.model:clean (Thread[Execution worker for ':' Thread 3,5,main]) started. > Task :org.gecko.rsa.example.model:clean Caching disabled for task ':org.gecko.rsa.example.model:clean' because: Build cache is disabled Task ':org.gecko.rsa.example.model:clean' is not up-to-date because: Task has not declared any outputs despite executing actions. :org.gecko.rsa.example.model:clean (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.003 secs. :org.gecko.rsa.example.service:clean (Thread[Execution worker for ':' Thread 3,5,main]) started. > Task :org.gecko.rsa.example.service:clean Caching disabled for task ':org.gecko.rsa.example.service:clean' because: Build cache is disabled Task ':org.gecko.rsa.example.service:clean' is not up-to-date because: Task has not declared any outputs despite executing actions. :org.gecko.rsa.example.service:clean (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.002 secs. :org.gecko.rsa.model:clean (Thread[Execution worker for ':' Thread 3,5,main]) started. > Task :org.gecko.rsa.model:clean Caching disabled for task ':org.gecko.rsa.model:clean' because: Build cache is disabled Task ':org.gecko.rsa.model:clean' is not up-to-date because: Task has not declared any outputs despite executing actions. :org.gecko.rsa.model:clean (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.003 secs. :org.gecko.rsa.provider:clean (Thread[Execution worker for ':' Thread 3,5,main]) started. > Task :org.gecko.rsa.provider:clean Caching disabled for task ':org.gecko.rsa.provider:clean' because: Build cache is disabled Task ':org.gecko.rsa.provider:clean' is not up-to-date because: Task has not declared any outputs despite executing actions. :org.gecko.rsa.provider:clean (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.001 secs. :org.gecko.rsa.topology:clean (Thread[Execution worker for ':' Thread 3,5,main]) started. > Task :org.gecko.rsa.topology:clean Caching disabled for task ':org.gecko.rsa.topology:clean' because: Build cache is disabled Task ':org.gecko.rsa.topology:clean' is not up-to-date because: Task has not declared any outputs despite executing actions. :org.gecko.rsa.topology:clean (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.001 secs. destroyer locations for task group 0 (Thread[Execution worker for ':' Thread 3,5,main]) started. destroyer locations for task group 0 (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.model:generate (Thread[Execution worker for ':' Thread 3,5,main]) started. > Task :org.gecko.rsa.model:generate Watching 1 directories to track changes Watching 2 directories to track changes Watching 3 directories to track changes Watching 4 directories to track changes Watching 5 directories to track changes Watching 5 directories to track changes Watching 6 directories to track changes Watching 6 directories to track changes Watching 6 directories to track changes Watching 6 directories to track changes Watching 7 directories to track changes Watching 8 directories to track changes Watching 8 directories to track changes Watching 9 directories to track changes Watching 10 directories to track changes Caching disabled for task ':org.gecko.rsa.model:generate' because: Build cache is disabled Task ':org.gecko.rsa.model:generate' is not up-to-date because: No history is available. Watching 10 directories to track changes [INFO] Running Gecko EMF Codegen Version 6.2.0 [INFO] Output configured: src [INFO] Output result: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src [INFO] genmodelLocation: null [INFO] Running for genmodel model/rsa-endpoint-description.genmodel in /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model [INFO] Setting up ResourceUriHandler: [INFO] bsn: org.gecko.rsa.model [INFO] base: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model [INFO] projectDirName: org.gecko.rsa.model [INFO] basePath: null [INFO] buildPath: [INFO] Container: /var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/org.osgi.util.pushstream/1.0.0/org.osgi.util.pushstream-1.0.0.jar [INFO] Container: /var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.ecore/2.35.0/org.eclipse.emf.ecore-2.35.0.jar [INFO] |->: model/Ecore.genmodel - model/Ecore.genmodel [INFO] |->: model/ExtendedMetaData.ecore - model/ExtendedMetaData.ecore [INFO] |->: model/XMLNamespace.ecore - model/XMLNamespace.ecore [INFO] |->: model/XMLType.ecore - model/XMLType.ecore [INFO] |->: model/XMLType.genmodel - model/XMLType.genmodel [INFO] |->: model/XMLNamespace.genmodel - model/XMLNamespace.genmodel [INFO] |->: model/Ecore.ecore - model/Ecore.ecore [INFO] |->: model/DateConversionDelegateAnnotation.ecore - model/DateConversionDelegateAnnotation.ecore [INFO] |->: model/EcoreAnnotation.ecore - model/EcoreAnnotation.ecore [INFO] Container: /var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/org.osgi.service.component.annotations/1.5.1/org.osgi.service.component.annotations-1.5.1.jar [INFO] Container: /var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.36.0/org.eclipse.emf.ecore.xmi-2.36.0.jar [INFO] Container: /var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/org.osgi.service.condition/1.0.0/org.osgi.service.condition-1.0.0.jar [INFO] Container: /var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/org.osgi.annotation.versioning/1.1.2/org.osgi.annotation.versioning-1.1.2.jar [INFO] Container: /var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/org.osgi.annotation.bundle/2.0.0/org.osgi.annotation.bundle-2.0.0.jar [INFO] Container: /var/jenkins/jobs/geckoRSA/workspace/.m2/org/geckoprojects/emf/org.gecko.emf.osgi.api/6.2.0/org.gecko.emf.osgi.api-6.2.0.jar [INFO] Container: /var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.common/2.29.0/org.eclipse.emf.common-2.29.0.jar [INFO] Container: /var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/org.osgi.framework/1.10.0/org.osgi.framework-1.10.0.jar [INFO] Loading resource://org.gecko.rsa.model/model/rsa-endpoint-description.genmodel [INFO] Asked to handle resource://org.gecko.rsa.model/model/rsa-endpoint-description.genmodel [INFO] Asked to handle resource://org.gecko.rsa.model/model/rsa-endpoint-description.genmodel [INFO] Asked to open InputStream for resource://org.gecko.rsa.model/model/rsa-endpoint-description.genmodel [INFO] sanatized uri resource://org.gecko.rsa.model/model/rsa-endpoint-description.genmodel [INFO] bsn according to URI org.gecko.rsa.model [INFO] The bsn segment part fits to: org.gecko.rsa.model [INFO] Configuring Jet [INFO] Setting modelDirectory/org.gecko.rsa.model/src [INFO] Creating BNDGeneratorAdapterFactory [INFO] Starting generator run [INFO] Creating GeckoGenModelGeneratorAdapter [INFO] Creating GeckoGenPackageGeneratorAdapter [INFO] Creating GeckoGenClassGeneratorAdapter [INFO] subtask Generating code [INFO] internaly worked 0.09090909090909091 on null [INFO] internaly worked 0.09090909090909091 on null [INFO] internaly worked 0.8181818181818181 on null [INFO] subtask [INFO] subtask Generating Code for RSAPackage [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle resource://org.gecko.rsa.model/model/rsa-endpoint-description.ecore [INFO] Asked to handle resource://org.gecko.rsa.model/model/rsa-endpoint-description.ecore [INFO] Asked to open InputStream for resource://org.gecko.rsa.model/model/rsa-endpoint-description.ecore [INFO] sanatized uri resource://org.gecko.rsa.model/model/rsa-endpoint-description.ecore [INFO] bsn according to URI org.gecko.rsa.model [INFO] The bsn segment part fits to: org.gecko.rsa.model [INFO] subtask Generating Java class org.gecko.rsa.model.rsa.util.RSAXMLProcessor [INFO] subtask Generating /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAXMLProcessor.java [INFO] internaly worked 1.0 on null [INFO] subtask java.net.MalformedURLException: Cannot invoke "String.length()" because "spec" is null at java.base/java.net.URL.<init>(URL.java:708) at java.base/java.net.URL.<init>(URL.java:569) at java.base/java.net.URL.<init>(URL.java:516) at java.xml/com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:650) at java.xml/com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(XMLVersionDetector.java:150) at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:861) at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:825) at java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) at java.xml/com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:247) at java.xml/com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:342) at org.eclipse.emf.codegen.merge.java.JControlModel.initialize(JControlModel.java:963) at org.eclipse.emf.codegen.merge.java.JControlModel.initialize(JControlModel.java:952) at org.eclipse.emf.codegen.ecore.generator.Generator.getJControlModel(Generator.java:451) at org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.generateJava(AbstractGeneratorAdapter.java:1969) at org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter.generateXMLProcessorClass(GenPackageGeneratorAdapter.java:710) at org.gecko.emf.osgi.codegen.adapter.GeckoGenPackageGeneratorAdapter.generateModel(GeckoGenPackageGeneratorAdapter.java:137) at org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter.doGenerate(GenBaseGeneratorAdapter.java:215) at org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.generate(AbstractGeneratorAdapter.java:318) at org.eclipse.emf.codegen.ecore.generator.Generator.generate(Generator.java:768) at org.eclipse.emf.codegen.ecore.generator.Generator.generate(Generator.java:679) at org.gecko.emf.osgi.codegen.GeckoEmfGenerator.doGenerate(GeckoEmfGenerator.java:318) at org.gecko.emf.osgi.codegen.GeckoEmfGenerator.generate(GeckoEmfGenerator.java:168) at org.gecko.emf.osgi.codegen.GeckoEmfGenerator.generate(GeckoEmfGenerator.java:62) at aQute.bnd.build.ProjectGenerate.lambda$doGeneratePlugin$1(ProjectGenerate.java:270) at aQute.lib.redirect.Redirect.apply(Redirect.java:117) at aQute.bnd.build.ProjectGenerate.lambda$doGeneratePlugin$2(ProjectGenerate.java:270) at aQute.bnd.build.WorkspaceExternalPluginHandler.call(WorkspaceExternalPluginHandler.java:96) at aQute.bnd.build.ProjectGenerate.doGeneratePlugin(ProjectGenerate.java:255) at aQute.bnd.build.ProjectGenerate.doGenerate(ProjectGenerate.java:226) at aQute.bnd.build.ProjectGenerate.step(ProjectGenerate.java:146) at aQute.bnd.build.ProjectGenerate.generate(ProjectGenerate.java:66) at aQute.bnd.gradle.BndPlugin$1.execute(BndPlugin.java:219) at aQute.bnd.gradle.BndPlugin$1.execute(BndPlugin.java:214) at org.gradle.api.internal.AbstractTask$TaskActionWrapper.execute(AbstractTask.java:802) at org.gradle.api.internal.AbstractTask$TaskActionWrapper.execute(AbstractTask.java:775) at org.gradle.api.internal.tasks.execution.TaskExecution$3.run(TaskExecution.java:242) at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29) at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47) at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:68) at org.gradle.api.internal.tasks.execution.TaskExecution.executeAction(TaskExecution.java:227) at org.gradle.api.internal.tasks.execution.TaskExecution.executeActions(TaskExecution.java:210) at org.gradle.api.internal.tasks.execution.TaskExecution.executeWithPreviousOutputFiles(TaskExecution.java:193) at org.gradle.api.internal.tasks.execution.TaskExecution.execute(TaskExecution.java:171) at org.gradle.internal.execution.steps.ExecuteStep.executeInternal(ExecuteStep.java:89) at org.gradle.internal.execution.steps.ExecuteStep.access$000(ExecuteStep.java:40) at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:53) at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:50) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53) at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73) at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:50) at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:40) at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:68) at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:38) at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:48) at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:36) at org.gradle.internal.execution.steps.CancelExecutionStep.execute(CancelExecutionStep.java:41) at org.gradle.internal.execution.steps.TimeoutStep.executeWithoutTimeout(TimeoutStep.java:74) at org.gradle.internal.execution.steps.TimeoutStep.execute(TimeoutStep.java:55) at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:51) at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:29) at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.execute(CaptureStateAfterExecutionStep.java:61) at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.execute(CaptureStateAfterExecutionStep.java:42) at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:60) at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:27) at org.gradle.internal.execution.steps.BuildCacheStep.executeWithoutCache(BuildCacheStep.java:180) at org.gradle.internal.execution.steps.BuildCacheStep.lambda$execute$1(BuildCacheStep.java:75) at org.gradle.internal.Either$Right.fold(Either.java:175) at org.gradle.internal.execution.caching.CachingState.fold(CachingState.java:59) at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:73) at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:48) at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:36) at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:25) at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:36) at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:22) at org.gradle.internal.execution.steps.SkipUpToDateStep.executeBecause(SkipUpToDateStep.java:110) at org.gradle.internal.execution.steps.SkipUpToDateStep.lambda$execute$2(SkipUpToDateStep.java:56) at java.base/java.util.Optional.orElseGet(Optional.java:364) at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:56) at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:38) at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:73) at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:44) at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:37) at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:27) at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:89) at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:50) at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:114) at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:57) at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:76) at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:50) at org.gradle.internal.execution.steps.SkipEmptyWorkStep.executeWithNoEmptySources(SkipEmptyWorkStep.java:249) at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:86) at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:54) at org.gradle.internal.execution.steps.RemoveUntrackedExecutionStateStep.execute(RemoveUntrackedExecutionStateStep.java:32) at org.gradle.internal.execution.steps.RemoveUntrackedExecutionStateStep.execute(RemoveUntrackedExecutionStateStep.java:21) at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsStartedStep.execute(MarkSnapshottingInputsStartedStep.java:38) at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:43) at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:31) at org.gradle.internal.execution.steps.AssignWorkspaceStep.lambda$execute$0(AssignWorkspaceStep.java:40) at org.gradle.api.internal.tasks.execution.TaskExecution$4.withWorkspace(TaskExecution.java:287) at org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:40) at org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:30) at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:37) at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:27) at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:44) at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:33) at org.gradle.internal.execution.impl.DefaultExecutionEngine$1.execute(DefaultExecutionEngine.java:76) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:144) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:133) at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:77) at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46) at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:51) at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57) at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:56) at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36) at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77) at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55) at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53) at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73) at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter.execute(EventFiringTaskExecuter.java:52) at org.gradle.execution.plan.LocalTaskNodeExecutor.execute(LocalTaskNodeExecutor.java:74) at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:333) at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:320) at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:313) at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:299) at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.lambda$run$0(DefaultPlanExecutor.java:143) at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.execute(DefaultPlanExecutor.java:227) at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.executeNextNode(DefaultPlanExecutor.java:218) at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.run(DefaultPlanExecutor.java:140) at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64) at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: java.lang.NullPointerException: Cannot invoke "String.length()" because "spec" is null at java.base/java.net.URL.<init>(URL.java:614) ... 150 more [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAXMLProcessor.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAXMLProcessor.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAXMLProcessor.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAXMLProcessor.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAXMLProcessor.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAXMLProcessor.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAXMLProcessor.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAXMLProcessor.java [INFO] sanatized uri resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAXMLProcessor.java [INFO] bsn according to URI org.gecko.rsa.model [INFO] The bsn segment part fits to: org.gecko.rsa.model [INFO] subtask Preparing new /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAXMLProcessor.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAXMLProcessor.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAXMLProcessor.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAXMLProcessor.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAXMLProcessor.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAXMLProcessor.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAXMLProcessor.java [INFO] Sanatized resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAXMLProcessor.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAXMLProcessor.java [INFO] subtask Generating Java class org.gecko.rsa.model.rsa.util.RSAResourceImpl [INFO] subtask Generating /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceImpl.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceImpl.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceImpl.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceImpl.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceImpl.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceImpl.java [INFO] sanatized uri resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceImpl.java [INFO] bsn according to URI org.gecko.rsa.model [INFO] The bsn segment part fits to: org.gecko.rsa.model [INFO] subtask Preparing new /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceImpl.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceImpl.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceImpl.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceImpl.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceImpl.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceImpl.java [INFO] Sanatized resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceImpl.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceImpl.java [INFO] subtask Generating package interface info for package 'org.gecko.rsa.model.rsa.RSAPackage' [INFO] subtask Generating /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAPackage.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAPackage.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAPackage.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAPackage.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAPackage.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAPackage.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAPackage.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAPackage.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAPackage.java [INFO] sanatized uri resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAPackage.java [INFO] bsn according to URI org.gecko.rsa.model [INFO] The bsn segment part fits to: org.gecko.rsa.model [INFO] subtask Preparing new /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAPackage.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAPackage.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAPackage.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAPackage.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAPackage.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAPackage.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAPackage.java [INFO] Sanatized resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAPackage.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAPackage.java [INFO] subtask Generating Java class org.gecko.rsa.model.rsa.impl.RSAPackageImpl [INFO] subtask Generating /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAPackageImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAPackageImpl.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAPackageImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAPackageImpl.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAPackageImpl.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAPackageImpl.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAPackageImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAPackageImpl.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAPackageImpl.java [INFO] sanatized uri resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAPackageImpl.java [INFO] bsn according to URI org.gecko.rsa.model [INFO] The bsn segment part fits to: org.gecko.rsa.model [INFO] subtask Preparing new /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAPackageImpl.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAPackageImpl.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAPackageImpl.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAPackageImpl.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAPackageImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAPackageImpl.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAPackageImpl.java [INFO] Sanatized resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAPackageImpl.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAPackageImpl.java [INFO] subtask Generating factory interface info for package 'org.gecko.rsa.model.rsa.RSAFactory' [INFO] subtask Generating /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAFactory.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAFactory.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAFactory.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAFactory.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAFactory.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAFactory.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAFactory.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAFactory.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAFactory.java [INFO] sanatized uri resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAFactory.java [INFO] bsn according to URI org.gecko.rsa.model [INFO] The bsn segment part fits to: org.gecko.rsa.model [INFO] subtask Preparing new /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAFactory.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAFactory.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAFactory.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAFactory.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAFactory.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAFactory.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAFactory.java [INFO] Sanatized resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAFactory.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAFactory.java [INFO] subtask Generating Java class org.gecko.rsa.model.rsa.impl.RSAFactoryImpl [INFO] subtask Generating /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAFactoryImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAFactoryImpl.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAFactoryImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAFactoryImpl.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAFactoryImpl.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAFactoryImpl.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAFactoryImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAFactoryImpl.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAFactoryImpl.java [INFO] sanatized uri resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAFactoryImpl.java [INFO] bsn according to URI org.gecko.rsa.model [INFO] The bsn segment part fits to: org.gecko.rsa.model [INFO] subtask Preparing new /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAFactoryImpl.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAFactoryImpl.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAFactoryImpl.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAFactoryImpl.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAFactoryImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAFactoryImpl.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAFactoryImpl.java [INFO] Sanatized resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAFactoryImpl.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAFactoryImpl.java [INFO] subtask Generating Java class org.gecko.rsa.model.rsa.util.RSASwitch [INFO] subtask Generating /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSASwitch.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSASwitch.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSASwitch.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSASwitch.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSASwitch.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSASwitch.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSASwitch.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSASwitch.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSASwitch.java [INFO] sanatized uri resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSASwitch.java [INFO] bsn according to URI org.gecko.rsa.model [INFO] The bsn segment part fits to: org.gecko.rsa.model [INFO] subtask Preparing new /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSASwitch.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSASwitch.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSASwitch.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSASwitch.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSASwitch.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSASwitch.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSASwitch.java [INFO] Sanatized resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSASwitch.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSASwitch.java [INFO] subtask Generating Java class org.gecko.rsa.model.rsa.util.RSAAdapterFactory [INFO] subtask Generating /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAAdapterFactory.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAAdapterFactory.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAAdapterFactory.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAAdapterFactory.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAAdapterFactory.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAAdapterFactory.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAAdapterFactory.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAAdapterFactory.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAAdapterFactory.java [INFO] sanatized uri resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAAdapterFactory.java [INFO] bsn according to URI org.gecko.rsa.model [INFO] The bsn segment part fits to: org.gecko.rsa.model [INFO] subtask Preparing new /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAAdapterFactory.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAAdapterFactory.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAAdapterFactory.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAAdapterFactory.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAAdapterFactory.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAAdapterFactory.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAAdapterFactory.java [INFO] Sanatized resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAAdapterFactory.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAAdapterFactory.java [INFO] subtask Generating EPackageConfigurator for package 'rsa' [INFO] subtask Generating /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAEPackageConfigurator.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAEPackageConfigurator.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAEPackageConfigurator.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAEPackageConfigurator.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAEPackageConfigurator.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAEPackageConfigurator.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAEPackageConfigurator.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAEPackageConfigurator.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAEPackageConfigurator.java [INFO] sanatized uri resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAEPackageConfigurator.java [INFO] bsn according to URI org.gecko.rsa.model [INFO] The bsn segment part fits to: org.gecko.rsa.model [INFO] subtask Preparing new /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAEPackageConfigurator.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAEPackageConfigurator.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAEPackageConfigurator.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAEPackageConfigurator.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAEPackageConfigurator.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAEPackageConfigurator.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAEPackageConfigurator.java [INFO] Sanatized resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAEPackageConfigurator.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAEPackageConfigurator.java [INFO] subtask Generating Java class org.gecko.rsa.model.rsa.util.RSAResourceFactoryImpl [INFO] subtask Generating /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceFactoryImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceFactoryImpl.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceFactoryImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceFactoryImpl.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceFactoryImpl.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceFactoryImpl.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceFactoryImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceFactoryImpl.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceFactoryImpl.java [INFO] sanatized uri resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceFactoryImpl.java [INFO] bsn according to URI org.gecko.rsa.model [INFO] The bsn segment part fits to: org.gecko.rsa.model [INFO] subtask Preparing new /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceFactoryImpl.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceFactoryImpl.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceFactoryImpl.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceFactoryImpl.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceFactoryImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceFactoryImpl.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceFactoryImpl.java [INFO] Sanatized resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceFactoryImpl.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceFactoryImpl.java [INFO] subtask Generating OSGi configuration component for package 'rsa' [INFO] subtask Generating /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAConfigurationComponent.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAConfigurationComponent.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAConfigurationComponent.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAConfigurationComponent.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAConfigurationComponent.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAConfigurationComponent.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAConfigurationComponent.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAConfigurationComponent.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAConfigurationComponent.java [INFO] sanatized uri resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAConfigurationComponent.java [INFO] bsn according to URI org.gecko.rsa.model [INFO] The bsn segment part fits to: org.gecko.rsa.model [INFO] subtask Preparing new /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAConfigurationComponent.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAConfigurationComponent.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAConfigurationComponent.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAConfigurationComponent.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAConfigurationComponent.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAConfigurationComponent.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAConfigurationComponent.java [INFO] Sanatized resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAConfigurationComponent.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAConfigurationComponent.java [INFO] subtask Generating package info for package 'rsa' [INFO] subtask Generating /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/package-info.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/package-info.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/package-info.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/package-info.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/package-info.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/package-info.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/package-info.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/package-info.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/package-info.java [INFO] sanatized uri resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/package-info.java [INFO] bsn according to URI org.gecko.rsa.model [INFO] The bsn segment part fits to: org.gecko.rsa.model [INFO] subtask Preparing new /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/package-info.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/package-info.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/package-info.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/package-info.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/package-info.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/package-info.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/package-info.java [INFO] Sanatized resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/package-info.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/package-info.java [INFO] subtask Generating /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/package-info.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/package-info.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/package-info.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/package-info.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/package-info.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/package-info.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/package-info.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/package-info.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/package-info.java [INFO] sanatized uri resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/package-info.java [INFO] bsn according to URI org.gecko.rsa.model [INFO] The bsn segment part fits to: org.gecko.rsa.model [INFO] subtask Preparing new /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/package-info.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/package-info.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/package-info.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/package-info.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/package-info.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/package-info.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/package-info.java [INFO] Sanatized resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/package-info.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/package-info.java [INFO] subtask Generating /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/package-info.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/package-info.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/package-info.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/package-info.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/package-info.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/package-info.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/package-info.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/package-info.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/package-info.java [INFO] sanatized uri resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/package-info.java [INFO] bsn according to URI org.gecko.rsa.model [INFO] The bsn segment part fits to: org.gecko.rsa.model [INFO] subtask Preparing new /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/package-info.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/package-info.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/package-info.java [INFO] toPlatformResourceURI: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/package-info.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/package-info.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/package-info.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/package-info.java [INFO] Sanatized resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/package-info.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/package-info.java [INFO] subtask Generating Array [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.gecko.rsa.model.rsa.Array [INFO] subtask Generating /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/Array.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/Array.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/Array.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/Array.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/Array.java [INFO] sanatized uri resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/Array.java [INFO] bsn according to URI org.gecko.rsa.model [INFO] The bsn segment part fits to: org.gecko.rsa.model [INFO] subtask Preparing new /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/Array.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/Array.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/Array.java [INFO] Sanatized resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/Array.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/Array.java [INFO] subtask Generating Java class org.gecko.rsa.model.rsa.impl.ArrayImpl [INFO] subtask Generating /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/ArrayImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/ArrayImpl.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/ArrayImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/ArrayImpl.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/ArrayImpl.java [INFO] sanatized uri resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/ArrayImpl.java [INFO] bsn according to URI org.gecko.rsa.model [INFO] The bsn segment part fits to: org.gecko.rsa.model [INFO] subtask Preparing new /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/ArrayImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/ArrayImpl.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/ArrayImpl.java [INFO] Sanatized resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/ArrayImpl.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/ArrayImpl.java [INFO] subtask Generating Document Root [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.gecko.rsa.model.rsa.DocumentRoot [INFO] subtask Generating /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/DocumentRoot.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/DocumentRoot.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/DocumentRoot.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/DocumentRoot.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/DocumentRoot.java [INFO] sanatized uri resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/DocumentRoot.java [INFO] bsn according to URI org.gecko.rsa.model [INFO] The bsn segment part fits to: org.gecko.rsa.model [INFO] subtask Preparing new /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/DocumentRoot.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/DocumentRoot.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/DocumentRoot.java [INFO] Sanatized resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/DocumentRoot.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/DocumentRoot.java [INFO] subtask Generating Java class org.gecko.rsa.model.rsa.impl.DocumentRootImpl [INFO] subtask Generating /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/DocumentRootImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/DocumentRootImpl.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/DocumentRootImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/DocumentRootImpl.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/DocumentRootImpl.java [INFO] sanatized uri resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/DocumentRootImpl.java [INFO] bsn according to URI org.gecko.rsa.model [INFO] The bsn segment part fits to: org.gecko.rsa.model [INFO] subtask Preparing new /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/DocumentRootImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/DocumentRootImpl.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/DocumentRootImpl.java [INFO] Sanatized resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/DocumentRootImpl.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/DocumentRootImpl.java [INFO] subtask Generating Endpoint Descriptions [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.gecko.rsa.model.rsa.EndpointDescriptions [INFO] subtask Generating /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/EndpointDescriptions.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/EndpointDescriptions.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/EndpointDescriptions.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/EndpointDescriptions.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/EndpointDescriptions.java [INFO] sanatized uri resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/EndpointDescriptions.java [INFO] bsn according to URI org.gecko.rsa.model [INFO] The bsn segment part fits to: org.gecko.rsa.model [INFO] subtask Preparing new /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/EndpointDescriptions.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/EndpointDescriptions.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/EndpointDescriptions.java [INFO] Sanatized resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/EndpointDescriptions.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/EndpointDescriptions.java [INFO] subtask Generating Java class org.gecko.rsa.model.rsa.impl.EndpointDescriptionsImpl [INFO] subtask Generating /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/EndpointDescriptionsImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/EndpointDescriptionsImpl.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/EndpointDescriptionsImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/EndpointDescriptionsImpl.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/EndpointDescriptionsImpl.java [INFO] sanatized uri resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/EndpointDescriptionsImpl.java [INFO] bsn according to URI org.gecko.rsa.model [INFO] The bsn segment part fits to: org.gecko.rsa.model [INFO] subtask Preparing new /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/EndpointDescriptionsImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/EndpointDescriptionsImpl.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/EndpointDescriptionsImpl.java [INFO] Sanatized resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/EndpointDescriptionsImpl.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/EndpointDescriptionsImpl.java [INFO] subtask Generating Endpoint Description [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.gecko.rsa.model.rsa.EndpointDescription [INFO] subtask Generating /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/EndpointDescription.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/EndpointDescription.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/EndpointDescription.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/EndpointDescription.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/EndpointDescription.java [INFO] sanatized uri resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/EndpointDescription.java [INFO] bsn according to URI org.gecko.rsa.model [INFO] The bsn segment part fits to: org.gecko.rsa.model [INFO] subtask Preparing new /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/EndpointDescription.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/EndpointDescription.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/EndpointDescription.java [INFO] Sanatized resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/EndpointDescription.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/EndpointDescription.java [INFO] subtask Generating Java class org.gecko.rsa.model.rsa.impl.EndpointDescriptionImpl [INFO] subtask Generating /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/EndpointDescriptionImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/EndpointDescriptionImpl.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/EndpointDescriptionImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/EndpointDescriptionImpl.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/EndpointDescriptionImpl.java [INFO] sanatized uri resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/EndpointDescriptionImpl.java [INFO] bsn according to URI org.gecko.rsa.model [INFO] The bsn segment part fits to: org.gecko.rsa.model [INFO] subtask Preparing new /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/EndpointDescriptionImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/EndpointDescriptionImpl.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/EndpointDescriptionImpl.java [INFO] Sanatized resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/EndpointDescriptionImpl.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/EndpointDescriptionImpl.java [INFO] subtask Generating Property [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.gecko.rsa.model.rsa.Property [INFO] subtask Generating /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/Property.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/Property.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/Property.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/Property.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/Property.java [INFO] sanatized uri resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/Property.java [INFO] bsn according to URI org.gecko.rsa.model [INFO] The bsn segment part fits to: org.gecko.rsa.model [INFO] subtask Preparing new /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/Property.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/Property.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/Property.java [INFO] Sanatized resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/Property.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/Property.java [INFO] subtask Generating Java class org.gecko.rsa.model.rsa.impl.PropertyImpl [INFO] subtask Generating /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/PropertyImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/PropertyImpl.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/PropertyImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/PropertyImpl.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/PropertyImpl.java [INFO] sanatized uri resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/PropertyImpl.java [INFO] bsn according to URI org.gecko.rsa.model [INFO] The bsn segment part fits to: org.gecko.rsa.model [INFO] subtask Preparing new /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/PropertyImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/PropertyImpl.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/PropertyImpl.java [INFO] Sanatized resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/PropertyImpl.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/PropertyImpl.java [INFO] subtask Generating Value [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.gecko.rsa.model.rsa.Value [INFO] subtask Generating /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/Value.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/Value.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/Value.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/Value.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/Value.java [INFO] sanatized uri resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/Value.java [INFO] bsn according to URI org.gecko.rsa.model [INFO] The bsn segment part fits to: org.gecko.rsa.model [INFO] subtask Preparing new /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/Value.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/Value.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/Value.java [INFO] Sanatized resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/Value.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/Value.java [INFO] subtask Generating Java class org.gecko.rsa.model.rsa.impl.ValueImpl [INFO] subtask Generating /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/ValueImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/ValueImpl.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/ValueImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/ValueImpl.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/ValueImpl.java [INFO] sanatized uri resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/ValueImpl.java [INFO] bsn according to URI org.gecko.rsa.model [INFO] The bsn segment part fits to: org.gecko.rsa.model [INFO] subtask Preparing new /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/ValueImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/ValueImpl.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/ValueImpl.java [INFO] Sanatized resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/ValueImpl.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/ValueImpl.java [INFO] subtask Generating Xml Type [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.gecko.rsa.model.rsa.XmlType [INFO] subtask Generating /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/XmlType.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/XmlType.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/XmlType.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/XmlType.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/XmlType.java [INFO] sanatized uri resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/XmlType.java [INFO] bsn according to URI org.gecko.rsa.model [INFO] The bsn segment part fits to: org.gecko.rsa.model [INFO] subtask Preparing new /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/XmlType.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/XmlType.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/XmlType.java [INFO] Sanatized resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/XmlType.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/XmlType.java [INFO] subtask Generating Java class org.gecko.rsa.model.rsa.impl.XmlTypeImpl [INFO] subtask Generating /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/XmlTypeImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/XmlTypeImpl.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/XmlTypeImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/XmlTypeImpl.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/XmlTypeImpl.java [INFO] sanatized uri resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/XmlTypeImpl.java [INFO] bsn according to URI org.gecko.rsa.model [INFO] The bsn segment part fits to: org.gecko.rsa.model [INFO] subtask Preparing new /org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/XmlTypeImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/XmlTypeImpl.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/XmlTypeImpl.java [INFO] Sanatized resource://org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/XmlTypeImpl.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/XmlTypeImpl.java [INFO] Generating code - org.eclipse.emf.codegen.ecore [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common Watching 19 directories to track changes :org.gecko.rsa.model:generate (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 1.167 secs. :org.gecko.rsa.model:compileJava (Thread[Execution worker for ':' Thread 3,5,main]) started. > Task :org.gecko.rsa.model:compileJava Deleting stale output file: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/bin Watching 19 directories to track changes Watching 20 directories to track changes Watching 20 directories to track changes Watching 20 directories to track changes Watching 21 directories to track changes Watching 22 directories to track changes Watching 23 directories to track changes Watching 24 directories to track changes Watching 25 directories to track changes Watching 26 directories to track changes Watching 27 directories to track changes Watching 28 directories to track changes Watching 29 directories to track changes Watching 30 directories to track changes Caching disabled for task ':org.gecko.rsa.model:compileJava' because: Build cache is disabled Task ':org.gecko.rsa.model:compileJava' is not up-to-date because: No history is available. Watching 30 directories to track changes Watching 30 directories to track changes Watching 30 directories to track changes Watching 29 directories to track changes The input changes require a full rebuild for incremental task ':org.gecko.rsa.model:compileJava'. Compile to /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/bin --release 8 -classpath /var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/org.osgi.service.condition/1.0.0/org.osgi.service.condition-1.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/org.osgi.util.pushstream/1.0.0/org.osgi.util.pushstream-1.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/org.osgi.service.component.annotations/1.5.1/org.osgi.service.component.annotations-1.5.1.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/org.osgi.framework/1.10.0/org.osgi.framework-1.10.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/org.osgi.annotation.versioning/1.1.2/org.osgi.annotation.versioning-1.1.2.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/org.osgi.annotation.bundle/2.0.0/org.osgi.annotation.bundle-2.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.common/2.29.0/org.eclipse.emf.common-2.29.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.ecore/2.35.0/org.eclipse.emf.ecore-2.35.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.36.0/org.eclipse.emf.ecore.xmi-2.36.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/geckoprojects/emf/org.gecko.emf.osgi.api/6.2.0/org.gecko.emf.osgi.api-6.2.0.jar Full recompilation is required because no incremental change information is available. This is usually caused by clean builds or changing compiler arguments. Compiling with toolchain '/usr/lib/jvm/java-17-openjdk-amd64'. Source files to be compiled: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/DocumentRootImpl.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/EndpointDescriptionsImpl.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/package-info.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAFactoryImpl.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/RSAPackageImpl.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/EndpointDescriptionImpl.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/ValueImpl.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/XmlTypeImpl.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/PropertyImpl.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/impl/ArrayImpl.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/package-info.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/XmlType.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAConfigurationComponent.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/configuration/RSAEPackageConfigurator.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/EndpointDescriptions.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAPackage.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAAdapterFactory.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/package-info.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceFactoryImpl.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAResourceImpl.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSAXMLProcessor.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/util/RSASwitch.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/RSAFactory.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/Value.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/Property.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/Array.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/DocumentRoot.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/src/org/gecko/rsa/model/rsa/EndpointDescription.java Compiling with JDK Java compiler API. Class dependency analysis for incremental compilation took 0.041 secs. Created classpath snapshot for incremental compilation in 0.025 secs. Watching 38 directories to track changes Watching 39 directories to track changes Watching 40 directories to track changes Watching 41 directories to track changes :org.gecko.rsa.model:compileJava (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 1.304 secs. :org.gecko.rsa.model:processResources (Thread[Execution worker for ':' Thread 3,5,main]) started. > Task :org.gecko.rsa.model:processResources Caching disabled for task ':org.gecko.rsa.model:processResources' because: Build cache is disabled Task ':org.gecko.rsa.model:processResources' is not up-to-date because: No history is available. Watching 32 directories to track changes Watching 41 directories to track changes :org.gecko.rsa.model:processResources (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.024 secs. :org.gecko.rsa.model:classes (Thread[Execution worker for ':' Thread 3,5,main]) started. > Task :org.gecko.rsa.model:classes Skipping task ':org.gecko.rsa.model:classes' as it has no actions. :org.gecko.rsa.model:classes (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.model:jar (Thread[Execution worker for ':' Thread 3,5,main]) started. Download https://devel.data-in-motion.biz/public/repository/gecko/release/geckoRSA/org.gecko.rsa.model/org.gecko.rsa.model-1.0.2.jar Download https://devel.data-in-motion.biz/repository/gecko/release/geckoRSA/org.gecko.rsa.model/org.gecko.rsa.model-1.0.2.jar > Task :org.gecko.rsa.model:jar Watching 42 directories to track changes Watching 43 directories to track changes Watching 43 directories to track changes Caching disabled for task ':org.gecko.rsa.model:jar' because: Build cache is disabled Task ':org.gecko.rsa.model:jar' is not up-to-date because: No history is available. Watching 43 directories to track changes Watching 42 directories to track changes Generated bundles: [/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/generated/org.gecko.rsa.model.jar] Watching 43 directories to track changes Watching 43 directories to track changes :org.gecko.rsa.model:jar (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.382 secs. :org.gecko.rsa:compileJava (Thread[Execution worker for ':' Thread 3,5,main]) started. > Task :org.gecko.rsa:compileJava Deleting stale output file: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/bin Watching 44 directories to track changes Watching 45 directories to track changes Watching 45 directories to track changes Watching 45 directories to track changes Watching 46 directories to track changes Watching 47 directories to track changes Watching 48 directories to track changes Watching 49 directories to track changes Watching 50 directories to track changes Watching 51 directories to track changes Caching disabled for task ':org.gecko.rsa:compileJava' because: Build cache is disabled Task ':org.gecko.rsa:compileJava' is not up-to-date because: No history is available. Watching 50 directories to track changes Watching 50 directories to track changes Watching 50 directories to track changes Watching 49 directories to track changes The input changes require a full rebuild for incremental task ':org.gecko.rsa:compileJava'. Compile to /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/bin --release 8 -classpath /var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.annotation/7.0.0/osgi.annotation-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/generated/org.gecko.rsa.model.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/geckoprojects/emf/org.gecko.emf.osgi.api/6.2.0/org.gecko.emf.osgi.api-6.2.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.ecore/2.17.0.v20190116-0940/org.eclipse.emf.ecore-2.17.0.v20190116-0940.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.common/2.15.0.v20181220-0846/org.eclipse.emf.common-2.15.0.v20181220-0846.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.15.0.v20180706-1146/org.eclipse.emf.ecore.xmi-2.15.0.v20180706-1146.jar Full recompilation is required because no incremental change information is available. This is usually caused by clean builds or changing compiler arguments. Compiling with toolchain '/usr/lib/jvm/java-17-openjdk-amd64'. Source files to be compiled: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/src/org/gecko/rsa/api/ExportPolicy.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/src/org/gecko/rsa/api/DeSerializationContext.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/src/org/gecko/rsa/api/package-info.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/src/org/gecko/rsa/api/DeSerializer.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/src/org/gecko/rsa/api/SerializationContext.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/src/org/gecko/rsa/api/ExportEndpointHandler.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/src/org/gecko/rsa/api/Serializer.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/src/org/gecko/rsa/core/EndPointDeSerializer.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/src/org/gecko/rsa/core/helper/ReferenceCounter.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/src/org/gecko/rsa/core/helper/EndpointHelper.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/src/org/gecko/rsa/core/helper/MultiValueMap.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/src/org/gecko/rsa/core/helper/FilterHelper.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/src/org/gecko/rsa/core/package-info.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/src/org/gecko/rsa/core/EObjectDeSerializationContext.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/src/org/gecko/rsa/core/EObjectDeAndSerializer.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/src/org/gecko/rsa/core/EndpointDescriptionProvider.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/src/org/gecko/rsa/core/converter/package-info.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/src/org/gecko/rsa/core/converter/PropertiesMapper.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/src/org/gecko/rsa/core/converter/EndpointDescriptionConverter.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/src/org/gecko/rsa/annotation/RequireGeckoMessageAdapterRSAProvider.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/src/org/gecko/rsa/annotation/package-info.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/src/org/gecko/rsa/annotation/RequireGeckoMessageAdapterRSADiscovery.java Compiling with JDK Java compiler API. Class dependency analysis for incremental compilation took 0.006 secs. Created classpath snapshot for incremental compilation in 0.038 secs. Watching 58 directories to track changes Watching 59 directories to track changes Watching 60 directories to track changes Watching 61 directories to track changes :org.gecko.rsa:compileJava (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.531 secs. :org.gecko.rsa:processResources (Thread[Execution worker for ':' Thread 3,5,main]) started. > Task :org.gecko.rsa:processResources Caching disabled for task ':org.gecko.rsa:processResources' because: Build cache is disabled Task ':org.gecko.rsa:processResources' is not up-to-date because: No history is available. Watching 52 directories to track changes Watching 61 directories to track changes :org.gecko.rsa:processResources (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.015 secs. :org.gecko.rsa:classes (Thread[Execution worker for ':' Thread 3,5,main]) started. > Task :org.gecko.rsa:classes Skipping task ':org.gecko.rsa:classes' as it has no actions. :org.gecko.rsa:classes (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.0 secs. :org.gecko.rsa:jar (Thread[Execution worker for ':' Thread 3,5,main]) started. Download https://devel.data-in-motion.biz/public/repository/gecko/release/geckoRSA/org.gecko.rsa.api/org.gecko.rsa.api-2.1.0.jar Download https://devel.data-in-motion.biz/repository/gecko/release/geckoRSA/org.gecko.rsa.api/org.gecko.rsa.api-2.1.0.jar Download https://devel.data-in-motion.biz/public/repository/gecko/release/geckoRSA/org.gecko.rsa.core/org.gecko.rsa.core-2.0.0.jar Download https://devel.data-in-motion.biz/repository/gecko/release/geckoRSA/org.gecko.rsa.core/org.gecko.rsa.core-2.0.0.jar > Task :org.gecko.rsa:jar Watching 62 directories to track changes Watching 63 directories to track changes Watching 63 directories to track changes Watching 63 directories to track changes Watching 64 directories to track changes Caching disabled for task ':org.gecko.rsa:jar' because: Build cache is disabled Task ':org.gecko.rsa:jar' is not up-to-date because: No history is available. Watching 64 directories to track changes Watching 64 directories to track changes Watching 63 directories to track changes Generated bundles: [/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/generated/org.gecko.rsa.api.jar, /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/generated/org.gecko.rsa.core.jar] Watching 64 directories to track changes Watching 64 directories to track changes Watching 64 directories to track changes :org.gecko.rsa:jar (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.235 secs. :org.gecko.rsa:assemble (Thread[Execution worker for ':' Thread 3,5,main]) started. > Task :org.gecko.rsa:assemble Skipping task ':org.gecko.rsa:assemble' as it has no actions. :org.gecko.rsa:assemble (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.0 secs. :org.gecko.rsa:compileTestJava (Thread[Execution worker for ':' Thread 3,5,main]) started. > Task :org.gecko.rsa:compileTestJava Watching 64 directories to track changes Watching 65 directories to track changes Watching 66 directories to track changes Watching 67 directories to track changes Watching 68 directories to track changes Caching disabled for task ':org.gecko.rsa:compileTestJava' because: Build cache is disabled Task ':org.gecko.rsa:compileTestJava' is not up-to-date because: No history is available. Watching 68 directories to track changes Watching 67 directories to track changes Watching 66 directories to track changes Watching 65 directories to track changes The input changes require a full rebuild for incremental task ':org.gecko.rsa:compileTestJava'. Compile to /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/bin_test --release 8 -classpath /var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.annotation/7.0.0/osgi.annotation-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/generated/org.gecko.rsa.model.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/geckoprojects/emf/org.gecko.emf.osgi.api/6.2.0/org.gecko.emf.osgi.api-6.2.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.ecore/2.17.0.v20190116-0940/org.eclipse.emf.ecore-2.17.0.v20190116-0940.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.common/2.15.0.v20181220-0846/org.eclipse.emf.common-2.15.0.v20181220-0846.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.15.0.v20180706-1146/org.eclipse.emf.ecore.xmi-2.15.0.v20180706-1146.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/bin Full recompilation is required because no incremental change information is available. This is usually caused by clean builds or changing compiler arguments. Compiling with toolchain '/usr/lib/jvm/java-17-openjdk-amd64'. Source files to be compiled: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/test/org/gecko/rsa/api/PropertiesMapperTest.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/test/org/gecko/rsa/api/EndpointDeSerializerTest.java Compiling with JDK Java compiler API. Class dependency analysis for incremental compilation took 0.001 secs. Created classpath snapshot for incremental compilation in 0.002 secs. Watching 70 directories to track changes Watching 71 directories to track changes Watching 72 directories to track changes Watching 73 directories to track changes :org.gecko.rsa:compileTestJava (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.186 secs. :org.gecko.rsa:processTestResources (Thread[Execution worker for ':' Thread 3,5,main]) started. > Task :org.gecko.rsa:processTestResources Caching disabled for task ':org.gecko.rsa:processTestResources' because: Build cache is disabled Task ':org.gecko.rsa:processTestResources' is not up-to-date because: No history is available. Watching 68 directories to track changes Watching 73 directories to track changes :org.gecko.rsa:processTestResources (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.005 secs. :org.gecko.rsa:testClasses (Thread[Execution worker for ':' Thread 3,5,main]) started. > Task :org.gecko.rsa:testClasses Skipping task ':org.gecko.rsa:testClasses' as it has no actions. :org.gecko.rsa:testClasses (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.0 secs. :org.gecko.rsa:test (Thread[Execution worker for ':' Thread 3,5,main]) started. Gradle Test Executor 1 started executing tests. Gradle Test Executor 1 finished executing tests. > Task :org.gecko.rsa:test Watching 73 directories to track changes Watching 73 directories to track changes Caching disabled for task ':org.gecko.rsa:test' because: Build cache is disabled Task ':org.gecko.rsa:test' is not up-to-date because: No history is available. Watching 73 directories to track changes Watching 73 directories to track changes Starting process 'Gradle Test Executor 1'. Working directory: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa Command: /usr/lib/jvm/java-17-openjdk-amd64/bin/java -Dorg.gradle.internal.worker.tmpdir=/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/generated/tmp/test/work -Dorg.gradle.native=false @/var/lib/jenkins/.gradle/.tmp/gradle-worker-classpath13448745756481705410txt -Xmx512m -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant -ea worker.org.gradle.process.internal.worker.GradleWorkerMain 'Gradle Test Executor 1' Successfully started process 'Gradle Test Executor 1' org.gecko.rsa.api.PropertiesMapperTest > testCreateXML SKIPPED Finished generating test XML results (0.012 secs) into: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/generated/test-reports/test Generating HTML test report... Finished generating test html results (0.017 secs) into: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/generated/reports/tests/test Watching 74 directories to track changes Watching 79 directories to track changes Watching 80 directories to track changes :org.gecko.rsa:test (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.666 secs. :org.gecko.rsa:testOSGi (Thread[Execution worker for ':' Thread 3,5,main]) started. > Task :org.gecko.rsa:testOSGi SKIPPED Skipping task ':org.gecko.rsa:testOSGi' as task onlyIf is false. :org.gecko.rsa:testOSGi (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.0 secs. :org.gecko.rsa:check (Thread[Execution worker for ':' Thread 10,5,main]) started. > Task :org.gecko.rsa:check Skipping task ':org.gecko.rsa:check' as it has no actions. :org.gecko.rsa:check (Thread[Execution worker for ':' Thread 10,5,main]) completed. Took 0.0 secs. :org.gecko.rsa:build (Thread[Execution worker for ':' Thread 10,5,main]) started. > Task :org.gecko.rsa:build Skipping task ':org.gecko.rsa:build' as it has no actions. :org.gecko.rsa:build (Thread[Execution worker for ':' Thread 10,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.discovery:compileJava (Thread[Execution worker for ':' Thread 3,5,main]) started. > Task :org.gecko.rsa.discovery:compileJava Deleting stale output file: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery/bin Watching 81 directories to track changes Watching 82 directories to track changes Watching 82 directories to track changes Watching 82 directories to track changes Caching disabled for task ':org.gecko.rsa.discovery:compileJava' because: Build cache is disabled Task ':org.gecko.rsa.discovery:compileJava' is not up-to-date because: No history is available. Watching 81 directories to track changes Watching 81 directories to track changes Watching 81 directories to track changes Watching 80 directories to track changes The input changes require a full rebuild for incremental task ':org.gecko.rsa.discovery:compileJava'. Compile to /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery/bin --release 8 -classpath /var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.annotation/7.0.0/osgi.annotation-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/generated/org.gecko.rsa.model.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.ecore/2.17.0.v20190116-0940/org.eclipse.emf.ecore-2.17.0.v20190116-0940.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.common/2.15.0.v20181220-0846/org.eclipse.emf.common-2.15.0.v20181220-0846.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.15.0.v20180706-1146/org.eclipse.emf.ecore.xmi-2.15.0.v20180706-1146.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/geckoprojects/emf/org.gecko.emf.osgi.api/6.2.0/org.gecko.emf.osgi.api-6.2.0.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/generated/org.gecko.rsa.api.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/generated/org.gecko.rsa.core.jar Full recompilation is required because no incremental change information is available. This is usually caused by clean builds or changing compiler arguments. Compiling with toolchain '/usr/lib/jvm/java-17-openjdk-amd64'. Source files to be compiled: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery/src/org/gecko/rsa/discovery/ImportingEndpointManager.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery/src/org/gecko/rsa/discovery/ImportingTopologyManagerTracker.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery/src/org/gecko/rsa/discovery/EndpointDiscovery.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery/src/org/gecko/rsa/discovery/ExportingEndpointListener.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery/src/org/gecko/rsa/discovery/ImportingEndpointEventManager.java Compiling with JDK Java compiler API. Class dependency analysis for incremental compilation took 0.004 secs. Created classpath snapshot for incremental compilation in 0.011 secs. Watching 85 directories to track changes Watching 86 directories to track changes Watching 87 directories to track changes Watching 88 directories to track changes :org.gecko.rsa.discovery:compileJava (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.163 secs. :org.gecko.rsa.discovery:processResources (Thread[Execution worker for ':' Thread 3,5,main]) started. > Task :org.gecko.rsa.discovery:processResources Caching disabled for task ':org.gecko.rsa.discovery:processResources' because: Build cache is disabled Task ':org.gecko.rsa.discovery:processResources' is not up-to-date because: No history is available. Watching 83 directories to track changes Watching 88 directories to track changes :org.gecko.rsa.discovery:processResources (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.007 secs. :org.gecko.rsa.discovery:classes (Thread[Execution worker for ':' Thread 3,5,main]) started. > Task :org.gecko.rsa.discovery:classes Skipping task ':org.gecko.rsa.discovery:classes' as it has no actions. :org.gecko.rsa.discovery:classes (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.discovery:jar (Thread[Execution worker for ':' Thread 13,5,main]) started. Download https://devel.data-in-motion.biz/public/repository/gecko/release/geckoRSA/org.gecko.rsa.discovery/org.gecko.rsa.discovery-1.0.0.jar Download https://devel.data-in-motion.biz/repository/gecko/release/geckoRSA/org.gecko.rsa.discovery/org.gecko.rsa.discovery-1.0.0.jar > Task :org.gecko.rsa.discovery:jar Watching 89 directories to track changes Watching 90 directories to track changes Watching 90 directories to track changes Watching 91 directories to track changes Caching disabled for task ':org.gecko.rsa.discovery:jar' because: Build cache is disabled Task ':org.gecko.rsa.discovery:jar' is not up-to-date because: No history is available. Watching 91 directories to track changes Watching 90 directories to track changes Generated bundles: [/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery/generated/org.gecko.rsa.discovery.jar] Watching 91 directories to track changes Watching 91 directories to track changes :org.gecko.rsa.discovery:jar (Thread[Execution worker for ':' Thread 13,5,main]) completed. Took 0.08 secs. :org.gecko.rsa.discovery:assemble (Thread[Execution worker for ':' Thread 13,5,main]) started. > Task :org.gecko.rsa.discovery:assemble Skipping task ':org.gecko.rsa.discovery:assemble' as it has no actions. :org.gecko.rsa.discovery:assemble (Thread[Execution worker for ':' Thread 13,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.discovery:compileTestJava (Thread[Execution worker for ':' Thread 13,5,main]) started. > Task :org.gecko.rsa.discovery:compileTestJava Watching 91 directories to track changes Watching 92 directories to track changes Watching 93 directories to track changes Watching 94 directories to track changes Caching disabled for task ':org.gecko.rsa.discovery:compileTestJava' because: Build cache is disabled Task ':org.gecko.rsa.discovery:compileTestJava' is not up-to-date because: No history is available. Watching 94 directories to track changes Watching 93 directories to track changes Watching 92 directories to track changes Watching 91 directories to track changes The input changes require a full rebuild for incremental task ':org.gecko.rsa.discovery:compileTestJava'. Compile to /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery/bin_test --release 8 -classpath /var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.annotation/7.0.0/osgi.annotation-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/generated/org.gecko.rsa.model.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.ecore/2.17.0.v20190116-0940/org.eclipse.emf.ecore-2.17.0.v20190116-0940.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.common/2.15.0.v20181220-0846/org.eclipse.emf.common-2.15.0.v20181220-0846.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.15.0.v20180706-1146/org.eclipse.emf.ecore.xmi-2.15.0.v20180706-1146.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/geckoprojects/emf/org.gecko.emf.osgi.api/6.2.0/org.gecko.emf.osgi.api-6.2.0.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/generated/org.gecko.rsa.api.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/generated/org.gecko.rsa.core.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery/bin Full recompilation is required because no incremental change information is available. This is usually caused by clean builds or changing compiler arguments. Compiling with toolchain '/usr/lib/jvm/java-17-openjdk-amd64'. Source files to be compiled: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery/test/PropertiesMapperTest.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery/test/EndpointDeSerializerTest.java Compiling with JDK Java compiler API. Class dependency analysis for incremental compilation took 0.001 secs. Created classpath snapshot for incremental compilation in 0.002 secs. Watching 92 directories to track changes Watching 93 directories to track changes Watching 94 directories to track changes Watching 95 directories to track changes :org.gecko.rsa.discovery:compileTestJava (Thread[Execution worker for ':' Thread 13,5,main]) completed. Took 0.112 secs. :org.gecko.rsa.discovery:processTestResources (Thread[Execution worker for ':' Thread 13,5,main]) started. > Task :org.gecko.rsa.discovery:processTestResources Caching disabled for task ':org.gecko.rsa.discovery:processTestResources' because: Build cache is disabled Task ':org.gecko.rsa.discovery:processTestResources' is not up-to-date because: No history is available. Watching 94 directories to track changes Watching 95 directories to track changes :org.gecko.rsa.discovery:processTestResources (Thread[Execution worker for ':' Thread 13,5,main]) completed. Took 0.004 secs. :org.gecko.rsa.discovery:testClasses (Thread[Execution worker for ':' Thread 13,5,main]) started. > Task :org.gecko.rsa.discovery:testClasses Skipping task ':org.gecko.rsa.discovery:testClasses' as it has no actions. :org.gecko.rsa.discovery:testClasses (Thread[Execution worker for ':' Thread 13,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.discovery:test (Thread[Execution worker for ':' Thread 15,5,main]) started. Gradle Test Executor 2 started executing tests. Gradle Test Executor 2 finished executing tests. > Task :org.gecko.rsa.discovery:test Watching 95 directories to track changes Watching 95 directories to track changes Caching disabled for task ':org.gecko.rsa.discovery:test' because: Build cache is disabled Task ':org.gecko.rsa.discovery:test' is not up-to-date because: No history is available. Watching 95 directories to track changes Watching 95 directories to track changes Starting process 'Gradle Test Executor 2'. Working directory: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery Command: /usr/lib/jvm/java-17-openjdk-amd64/bin/java -Dorg.gradle.internal.worker.tmpdir=/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery/generated/tmp/test/work -Dorg.gradle.native=false @/var/lib/jenkins/.gradle/.tmp/gradle-worker-classpath3502002146375373818txt -Xmx512m -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant -ea worker.org.gradle.process.internal.worker.GradleWorkerMain 'Gradle Test Executor 2' Successfully started process 'Gradle Test Executor 2' PropertiesMapperTest > testCreateXML SKIPPED Finished generating test XML results (0.0 secs) into: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery/generated/test-reports/test Generating HTML test report... Finished generating test html results (0.004 secs) into: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery/generated/reports/tests/test Watching 96 directories to track changes Watching 101 directories to track changes Watching 102 directories to track changes :org.gecko.rsa.discovery:test (Thread[Execution worker for ':' Thread 15,5,main]) completed. Took 0.702 secs. :org.gecko.rsa.discovery:testOSGi (Thread[Execution worker for ':' Thread 15,5,main]) started. > Task :org.gecko.rsa.discovery:testOSGi SKIPPED Skipping task ':org.gecko.rsa.discovery:testOSGi' as task onlyIf is false. :org.gecko.rsa.discovery:testOSGi (Thread[Execution worker for ':' Thread 15,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.discovery:check (Thread[Execution worker for ':' Thread 15,5,main]) started. > Task :org.gecko.rsa.discovery:check Skipping task ':org.gecko.rsa.discovery:check' as it has no actions. :org.gecko.rsa.discovery:check (Thread[Execution worker for ':' Thread 15,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.discovery:build (Thread[Execution worker for ':' Thread 15,5,main]) started. > Task :org.gecko.rsa.discovery:build Skipping task ':org.gecko.rsa.discovery:build' as it has no actions. :org.gecko.rsa.discovery:build (Thread[Execution worker for ':' Thread 15,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.discovery.config:compileJava (Thread[Execution worker for ':' Thread 12,5,main]) started. > Task :org.gecko.rsa.discovery.config:compileJava NO-SOURCE Deleting stale output file: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery.config/bin Watching 103 directories to track changes Skipping task ':org.gecko.rsa.discovery.config:compileJava' as it has no source files and no previous output files. :org.gecko.rsa.discovery.config:compileJava (Thread[Execution worker for ':' Thread 12,5,main]) completed. Took 0.005 secs. :org.gecko.rsa.discovery.config:processResources (Thread[Execution worker for ':' Thread 12,5,main]) started. > Task :org.gecko.rsa.discovery.config:processResources NO-SOURCE Skipping task ':org.gecko.rsa.discovery.config:processResources' as it has no source files and no previous output files. :org.gecko.rsa.discovery.config:processResources (Thread[Execution worker for ':' Thread 12,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.discovery.config:classes (Thread[Execution worker for ':' Thread 12,5,main]) started. > Task :org.gecko.rsa.discovery.config:classes UP-TO-DATE Skipping task ':org.gecko.rsa.discovery.config:classes' as it has no actions. :org.gecko.rsa.discovery.config:classes (Thread[Execution worker for ':' Thread 12,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.discovery.config:jar (Thread[Execution worker for ':' Thread 12,5,main]) started. Download https://devel.data-in-motion.biz/public/repository/gecko/release/geckoRSA/org.gecko.rsa.discovery.config/org.gecko.rsa.discovery.config-1.0.3.jar Download https://devel.data-in-motion.biz/repository/gecko/release/geckoRSA/org.gecko.rsa.discovery.config/org.gecko.rsa.discovery.config-1.0.3.jar > Task :org.gecko.rsa.discovery.config:jar Watching 104 directories to track changes Watching 105 directories to track changes Watching 106 directories to track changes Watching 106 directories to track changes Watching 106 directories to track changes Caching disabled for task ':org.gecko.rsa.discovery.config:jar' because: Build cache is disabled Task ':org.gecko.rsa.discovery.config:jar' is not up-to-date because: No history is available. Watching 106 directories to track changes Watching 105 directories to track changes Generated bundles: [/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery.config/generated/org.gecko.rsa.discovery.config.jar] Watching 106 directories to track changes Watching 106 directories to track changes :org.gecko.rsa.discovery.config:jar (Thread[Execution worker for ':' Thread 12,5,main]) completed. Took 0.043 secs. :org.gecko.rsa.discovery.config:assemble (Thread[Execution worker for ':' Thread 12,5,main]) started. > Task :org.gecko.rsa.discovery.config:assemble Skipping task ':org.gecko.rsa.discovery.config:assemble' as it has no actions. :org.gecko.rsa.discovery.config:assemble (Thread[Execution worker for ':' Thread 12,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.discovery.config:compileTestJava (Thread[Execution worker for ':' Thread 12,5,main]) started. > Task :org.gecko.rsa.discovery.config:compileTestJava NO-SOURCE Watching 106 directories to track changes Skipping task ':org.gecko.rsa.discovery.config:compileTestJava' as it has no source files and no previous output files. :org.gecko.rsa.discovery.config:compileTestJava (Thread[Execution worker for ':' Thread 12,5,main]) completed. Took 0.001 secs. :org.gecko.rsa.discovery.config:processTestResources (Thread[Execution worker for ':' Thread 12,5,main]) started. > Task :org.gecko.rsa.discovery.config:processTestResources NO-SOURCE Skipping task ':org.gecko.rsa.discovery.config:processTestResources' as it has no source files and no previous output files. :org.gecko.rsa.discovery.config:processTestResources (Thread[Execution worker for ':' Thread 12,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.discovery.config:testClasses (Thread[Execution worker for ':' Thread 12,5,main]) started. > Task :org.gecko.rsa.discovery.config:testClasses UP-TO-DATE Skipping task ':org.gecko.rsa.discovery.config:testClasses' as it has no actions. :org.gecko.rsa.discovery.config:testClasses (Thread[Execution worker for ':' Thread 12,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.discovery.config:test (Thread[Execution worker for ':' Thread 10,5,main]) started. > Task :org.gecko.rsa.discovery.config:test NO-SOURCE Watching 106 directories to track changes Skipping task ':org.gecko.rsa.discovery.config:test' as it has no source files and no previous output files. :org.gecko.rsa.discovery.config:test (Thread[Execution worker for ':' Thread 10,5,main]) completed. Took 0.003 secs. :org.gecko.rsa.discovery.config:testOSGi (Thread[Execution worker for ':' Thread 12,5,main]) started. > Task :org.gecko.rsa.discovery.config:testOSGi SKIPPED Skipping task ':org.gecko.rsa.discovery.config:testOSGi' as task onlyIf is false. :org.gecko.rsa.discovery.config:testOSGi (Thread[Execution worker for ':' Thread 12,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.discovery.config:check (Thread[Execution worker for ':' Thread 12,5,main]) started. > Task :org.gecko.rsa.discovery.config:check UP-TO-DATE Skipping task ':org.gecko.rsa.discovery.config:check' as it has no actions. :org.gecko.rsa.discovery.config:check (Thread[Execution worker for ':' Thread 12,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.discovery.config:build (Thread[Execution worker for ':' Thread 12,5,main]) started. > Task :org.gecko.rsa.discovery.config:build Skipping task ':org.gecko.rsa.discovery.config:build' as it has no actions. :org.gecko.rsa.discovery.config:build (Thread[Execution worker for ':' Thread 12,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.discovery.ma:compileJava (Thread[Execution worker for ':' Thread 12,5,main]) started. > Task :org.gecko.rsa.discovery.ma:compileJava Deleting stale output file: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery.ma/bin Watching 107 directories to track changes Watching 108 directories to track changes Watching 108 directories to track changes Watching 108 directories to track changes Watching 109 directories to track changes Caching disabled for task ':org.gecko.rsa.discovery.ma:compileJava' because: Build cache is disabled Task ':org.gecko.rsa.discovery.ma:compileJava' is not up-to-date because: No history is available. Watching 108 directories to track changes Watching 108 directories to track changes Watching 108 directories to track changes Watching 107 directories to track changes The input changes require a full rebuild for incremental task ':org.gecko.rsa.discovery.ma:compileJava'. Compile to /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery.ma/bin --release 8 -classpath /var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.annotation/7.0.0/osgi.annotation-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/geckoprojects/emf/org.gecko.emf.osgi.api/6.2.0/org.gecko.emf.osgi.api-6.2.0.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/generated/org.gecko.rsa.model.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.ecore/2.17.0.v20190116-0940/org.eclipse.emf.ecore-2.17.0.v20190116-0940.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.common/2.15.0.v20181220-0846/org.eclipse.emf.common-2.15.0.v20181220-0846.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/geckoprojects/messaging/org.gecko.osgi.messaging/3.2.0/org.gecko.osgi.messaging-3.2.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.15.0.v20180706-1146/org.eclipse.emf.ecore.xmi-2.15.0.v20180706-1146.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/generated/org.gecko.rsa.core.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/generated/org.gecko.rsa.api.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery/generated/org.gecko.rsa.discovery.jar Full recompilation is required because no incremental change information is available. This is usually caused by clean builds or changing compiler arguments. Compiling with toolchain '/usr/lib/jvm/java-17-openjdk-amd64'. Source files to be compiled: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery.ma/src/org/gecko/rsa/discovery/ma/MessageAdapterDiscoveryComponent.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery.ma/src/org/gecko/rsa/discovery/ma/handler/MADiscoveryConstants.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery.ma/src/org/gecko/rsa/discovery/ma/handler/MessageAdapterDiscoverHandler.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery.ma/src/org/gecko/rsa/discovery/ma/handler/MADiscoveryConfig.java Compiling with JDK Java compiler API. Class dependency analysis for incremental compilation took 0.001 secs. Created classpath snapshot for incremental compilation in 0.004 secs. Watching 114 directories to track changes Watching 115 directories to track changes Watching 116 directories to track changes Watching 117 directories to track changes :org.gecko.rsa.discovery.ma:compileJava (Thread[Execution worker for ':' Thread 12,5,main]) completed. Took 0.193 secs. :org.gecko.rsa.discovery.ma:processResources (Thread[Execution worker for ':' Thread 12,5,main]) started. > Task :org.gecko.rsa.discovery.ma:processResources Caching disabled for task ':org.gecko.rsa.discovery.ma:processResources' because: Build cache is disabled Task ':org.gecko.rsa.discovery.ma:processResources' is not up-to-date because: No history is available. Watching 110 directories to track changes Watching 117 directories to track changes :org.gecko.rsa.discovery.ma:processResources (Thread[Execution worker for ':' Thread 12,5,main]) completed. Took 0.004 secs. :org.gecko.rsa.discovery.ma:classes (Thread[Execution worker for ':' Thread 12,5,main]) started. > Task :org.gecko.rsa.discovery.ma:classes Skipping task ':org.gecko.rsa.discovery.ma:classes' as it has no actions. :org.gecko.rsa.discovery.ma:classes (Thread[Execution worker for ':' Thread 12,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.discovery.ma:jar (Thread[Execution worker for ':' Thread 3,5,main]) started. Download https://devel.data-in-motion.biz/public/repository/gecko/release/geckoRSA/org.gecko.rsa.discovery.ma/org.gecko.rsa.discovery.ma-2.0.1.jar Download https://devel.data-in-motion.biz/repository/gecko/release/geckoRSA/org.gecko.rsa.discovery.ma/org.gecko.rsa.discovery.ma-2.0.1.jar > Task :org.gecko.rsa.discovery.ma:jar Watching 118 directories to track changes Watching 119 directories to track changes Watching 119 directories to track changes Watching 120 directories to track changes Caching disabled for task ':org.gecko.rsa.discovery.ma:jar' because: Build cache is disabled Task ':org.gecko.rsa.discovery.ma:jar' is not up-to-date because: No history is available. Watching 120 directories to track changes Watching 119 directories to track changes Generated bundles: [/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery.ma/generated/org.gecko.rsa.discovery.ma.jar] Watching 120 directories to track changes Watching 120 directories to track changes :org.gecko.rsa.discovery.ma:jar (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.095 secs. :org.gecko.rsa.discovery.ma:assemble (Thread[Execution worker for ':' Thread 3,5,main]) started. > Task :org.gecko.rsa.discovery.ma:assemble Skipping task ':org.gecko.rsa.discovery.ma:assemble' as it has no actions. :org.gecko.rsa.discovery.ma:assemble (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.discovery.ma:compileTestJava (Thread[Execution worker for ':' Thread 3,5,main]) started. > Task :org.gecko.rsa.discovery.ma:compileTestJava NO-SOURCE Watching 121 directories to track changes Skipping task ':org.gecko.rsa.discovery.ma:compileTestJava' as it has no source files and no previous output files. :org.gecko.rsa.discovery.ma:compileTestJava (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.001 secs. :org.gecko.rsa.discovery.ma:processTestResources (Thread[Execution worker for ':' Thread 3,5,main]) started. > Task :org.gecko.rsa.discovery.ma:processTestResources NO-SOURCE Skipping task ':org.gecko.rsa.discovery.ma:processTestResources' as it has no source files and no previous output files. :org.gecko.rsa.discovery.ma:processTestResources (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.discovery.ma:testClasses (Thread[Execution worker for ':' Thread 3,5,main]) started. > Task :org.gecko.rsa.discovery.ma:testClasses UP-TO-DATE Skipping task ':org.gecko.rsa.discovery.ma:testClasses' as it has no actions. :org.gecko.rsa.discovery.ma:testClasses (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.discovery.ma:test (Thread[Execution worker for ':' Thread 3,5,main]) started. > Task :org.gecko.rsa.discovery.ma:test NO-SOURCE Watching 121 directories to track changes Skipping task ':org.gecko.rsa.discovery.ma:test' as it has no source files and no previous output files. :org.gecko.rsa.discovery.ma:test (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.001 secs. :org.gecko.rsa.discovery.ma:testOSGi (Thread[Execution worker for ':' Thread 3,5,main]) started. > Task :org.gecko.rsa.discovery.ma:testOSGi SKIPPED Skipping task ':org.gecko.rsa.discovery.ma:testOSGi' as task onlyIf is false. :org.gecko.rsa.discovery.ma:testOSGi (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.discovery.ma:check (Thread[Execution worker for ':' Thread 14,5,main]) started. > Task :org.gecko.rsa.discovery.ma:check UP-TO-DATE Skipping task ':org.gecko.rsa.discovery.ma:check' as it has no actions. :org.gecko.rsa.discovery.ma:check (Thread[Execution worker for ':' Thread 14,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.discovery.ma:build (Thread[Execution worker for ':' Thread 4,5,main]) started. > Task :org.gecko.rsa.discovery.ma:build Skipping task ':org.gecko.rsa.discovery.ma:build' as it has no actions. :org.gecko.rsa.discovery.ma:build (Thread[Execution worker for ':' Thread 4,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.discovery.tests:compileJava (Thread[Execution worker for ':' Thread 14,5,main]) started. > Task :org.gecko.rsa.discovery.tests:compileJava Deleting stale output file: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery.tests/bin Watching 128 directories to track changes Watching 129 directories to track changes Watching 130 directories to track changes Watching 130 directories to track changes Watching 130 directories to track changes Watching 131 directories to track changes Watching 132 directories to track changes Watching 133 directories to track changes Caching disabled for task ':org.gecko.rsa.discovery.tests:compileJava' because: Build cache is disabled Task ':org.gecko.rsa.discovery.tests:compileJava' is not up-to-date because: No history is available. Watching 132 directories to track changes Watching 132 directories to track changes Watching 132 directories to track changes Watching 131 directories to track changes The input changes require a full rebuild for incremental task ':org.gecko.rsa.discovery.tests:compileJava'. Compile to /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery.tests/bin --release 8 -classpath /var/jenkins/jobs/geckoRSA/workspace/.m2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/objenesis/objenesis/2.2/objenesis-2.2.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/gecko/core/org.gecko.core.test/1.0.0/org.gecko.core.test-1.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.annotation/7.0.0/osgi.annotation-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/generated/org.gecko.rsa.model.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.common/2.15.0.v20181220-0846/org.eclipse.emf.common-2.15.0.v20181220-0846.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.ecore/2.17.0.v20190116-0940/org.eclipse.emf.ecore-2.17.0.v20190116-0940.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.15.0.v20180706-1146/org.eclipse.emf.ecore.xmi-2.15.0.v20180706-1146.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery/generated/org.gecko.rsa.discovery.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/generated/org.gecko.rsa.api.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/geckoprojects/messaging/org.gecko.osgi.messaging/3.2.0/org.gecko.osgi.messaging-3.2.0.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery.ma/generated/org.gecko.rsa.discovery.ma.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/geckoprojects/emf/org.gecko.emf.osgi.api/6.2.0/org.gecko.emf.osgi.api-6.2.0.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/generated/org.gecko.rsa.core.jar Full recompilation is required because no incremental change information is available. This is usually caused by clean builds or changing compiler arguments. Compiling with toolchain '/usr/lib/jvm/java-17-openjdk-amd64'. Source files to be compiled: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery.tests/src/org/gecko/rsa/core/tests/ImportingDiscoveryIntegrationTest.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery.tests/src/org/gecko/rsa/core/tests/ma/MessagingHandlerTest.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery.tests/src/org/gecko/rsa/core/tests/ExportingDiscoveryIntegrationTest.java Compiling with JDK Java compiler API. Class dependency analysis for incremental compilation took 0.014 secs. Created classpath snapshot for incremental compilation in 0.011 secs. Watching 138 directories to track changes Watching 139 directories to track changes Watching 140 directories to track changes Watching 141 directories to track changes :org.gecko.rsa.discovery.tests:compileJava (Thread[Execution worker for ':' Thread 14,5,main]) completed. Took 0.44 secs. :org.gecko.rsa.discovery.tests:processResources (Thread[Execution worker for ':' Thread 14,5,main]) started. > Task :org.gecko.rsa.discovery.tests:processResources Caching disabled for task ':org.gecko.rsa.discovery.tests:processResources' because: Build cache is disabled Task ':org.gecko.rsa.discovery.tests:processResources' is not up-to-date because: No history is available. Watching 134 directories to track changes Watching 141 directories to track changes :org.gecko.rsa.discovery.tests:processResources (Thread[Execution worker for ':' Thread 14,5,main]) completed. Took 0.006 secs. :org.gecko.rsa.discovery.tests:classes (Thread[Execution worker for ':' Thread 14,5,main]) started. > Task :org.gecko.rsa.discovery.tests:classes Skipping task ':org.gecko.rsa.discovery.tests:classes' as it has no actions. :org.gecko.rsa.discovery.tests:classes (Thread[Execution worker for ':' Thread 14,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.model:generate (Thread[Execution worker for ':' Thread 14,5,main]) started. > Task :org.gecko.rsa.example.model:generate Watching 142 directories to track changes Watching 142 directories to track changes Watching 143 directories to track changes Caching disabled for task ':org.gecko.rsa.example.model:generate' because: Build cache is disabled Task ':org.gecko.rsa.example.model:generate' is not up-to-date because: No history is available. Watching 143 directories to track changes [INFO] Running Gecko EMF Codegen Version 6.2.0 [INFO] Output configured: src [INFO] Output result: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src [INFO] genmodelLocation: null [INFO] Running for genmodel model/rsa-test.genmodel in /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model [INFO] Setting up ResourceUriHandler: [INFO] bsn: org.gecko.rsa.example.model [INFO] base: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model [INFO] projectDirName: org.gecko.rsa.example.model [INFO] basePath: null [INFO] buildPath: [INFO] Container: /var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/org.osgi.util.pushstream/1.0.0/org.osgi.util.pushstream-1.0.0.jar [INFO] Container: /var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.ecore/2.35.0/org.eclipse.emf.ecore-2.35.0.jar [INFO] |->: model/Ecore.genmodel - model/Ecore.genmodel [INFO] |->: model/ExtendedMetaData.ecore - model/ExtendedMetaData.ecore [INFO] |->: model/XMLNamespace.ecore - model/XMLNamespace.ecore [INFO] |->: model/XMLType.ecore - model/XMLType.ecore [INFO] |->: model/XMLType.genmodel - model/XMLType.genmodel [INFO] |->: model/XMLNamespace.genmodel - model/XMLNamespace.genmodel [INFO] |->: model/Ecore.ecore - model/Ecore.ecore [INFO] |->: model/DateConversionDelegateAnnotation.ecore - model/DateConversionDelegateAnnotation.ecore [INFO] |->: model/EcoreAnnotation.ecore - model/EcoreAnnotation.ecore [INFO] Container: /var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/org.osgi.service.component.annotations/1.5.1/org.osgi.service.component.annotations-1.5.1.jar [INFO] Container: /var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.36.0/org.eclipse.emf.ecore.xmi-2.36.0.jar [INFO] Container: /var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/org.osgi.service.condition/1.0.0/org.osgi.service.condition-1.0.0.jar [INFO] Container: /var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/org.osgi.annotation.versioning/1.1.2/org.osgi.annotation.versioning-1.1.2.jar [INFO] Container: /var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/org.osgi.annotation.bundle/2.0.0/org.osgi.annotation.bundle-2.0.0.jar [INFO] Container: /var/jenkins/jobs/geckoRSA/workspace/.m2/org/geckoprojects/emf/org.gecko.emf.osgi.api/6.2.0/org.gecko.emf.osgi.api-6.2.0.jar [INFO] Container: /var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.common/2.29.0/org.eclipse.emf.common-2.29.0.jar [INFO] Container: /var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/org.osgi.framework/1.10.0/org.osgi.framework-1.10.0.jar [INFO] Loading resource://org.gecko.rsa.example.model/model/rsa-test.genmodel [INFO] Asked to handle resource://org.gecko.rsa.example.model/model/rsa-test.genmodel [INFO] Asked to handle resource://org.gecko.rsa.example.model/model/rsa-test.genmodel [INFO] Asked to open InputStream for resource://org.gecko.rsa.example.model/model/rsa-test.genmodel [INFO] sanatized uri resource://org.gecko.rsa.example.model/model/rsa-test.genmodel [INFO] bsn according to URI org.gecko.rsa.example.model [INFO] The bsn segment part fits to: org.gecko.rsa.example.model [INFO] Configuring Jet [INFO] Setting modelDirectory/org.gecko.rsa.example.model/src [INFO] Creating BNDGeneratorAdapterFactory [INFO] Starting generator run [INFO] Creating GeckoGenModelGeneratorAdapter [INFO] Creating GeckoGenPackageGeneratorAdapter [INFO] Creating GeckoGenClassGeneratorAdapter [INFO] Creating GeckoGenEnumGeneratorAdapter [INFO] subtask Generating code [INFO] internaly worked 0.1111111111111111 on null [INFO] internaly worked 0.1111111111111111 on null [INFO] internaly worked 0.7777777777777778 on null [INFO] subtask [INFO] subtask Generating Code for RSATestPackage [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle resource://org.gecko.rsa.example.model/model/rsa-test.ecore [INFO] Asked to handle resource://org.gecko.rsa.example.model/model/rsa-test.ecore [INFO] Asked to open InputStream for resource://org.gecko.rsa.example.model/model/rsa-test.ecore [INFO] sanatized uri resource://org.gecko.rsa.example.model/model/rsa-test.ecore [INFO] bsn according to URI org.gecko.rsa.example.model [INFO] The bsn segment part fits to: org.gecko.rsa.example.model [INFO] subtask Generating Java class org.gecko.rsa.rsatest.util.RSATestResourceImpl [INFO] subtask Generating /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask java.net.MalformedURLException: Cannot invoke "String.length()" because "spec" is null at java.base/java.net.URL.<init>(URL.java:708) at java.base/java.net.URL.<init>(URL.java:569) at java.base/java.net.URL.<init>(URL.java:516) at java.xml/com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:650) at java.xml/com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(XMLVersionDetector.java:150) at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:861) at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:825) at java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) at java.xml/com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:247) at java.xml/com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:342) at org.eclipse.emf.codegen.merge.java.JControlModel.initialize(JControlModel.java:963) at org.eclipse.emf.codegen.merge.java.JControlModel.initialize(JControlModel.java:952) at org.eclipse.emf.codegen.ecore.generator.Generator.getJControlModel(Generator.java:451) at org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.generateJava(AbstractGeneratorAdapter.java:1969) at org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter.generateResourceClass(GenPackageGeneratorAdapter.java:815) at org.gecko.emf.osgi.codegen.adapter.GeckoGenPackageGeneratorAdapter.generateModel(GeckoGenPackageGeneratorAdapter.java:138) at org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter.doGenerate(GenBaseGeneratorAdapter.java:215) at org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.generate(AbstractGeneratorAdapter.java:318) at org.eclipse.emf.codegen.ecore.generator.Generator.generate(Generator.java:768) at org.eclipse.emf.codegen.ecore.generator.Generator.generate(Generator.java:679) at org.gecko.emf.osgi.codegen.GeckoEmfGenerator.doGenerate(GeckoEmfGenerator.java:318) at org.gecko.emf.osgi.codegen.GeckoEmfGenerator.generate(GeckoEmfGenerator.java:168) at org.gecko.emf.osgi.codegen.GeckoEmfGenerator.generate(GeckoEmfGenerator.java:62) at aQute.bnd.build.ProjectGenerate.lambda$doGeneratePlugin$1(ProjectGenerate.java:270) at aQute.lib.redirect.Redirect.apply(Redirect.java:117) at aQute.bnd.build.ProjectGenerate.lambda$doGeneratePlugin$2(ProjectGenerate.java:270) at aQute.bnd.build.WorkspaceExternalPluginHandler.call(WorkspaceExternalPluginHandler.java:96) at aQute.bnd.build.ProjectGenerate.doGeneratePlugin(ProjectGenerate.java:255) at aQute.bnd.build.ProjectGenerate.doGenerate(ProjectGenerate.java:226) at aQute.bnd.build.ProjectGenerate.step(ProjectGenerate.java:146) at aQute.bnd.build.ProjectGenerate.generate(ProjectGenerate.java:66) at aQute.bnd.gradle.BndPlugin$1.execute(BndPlugin.java:219) at aQute.bnd.gradle.BndPlugin$1.execute(BndPlugin.java:214) at org.gradle.api.internal.AbstractTask$TaskActionWrapper.execute(AbstractTask.java:802) at org.gradle.api.internal.AbstractTask$TaskActionWrapper.execute(AbstractTask.java:775) at org.gradle.api.internal.tasks.execution.TaskExecution$3.run(TaskExecution.java:242) at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29) at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47) at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:68) at org.gradle.api.internal.tasks.execution.TaskExecution.executeAction(TaskExecution.java:227) at org.gradle.api.internal.tasks.execution.TaskExecution.executeActions(TaskExecution.java:210) at org.gradle.api.internal.tasks.execution.TaskExecution.executeWithPreviousOutputFiles(TaskExecution.java:193) at org.gradle.api.internal.tasks.execution.TaskExecution.execute(TaskExecution.java:171) at org.gradle.internal.execution.steps.ExecuteStep.executeInternal(ExecuteStep.java:89) at org.gradle.internal.execution.steps.ExecuteStep.access$000(ExecuteStep.java:40) at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:53) at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:50) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53) at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73) at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:50) at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:40) at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:68) at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:38) at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:48) at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:36) at org.gradle.internal.execution.steps.CancelExecutionStep.execute(CancelExecutionStep.java:41) at org.gradle.internal.execution.steps.TimeoutStep.executeWithoutTimeout(TimeoutStep.java:74) at org.gradle.internal.execution.steps.TimeoutStep.execute(TimeoutStep.java:55) at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:51) at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:29) at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.execute(CaptureStateAfterExecutionStep.java:61) at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.execute(CaptureStateAfterExecutionStep.java:42) at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:60) at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:27) at org.gradle.internal.execution.steps.BuildCacheStep.executeWithoutCache(BuildCacheStep.java:180) at org.gradle.internal.execution.steps.BuildCacheStep.lambda$execute$1(BuildCacheStep.java:75) at org.gradle.internal.Either$Right.fold(Either.java:175) at org.gradle.internal.execution.caching.CachingState.fold(CachingState.java:59) at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:73) at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:48) at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:36) at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:25) at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:36) at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:22) at org.gradle.internal.execution.steps.SkipUpToDateStep.executeBecause(SkipUpToDateStep.java:110) at org.gradle.internal.execution.steps.SkipUpToDateStep.lambda$execute$2(SkipUpToDateStep.java:56) at java.base/java.util.Optional.orElseGet(Optional.java:364) at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:56) at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:38) at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:73) at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:44) at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:37) at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:27) at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:89) at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:50) at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:114) at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:57) at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:76) at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:50) at org.gradle.internal.execution.steps.SkipEmptyWorkStep.executeWithNoEmptySources(SkipEmptyWorkStep.java:249) at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:86) at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:54) at org.gradle.internal.execution.steps.RemoveUntrackedExecutionStateStep.execute(RemoveUntrackedExecutionStateStep.java:32) at org.gradle.internal.execution.steps.RemoveUntrackedExecutionStateStep.execute(RemoveUntrackedExecutionStateStep.java:21) at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsStartedStep.execute(MarkSnapshottingInputsStartedStep.java:38) at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:43) at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:31) at org.gradle.internal.execution.steps.AssignWorkspaceStep.lambda$execute$0(AssignWorkspaceStep.java:40) at org.gradle.api.internal.tasks.execution.TaskExecution$4.withWorkspace(TaskExecution.java:287) at org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:40) at org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:30) at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:37) at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:27) at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:44) at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:33) at org.gradle.internal.execution.impl.DefaultExecutionEngine$1.execute(DefaultExecutionEngine.java:76) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:144) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:133) at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:77) at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46) at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:51) at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57) at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:56) at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36) at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77) at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55) at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53) at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73) at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter.execute(EventFiringTaskExecuter.java:52) at org.gradle.execution.plan.LocalTaskNodeExecutor.execute(LocalTaskNodeExecutor.java:74) at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:333) at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:320) at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:313) at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:299) at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.lambda$run$0(DefaultPlanExecutor.java:143) at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.execute(DefaultPlanExecutor.java:227) at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.executeNextNode(DefaultPlanExecutor.java:218) at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.run(DefaultPlanExecutor.java:140) at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64) at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: java.lang.NullPointerException: Cannot invoke "String.length()" because "spec" is null at java.base/java.net.URL.<init>(URL.java:614) ... 150 more [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceImpl.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceImpl.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceImpl.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceImpl.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceImpl.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceImpl.java [INFO] sanatized uri resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceImpl.java [INFO] bsn according to URI org.gecko.rsa.example.model [INFO] The bsn segment part fits to: org.gecko.rsa.example.model [INFO] subtask Preparing new /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceImpl.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceImpl.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceImpl.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceImpl.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceImpl.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceImpl.java [INFO] Sanatized resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceImpl.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceImpl.java [INFO] subtask Generating package interface info for package 'org.gecko.rsa.rsatest.RSATestPackage' [INFO] subtask Generating /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestPackage.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestPackage.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestPackage.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestPackage.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestPackage.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestPackage.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestPackage.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestPackage.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestPackage.java [INFO] sanatized uri resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestPackage.java [INFO] bsn according to URI org.gecko.rsa.example.model [INFO] The bsn segment part fits to: org.gecko.rsa.example.model [INFO] subtask Preparing new /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestPackage.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestPackage.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestPackage.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestPackage.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestPackage.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestPackage.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestPackage.java [INFO] Sanatized resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestPackage.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestPackage.java [INFO] subtask Generating Java class org.gecko.rsa.rsatest.impl.RSATestPackageImpl [INFO] subtask Generating /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestPackageImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestPackageImpl.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestPackageImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestPackageImpl.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestPackageImpl.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestPackageImpl.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestPackageImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestPackageImpl.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestPackageImpl.java [INFO] sanatized uri resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestPackageImpl.java [INFO] bsn according to URI org.gecko.rsa.example.model [INFO] The bsn segment part fits to: org.gecko.rsa.example.model [INFO] subtask Preparing new /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestPackageImpl.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestPackageImpl.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestPackageImpl.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestPackageImpl.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestPackageImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestPackageImpl.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestPackageImpl.java [INFO] Sanatized resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestPackageImpl.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestPackageImpl.java [INFO] subtask Generating factory interface info for package 'org.gecko.rsa.rsatest.RSATestFactory' [INFO] subtask Generating /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestFactory.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestFactory.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestFactory.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestFactory.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestFactory.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestFactory.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestFactory.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestFactory.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestFactory.java [INFO] sanatized uri resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestFactory.java [INFO] bsn according to URI org.gecko.rsa.example.model [INFO] The bsn segment part fits to: org.gecko.rsa.example.model [INFO] subtask Preparing new /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestFactory.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestFactory.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestFactory.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestFactory.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestFactory.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestFactory.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestFactory.java [INFO] Sanatized resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestFactory.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestFactory.java [INFO] subtask Generating Java class org.gecko.rsa.rsatest.impl.RSATestFactoryImpl [INFO] subtask Generating /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestFactoryImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestFactoryImpl.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestFactoryImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestFactoryImpl.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestFactoryImpl.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestFactoryImpl.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestFactoryImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestFactoryImpl.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestFactoryImpl.java [INFO] sanatized uri resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestFactoryImpl.java [INFO] bsn according to URI org.gecko.rsa.example.model [INFO] The bsn segment part fits to: org.gecko.rsa.example.model [INFO] subtask Preparing new /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestFactoryImpl.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestFactoryImpl.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestFactoryImpl.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestFactoryImpl.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestFactoryImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestFactoryImpl.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestFactoryImpl.java [INFO] Sanatized resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestFactoryImpl.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestFactoryImpl.java [INFO] subtask Generating Java class org.gecko.rsa.rsatest.util.RSATestSwitch [INFO] subtask Generating /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestSwitch.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestSwitch.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestSwitch.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestSwitch.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestSwitch.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestSwitch.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestSwitch.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestSwitch.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestSwitch.java [INFO] sanatized uri resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestSwitch.java [INFO] bsn according to URI org.gecko.rsa.example.model [INFO] The bsn segment part fits to: org.gecko.rsa.example.model [INFO] subtask Preparing new /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestSwitch.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestSwitch.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestSwitch.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestSwitch.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestSwitch.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestSwitch.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestSwitch.java [INFO] Sanatized resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestSwitch.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestSwitch.java [INFO] subtask Generating Java class org.gecko.rsa.rsatest.util.RSATestAdapterFactory [INFO] subtask Generating /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestAdapterFactory.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestAdapterFactory.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestAdapterFactory.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestAdapterFactory.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestAdapterFactory.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestAdapterFactory.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestAdapterFactory.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestAdapterFactory.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestAdapterFactory.java [INFO] sanatized uri resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestAdapterFactory.java [INFO] bsn according to URI org.gecko.rsa.example.model [INFO] The bsn segment part fits to: org.gecko.rsa.example.model [INFO] subtask Preparing new /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestAdapterFactory.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestAdapterFactory.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestAdapterFactory.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestAdapterFactory.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestAdapterFactory.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestAdapterFactory.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestAdapterFactory.java [INFO] Sanatized resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestAdapterFactory.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestAdapterFactory.java [INFO] subtask Generating EPackageConfigurator for package 'rsatest' [INFO] subtask Generating /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestEPackageConfigurator.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestEPackageConfigurator.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestEPackageConfigurator.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestEPackageConfigurator.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestEPackageConfigurator.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestEPackageConfigurator.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestEPackageConfigurator.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestEPackageConfigurator.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestEPackageConfigurator.java [INFO] sanatized uri resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestEPackageConfigurator.java [INFO] bsn according to URI org.gecko.rsa.example.model [INFO] The bsn segment part fits to: org.gecko.rsa.example.model [INFO] subtask Preparing new /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestEPackageConfigurator.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestEPackageConfigurator.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestEPackageConfigurator.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestEPackageConfigurator.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestEPackageConfigurator.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestEPackageConfigurator.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestEPackageConfigurator.java [INFO] Sanatized resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestEPackageConfigurator.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestEPackageConfigurator.java [INFO] subtask Generating Java class org.gecko.rsa.rsatest.util.RSATestResourceFactoryImpl [INFO] subtask Generating /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceFactoryImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceFactoryImpl.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceFactoryImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceFactoryImpl.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceFactoryImpl.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceFactoryImpl.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceFactoryImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceFactoryImpl.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceFactoryImpl.java [INFO] sanatized uri resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceFactoryImpl.java [INFO] bsn according to URI org.gecko.rsa.example.model [INFO] The bsn segment part fits to: org.gecko.rsa.example.model [INFO] subtask Preparing new /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceFactoryImpl.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceFactoryImpl.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceFactoryImpl.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceFactoryImpl.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceFactoryImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceFactoryImpl.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceFactoryImpl.java [INFO] Sanatized resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceFactoryImpl.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceFactoryImpl.java [INFO] subtask Generating OSGi configuration component for package 'rsatest' [INFO] subtask Generating /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestConfigurationComponent.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestConfigurationComponent.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestConfigurationComponent.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestConfigurationComponent.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestConfigurationComponent.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestConfigurationComponent.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestConfigurationComponent.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestConfigurationComponent.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestConfigurationComponent.java [INFO] sanatized uri resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestConfigurationComponent.java [INFO] bsn according to URI org.gecko.rsa.example.model [INFO] The bsn segment part fits to: org.gecko.rsa.example.model [INFO] subtask Preparing new /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestConfigurationComponent.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestConfigurationComponent.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestConfigurationComponent.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestConfigurationComponent.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestConfigurationComponent.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestConfigurationComponent.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestConfigurationComponent.java [INFO] Sanatized resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestConfigurationComponent.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestConfigurationComponent.java [INFO] subtask Generating package info for package 'rsatest' [INFO] subtask Generating /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/package-info.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/package-info.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/package-info.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/package-info.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/package-info.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/package-info.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/package-info.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/package-info.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/package-info.java [INFO] sanatized uri resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/package-info.java [INFO] bsn according to URI org.gecko.rsa.example.model [INFO] The bsn segment part fits to: org.gecko.rsa.example.model [INFO] subtask Preparing new /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/package-info.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/package-info.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/package-info.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/package-info.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/package-info.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/package-info.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/package-info.java [INFO] Sanatized resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/package-info.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/package-info.java [INFO] subtask Generating /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/package-info.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/package-info.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/package-info.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/package-info.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/package-info.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/package-info.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/package-info.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/package-info.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/package-info.java [INFO] sanatized uri resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/package-info.java [INFO] bsn according to URI org.gecko.rsa.example.model [INFO] The bsn segment part fits to: org.gecko.rsa.example.model [INFO] subtask Preparing new /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/package-info.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/package-info.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/package-info.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/package-info.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/package-info.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/package-info.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/package-info.java [INFO] Sanatized resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/package-info.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/package-info.java [INFO] subtask Generating /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/package-info.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/package-info.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/package-info.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/package-info.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/package-info.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/package-info.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/package-info.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/package-info.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/package-info.java [INFO] sanatized uri resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/package-info.java [INFO] bsn according to URI org.gecko.rsa.example.model [INFO] The bsn segment part fits to: org.gecko.rsa.example.model [INFO] subtask Preparing new /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/package-info.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/package-info.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/package-info.java [INFO] toPlatformResourceURI: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/package-info.java [INFO] toPlatformResourceURI esult: /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/package-info.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/package-info.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/package-info.java [INFO] Sanatized resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/package-info.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/package-info.java [INFO] subtask Generating Person [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.gecko.rsa.rsatest.Person [INFO] subtask Generating /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/Person.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/Person.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/Person.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/Person.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/Person.java [INFO] sanatized uri resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/Person.java [INFO] bsn according to URI org.gecko.rsa.example.model [INFO] The bsn segment part fits to: org.gecko.rsa.example.model [INFO] subtask Preparing new /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/Person.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/Person.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/Person.java [INFO] Sanatized resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/Person.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/Person.java [INFO] subtask Generating Java class org.gecko.rsa.rsatest.impl.PersonImpl [INFO] subtask Generating /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/PersonImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/PersonImpl.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/PersonImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/PersonImpl.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/PersonImpl.java [INFO] sanatized uri resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/PersonImpl.java [INFO] bsn according to URI org.gecko.rsa.example.model [INFO] The bsn segment part fits to: org.gecko.rsa.example.model [INFO] subtask Preparing new /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/PersonImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/PersonImpl.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/PersonImpl.java [INFO] Sanatized resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/PersonImpl.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/PersonImpl.java [INFO] subtask Generating Address [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.gecko.rsa.rsatest.Address [INFO] subtask Generating /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/Address.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/Address.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/Address.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/Address.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/Address.java [INFO] sanatized uri resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/Address.java [INFO] bsn according to URI org.gecko.rsa.example.model [INFO] The bsn segment part fits to: org.gecko.rsa.example.model [INFO] subtask Preparing new /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/Address.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/Address.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/Address.java [INFO] Sanatized resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/Address.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/Address.java [INFO] subtask Generating Java class org.gecko.rsa.rsatest.impl.AddressImpl [INFO] subtask Generating /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/AddressImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/AddressImpl.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/AddressImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/AddressImpl.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/AddressImpl.java [INFO] sanatized uri resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/AddressImpl.java [INFO] bsn according to URI org.gecko.rsa.example.model [INFO] The bsn segment part fits to: org.gecko.rsa.example.model [INFO] subtask Preparing new /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/AddressImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/AddressImpl.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/AddressImpl.java [INFO] Sanatized resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/AddressImpl.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/AddressImpl.java [INFO] subtask Generating Contact [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.gecko.rsa.rsatest.Contact [INFO] subtask Generating /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/Contact.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/Contact.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/Contact.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/Contact.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/Contact.java [INFO] sanatized uri resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/Contact.java [INFO] bsn according to URI org.gecko.rsa.example.model [INFO] The bsn segment part fits to: org.gecko.rsa.example.model [INFO] subtask Preparing new /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/Contact.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/Contact.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/Contact.java [INFO] Sanatized resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/Contact.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/Contact.java [INFO] subtask Generating Java class org.gecko.rsa.rsatest.impl.ContactImpl [INFO] subtask Generating /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/ContactImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/ContactImpl.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/ContactImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/ContactImpl.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/ContactImpl.java [INFO] sanatized uri resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/ContactImpl.java [INFO] bsn according to URI org.gecko.rsa.example.model [INFO] The bsn segment part fits to: org.gecko.rsa.example.model [INFO] subtask Preparing new /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/ContactImpl.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/ContactImpl.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/ContactImpl.java [INFO] Sanatized resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/ContactImpl.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/ContactImpl.java [INFO] subtask Generating Context Type [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java class org.gecko.rsa.rsatest.ContextType [INFO] subtask Generating /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/ContextType.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/ContextType.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/ContextType.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/ContextType.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/ContextType.java [INFO] sanatized uri resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/ContextType.java [INFO] bsn according to URI org.gecko.rsa.example.model [INFO] The bsn segment part fits to: org.gecko.rsa.example.model [INFO] subtask Preparing new /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/ContextType.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/ContextType.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/ContextType.java [INFO] Sanatized resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/ContextType.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/ContextType.java [INFO] subtask Generating Contact Type [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java class org.gecko.rsa.rsatest.ContactType [INFO] subtask Generating /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/ContactType.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/ContactType.java [INFO] Asked if exists platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/ContactType.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/ContactType.java [INFO] Asked to open InputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/ContactType.java [INFO] sanatized uri resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/ContactType.java [INFO] bsn according to URI org.gecko.rsa.example.model [INFO] The bsn segment part fits to: org.gecko.rsa.example.model [INFO] subtask Preparing new /org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/ContactType.java [INFO] Asked to handle platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/ContactType.java [INFO] Asked to open OutputStream for platform:/resource/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/ContactType.java [INFO] Sanatized resource://org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/ContactType.java [INFO] Opening file /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/ContactType.java [INFO] Generating code - org.eclipse.emf.codegen.ecore [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common Watching 151 directories to track changes :org.gecko.rsa.example.model:generate (Thread[Execution worker for ':' Thread 14,5,main]) completed. Took 0.809 secs. :org.gecko.rsa.example.model:compileJava (Thread[Execution worker for ':' Thread 14,5,main]) started. > Task :org.gecko.rsa.example.model:compileJava Deleting stale output file: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/bin Watching 151 directories to track changes Watching 152 directories to track changes Watching 152 directories to track changes Watching 152 directories to track changes Caching disabled for task ':org.gecko.rsa.example.model:compileJava' because: Build cache is disabled Task ':org.gecko.rsa.example.model:compileJava' is not up-to-date because: No history is available. Watching 152 directories to track changes Watching 152 directories to track changes Watching 152 directories to track changes Watching 151 directories to track changes The input changes require a full rebuild for incremental task ':org.gecko.rsa.example.model:compileJava'. Compile to /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/bin --release 8 -classpath /var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/org.osgi.service.condition/1.0.0/org.osgi.service.condition-1.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/org.osgi.util.pushstream/1.0.0/org.osgi.util.pushstream-1.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/org.osgi.service.component.annotations/1.5.1/org.osgi.service.component.annotations-1.5.1.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/org.osgi.framework/1.10.0/org.osgi.framework-1.10.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/org.osgi.annotation.versioning/1.1.2/org.osgi.annotation.versioning-1.1.2.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/org.osgi.annotation.bundle/2.0.0/org.osgi.annotation.bundle-2.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.common/2.29.0/org.eclipse.emf.common-2.29.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.ecore/2.35.0/org.eclipse.emf.ecore-2.35.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.36.0/org.eclipse.emf.ecore.xmi-2.36.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/geckoprojects/emf/org.gecko.emf.osgi.api/6.2.0/org.gecko.emf.osgi.api-6.2.0.jar Full recompilation is required because no incremental change information is available. This is usually caused by clean builds or changing compiler arguments. Compiling with toolchain '/usr/lib/jvm/java-17-openjdk-amd64'. Source files to be compiled: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestFactory.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/ContactImpl.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/package-info.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestPackageImpl.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/RSATestFactoryImpl.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/AddressImpl.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/impl/PersonImpl.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/package-info.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/RSATestPackage.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestEPackageConfigurator.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/configuration/RSATestConfigurationComponent.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/Address.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/ContactType.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/package-info.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestAdapterFactory.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceImpl.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestResourceFactoryImpl.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/util/RSATestSwitch.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/Person.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/Contact.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/src/org/gecko/rsa/rsatest/ContextType.java Compiling with JDK Java compiler API. Class dependency analysis for incremental compilation took 0.005 secs. Created classpath snapshot for incremental compilation in 0.002 secs. Watching 159 directories to track changes Watching 160 directories to track changes Watching 161 directories to track changes Watching 162 directories to track changes :org.gecko.rsa.example.model:compileJava (Thread[Execution worker for ':' Thread 14,5,main]) completed. Took 0.235 secs. :org.gecko.rsa.example.model:processResources (Thread[Execution worker for ':' Thread 14,5,main]) started. > Task :org.gecko.rsa.example.model:processResources Caching disabled for task ':org.gecko.rsa.example.model:processResources' because: Build cache is disabled Task ':org.gecko.rsa.example.model:processResources' is not up-to-date because: No history is available. Watching 154 directories to track changes Watching 162 directories to track changes :org.gecko.rsa.example.model:processResources (Thread[Execution worker for ':' Thread 14,5,main]) completed. Took 0.006 secs. :org.gecko.rsa.example.model:classes (Thread[Execution worker for ':' Thread 14,5,main]) started. > Task :org.gecko.rsa.example.model:classes Skipping task ':org.gecko.rsa.example.model:classes' as it has no actions. :org.gecko.rsa.example.model:classes (Thread[Execution worker for ':' Thread 14,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.model:jar (Thread[Execution worker for ':' Thread 14,5,main]) started. Download https://devel.data-in-motion.biz/public/repository/gecko/release/geckoRSA/org.gecko.rsa.example.model/org.gecko.rsa.example.model-2.0.1.jar Download https://devel.data-in-motion.biz/repository/gecko/release/geckoRSA/org.gecko.rsa.example.model/org.gecko.rsa.example.model-2.0.1.jar > Task :org.gecko.rsa.example.model:jar Watching 163 directories to track changes Watching 164 directories to track changes Watching 164 directories to track changes Caching disabled for task ':org.gecko.rsa.example.model:jar' because: Build cache is disabled Task ':org.gecko.rsa.example.model:jar' is not up-to-date because: No history is available. Watching 164 directories to track changes Watching 163 directories to track changes Generated bundles: [/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/generated/org.gecko.rsa.example.model.jar] Watching 164 directories to track changes Watching 164 directories to track changes :org.gecko.rsa.example.model:jar (Thread[Execution worker for ':' Thread 14,5,main]) completed. Took 0.091 secs. :org.gecko.rsa.discovery.tests:jar (Thread[Execution worker for ':' Thread 14,5,main]) started. Download https://devel.data-in-motion.biz/public/repository/gecko/release/geckoRSA/org.gecko.rsa.discovery.tests/org.gecko.rsa.discovery.tests-1.0.4.jar Download https://devel.data-in-motion.biz/repository/gecko/release/geckoRSA/org.gecko.rsa.discovery.tests/org.gecko.rsa.discovery.tests-1.0.4.jar > Task :org.gecko.rsa.discovery.tests:jar Watching 165 directories to track changes Watching 166 directories to track changes Watching 166 directories to track changes Watching 167 directories to track changes Caching disabled for task ':org.gecko.rsa.discovery.tests:jar' because: Build cache is disabled Task ':org.gecko.rsa.discovery.tests:jar' is not up-to-date because: No history is available. Watching 167 directories to track changes Watching 166 directories to track changes Generated bundles: [/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery.tests/generated/org.gecko.rsa.discovery.tests.jar] Watching 167 directories to track changes Watching 167 directories to track changes :org.gecko.rsa.discovery.tests:jar (Thread[Execution worker for ':' Thread 14,5,main]) completed. Took 0.125 secs. :org.gecko.rsa.discovery.tests:assemble (Thread[Execution worker for ':' Thread 14,5,main]) started. > Task :org.gecko.rsa.discovery.tests:assemble Skipping task ':org.gecko.rsa.discovery.tests:assemble' as it has no actions. :org.gecko.rsa.discovery.tests:assemble (Thread[Execution worker for ':' Thread 14,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.discovery.tests:compileTestJava (Thread[Execution worker for ':' Thread 14,5,main]) started. > Task :org.gecko.rsa.discovery.tests:compileTestJava NO-SOURCE Watching 167 directories to track changes Skipping task ':org.gecko.rsa.discovery.tests:compileTestJava' as it has no source files and no previous output files. :org.gecko.rsa.discovery.tests:compileTestJava (Thread[Execution worker for ':' Thread 14,5,main]) completed. Took 0.001 secs. :org.gecko.rsa.discovery.tests:processTestResources (Thread[Execution worker for ':' Thread 14,5,main]) started. > Task :org.gecko.rsa.discovery.tests:processTestResources NO-SOURCE Skipping task ':org.gecko.rsa.discovery.tests:processTestResources' as it has no source files and no previous output files. :org.gecko.rsa.discovery.tests:processTestResources (Thread[Execution worker for ':' Thread 14,5,main]) completed. Took 0.001 secs. :org.gecko.rsa.discovery.tests:testClasses (Thread[Execution worker for ':' Thread 14,5,main]) started. > Task :org.gecko.rsa.discovery.tests:testClasses UP-TO-DATE Skipping task ':org.gecko.rsa.discovery.tests:testClasses' as it has no actions. :org.gecko.rsa.discovery.tests:testClasses (Thread[Execution worker for ':' Thread 14,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.discovery.tests:test (Thread[Execution worker for ':' Thread 14,5,main]) started. > Task :org.gecko.rsa.discovery.tests:test NO-SOURCE Watching 167 directories to track changes Skipping task ':org.gecko.rsa.discovery.tests:test' as it has no source files and no previous output files. :org.gecko.rsa.discovery.tests:test (Thread[Execution worker for ':' Thread 14,5,main]) completed. Took 0.002 secs. :org.gecko.rsa.discovery.tests:testOSGi (Thread[Execution worker for ':' Thread 14,5,main]) started. > Task :org.gecko.rsa.discovery.tests:testOSGi Watching 167 directories to track changes Caching disabled for task ':org.gecko.rsa.discovery.tests:testOSGi' because: Build cache is disabled Task ':org.gecko.rsa.discovery.tests:testOSGi' is not up-to-date because: No history is available. Watching 167 directories to track changes Running tests for /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery.tests/bnd.bnd in /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.discovery.tests No Errors Watching 168 directories to track changes :org.gecko.rsa.discovery.tests:testOSGi (Thread[Execution worker for ':' Thread 14,5,main]) completed. Took 21.244 secs. :org.gecko.rsa.discovery.tests:check (Thread[Execution worker for ':' Thread 14,5,main]) started. > Task :org.gecko.rsa.discovery.tests:check Skipping task ':org.gecko.rsa.discovery.tests:check' as it has no actions. :org.gecko.rsa.discovery.tests:check (Thread[Execution worker for ':' Thread 14,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.discovery.tests:build (Thread[Execution worker for ':' Thread 4,5,main]) started. > Task :org.gecko.rsa.discovery.tests:build Skipping task ':org.gecko.rsa.discovery.tests:build' as it has no actions. :org.gecko.rsa.discovery.tests:build (Thread[Execution worker for ':' Thread 4,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.api:compileJava (Thread[Execution worker for ':' Thread 4,5,main]) started. > Task :org.gecko.rsa.example.api:compileJava Deleting stale output file: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.api/bin Watching 174 directories to track changes Watching 175 directories to track changes Watching 176 directories to track changes Watching 176 directories to track changes Watching 176 directories to track changes Caching disabled for task ':org.gecko.rsa.example.api:compileJava' because: Build cache is disabled Task ':org.gecko.rsa.example.api:compileJava' is not up-to-date because: No history is available. Watching 175 directories to track changes Watching 175 directories to track changes Watching 175 directories to track changes Watching 174 directories to track changes The input changes require a full rebuild for incremental task ':org.gecko.rsa.example.api:compileJava'. Compile to /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.api/bin --release 8 -classpath /var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.annotation/7.0.0/osgi.annotation-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/generated/org.gecko.rsa.example.model.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.common/2.15.0.v20181220-0846/org.eclipse.emf.common-2.15.0.v20181220-0846.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.ecore/2.17.0.v20190116-0940/org.eclipse.emf.ecore-2.17.0.v20190116-0940.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.15.0.v20180706-1146/org.eclipse.emf.ecore.xmi-2.15.0.v20180706-1146.jar Full recompilation is required because no incremental change information is available. This is usually caused by clean builds or changing compiler arguments. Compiling with toolchain '/usr/lib/jvm/java-17-openjdk-amd64'. Source files to be compiled: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.api/src/org/gecko/rsa/example/api/package-info.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.api/src/org/gecko/rsa/example/api/EchoService.java Compiling with JDK Java compiler API. Class dependency analysis for incremental compilation took 0.001 secs. Created classpath snapshot for incremental compilation in 0.004 secs. Watching 180 directories to track changes Watching 181 directories to track changes Watching 182 directories to track changes Watching 183 directories to track changes :org.gecko.rsa.example.api:compileJava (Thread[Execution worker for ':' Thread 4,5,main]) completed. Took 0.079 secs. :org.gecko.rsa.example.api:processResources (Thread[Execution worker for ':' Thread 4,5,main]) started. > Task :org.gecko.rsa.example.api:processResources Caching disabled for task ':org.gecko.rsa.example.api:processResources' because: Build cache is disabled Task ':org.gecko.rsa.example.api:processResources' is not up-to-date because: No history is available. Watching 177 directories to track changes Watching 183 directories to track changes :org.gecko.rsa.example.api:processResources (Thread[Execution worker for ':' Thread 4,5,main]) completed. Took 0.003 secs. :org.gecko.rsa.example.api:classes (Thread[Execution worker for ':' Thread 4,5,main]) started. > Task :org.gecko.rsa.example.api:classes Skipping task ':org.gecko.rsa.example.api:classes' as it has no actions. :org.gecko.rsa.example.api:classes (Thread[Execution worker for ':' Thread 4,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.api:jar (Thread[Execution worker for ':' Thread 5,5,main]) started. Download https://devel.data-in-motion.biz/public/repository/gecko/release/geckoRSA/org.gecko.rsa.example.api/org.gecko.rsa.example.api-4.0.0.jar Download https://devel.data-in-motion.biz/repository/gecko/release/geckoRSA/org.gecko.rsa.example.api/org.gecko.rsa.example.api-4.0.0.jar > Task :org.gecko.rsa.example.api:jar Watching 184 directories to track changes Watching 185 directories to track changes Watching 185 directories to track changes Watching 186 directories to track changes Caching disabled for task ':org.gecko.rsa.example.api:jar' because: Build cache is disabled Task ':org.gecko.rsa.example.api:jar' is not up-to-date because: No history is available. Watching 186 directories to track changes Watching 185 directories to track changes Generated bundles: [/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.api/generated/org.gecko.rsa.example.api.jar] Watching 186 directories to track changes Watching 186 directories to track changes :org.gecko.rsa.example.api:jar (Thread[Execution worker for ':' Thread 5,5,main]) completed. Took 0.086 secs. :org.gecko.rsa.example.api:assemble (Thread[Execution worker for ':' Thread 5,5,main]) started. > Task :org.gecko.rsa.example.api:assemble Skipping task ':org.gecko.rsa.example.api:assemble' as it has no actions. :org.gecko.rsa.example.api:assemble (Thread[Execution worker for ':' Thread 5,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.api:compileTestJava (Thread[Execution worker for ':' Thread 7,5,main]) started. > Task :org.gecko.rsa.example.api:compileTestJava NO-SOURCE Watching 187 directories to track changes Skipping task ':org.gecko.rsa.example.api:compileTestJava' as it has no source files and no previous output files. :org.gecko.rsa.example.api:compileTestJava (Thread[Execution worker for ':' Thread 7,5,main]) completed. Took 0.002 secs. :org.gecko.rsa.example.api:processTestResources (Thread[Execution worker for ':' Thread 7,5,main]) started. > Task :org.gecko.rsa.example.api:processTestResources NO-SOURCE Skipping task ':org.gecko.rsa.example.api:processTestResources' as it has no source files and no previous output files. :org.gecko.rsa.example.api:processTestResources (Thread[Execution worker for ':' Thread 7,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.api:testClasses (Thread[Execution worker for ':' Thread 7,5,main]) started. > Task :org.gecko.rsa.example.api:testClasses UP-TO-DATE Skipping task ':org.gecko.rsa.example.api:testClasses' as it has no actions. :org.gecko.rsa.example.api:testClasses (Thread[Execution worker for ':' Thread 7,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.api:test (Thread[Execution worker for ':' Thread 7,5,main]) started. > Task :org.gecko.rsa.example.api:test NO-SOURCE Watching 187 directories to track changes Skipping task ':org.gecko.rsa.example.api:test' as it has no source files and no previous output files. :org.gecko.rsa.example.api:test (Thread[Execution worker for ':' Thread 7,5,main]) completed. Took 0.001 secs. :org.gecko.rsa.example.api:testOSGi (Thread[Execution worker for ':' Thread 7,5,main]) started. > Task :org.gecko.rsa.example.api:testOSGi SKIPPED Skipping task ':org.gecko.rsa.example.api:testOSGi' as task onlyIf is false. :org.gecko.rsa.example.api:testOSGi (Thread[Execution worker for ':' Thread 7,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.api:check (Thread[Execution worker for ':' Thread 7,5,main]) started. > Task :org.gecko.rsa.example.api:check UP-TO-DATE Skipping task ':org.gecko.rsa.example.api:check' as it has no actions. :org.gecko.rsa.example.api:check (Thread[Execution worker for ':' Thread 7,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.api:build (Thread[Execution worker for ':' Thread 7,5,main]) started. > Task :org.gecko.rsa.example.api:build Skipping task ':org.gecko.rsa.example.api:build' as it has no actions. :org.gecko.rsa.example.api:build (Thread[Execution worker for ':' Thread 7,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.api2:compileJava (Thread[Execution worker for ':' Thread 7,5,main]) started. > Task :org.gecko.rsa.example.api2:compileJava Deleting stale output file: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.api2/bin Watching 193 directories to track changes Watching 194 directories to track changes Watching 195 directories to track changes Watching 195 directories to track changes Watching 195 directories to track changes Caching disabled for task ':org.gecko.rsa.example.api2:compileJava' because: Build cache is disabled Task ':org.gecko.rsa.example.api2:compileJava' is not up-to-date because: No history is available. Watching 194 directories to track changes Watching 194 directories to track changes Watching 194 directories to track changes Watching 193 directories to track changes The input changes require a full rebuild for incremental task ':org.gecko.rsa.example.api2:compileJava'. Compile to /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.api2/bin --release 8 -classpath /var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.annotation/7.0.0/osgi.annotation-7.0.0.jar Full recompilation is required because no incremental change information is available. This is usually caused by clean builds or changing compiler arguments. Compiling with toolchain '/usr/lib/jvm/java-17-openjdk-amd64'. Source files to be compiled: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.api2/src/org/gecko/rsa/example/api2/package-info.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.api2/src/org/gecko/rsa/example/api2/EchoService2.java Compiling with JDK Java compiler API. Class dependency analysis for incremental compilation took 0.0 secs. Created classpath snapshot for incremental compilation in 0.0 secs. Watching 199 directories to track changes Watching 200 directories to track changes Watching 201 directories to track changes Watching 202 directories to track changes :org.gecko.rsa.example.api2:compileJava (Thread[Execution worker for ':' Thread 7,5,main]) completed. Took 0.05 secs. :org.gecko.rsa.example.api2:processResources (Thread[Execution worker for ':' Thread 7,5,main]) started. > Task :org.gecko.rsa.example.api2:processResources Caching disabled for task ':org.gecko.rsa.example.api2:processResources' because: Build cache is disabled Task ':org.gecko.rsa.example.api2:processResources' is not up-to-date because: No history is available. Watching 196 directories to track changes Watching 202 directories to track changes :org.gecko.rsa.example.api2:processResources (Thread[Execution worker for ':' Thread 7,5,main]) completed. Took 0.002 secs. :org.gecko.rsa.example.api2:classes (Thread[Execution worker for ':' Thread 7,5,main]) started. > Task :org.gecko.rsa.example.api2:classes Skipping task ':org.gecko.rsa.example.api2:classes' as it has no actions. :org.gecko.rsa.example.api2:classes (Thread[Execution worker for ':' Thread 7,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.api2:jar (Thread[Execution worker for ':' Thread 7,5,main]) started. Download https://devel.data-in-motion.biz/public/repository/gecko/release/geckoRSA/org.gecko.rsa.example.api2/org.gecko.rsa.example.api2-1.0.0.jar Download https://devel.data-in-motion.biz/repository/gecko/release/geckoRSA/org.gecko.rsa.example.api2/org.gecko.rsa.example.api2-1.0.0.jar > Task :org.gecko.rsa.example.api2:jar Watching 203 directories to track changes Watching 204 directories to track changes Watching 204 directories to track changes Watching 205 directories to track changes Caching disabled for task ':org.gecko.rsa.example.api2:jar' because: Build cache is disabled Task ':org.gecko.rsa.example.api2:jar' is not up-to-date because: No history is available. Watching 205 directories to track changes Watching 204 directories to track changes Generated bundles: [/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.api2/generated/org.gecko.rsa.example.api2.jar] Watching 205 directories to track changes Watching 205 directories to track changes :org.gecko.rsa.example.api2:jar (Thread[Execution worker for ':' Thread 7,5,main]) completed. Took 0.027 secs. :org.gecko.rsa.example.api2:assemble (Thread[Execution worker for ':' Thread 7,5,main]) started. > Task :org.gecko.rsa.example.api2:assemble Skipping task ':org.gecko.rsa.example.api2:assemble' as it has no actions. :org.gecko.rsa.example.api2:assemble (Thread[Execution worker for ':' Thread 7,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.api2:compileTestJava (Thread[Execution worker for ':' Thread 7,5,main]) started. > Task :org.gecko.rsa.example.api2:compileTestJava NO-SOURCE Watching 205 directories to track changes Skipping task ':org.gecko.rsa.example.api2:compileTestJava' as it has no source files and no previous output files. :org.gecko.rsa.example.api2:compileTestJava (Thread[Execution worker for ':' Thread 7,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.api2:processTestResources (Thread[Execution worker for ':' Thread 7,5,main]) started. > Task :org.gecko.rsa.example.api2:processTestResources NO-SOURCE Skipping task ':org.gecko.rsa.example.api2:processTestResources' as it has no source files and no previous output files. :org.gecko.rsa.example.api2:processTestResources (Thread[Execution worker for ':' Thread 7,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.api2:testClasses (Thread[Execution worker for ':' Thread 7,5,main]) started. > Task :org.gecko.rsa.example.api2:testClasses UP-TO-DATE Skipping task ':org.gecko.rsa.example.api2:testClasses' as it has no actions. :org.gecko.rsa.example.api2:testClasses (Thread[Execution worker for ':' Thread 7,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.api2:test (Thread[Execution worker for ':' Thread 7,5,main]) started. > Task :org.gecko.rsa.example.api2:test NO-SOURCE Watching 205 directories to track changes Skipping task ':org.gecko.rsa.example.api2:test' as it has no source files and no previous output files. :org.gecko.rsa.example.api2:test (Thread[Execution worker for ':' Thread 7,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.api2:testOSGi (Thread[Execution worker for ':' Thread 7,5,main]) started. > Task :org.gecko.rsa.example.api2:testOSGi SKIPPED Skipping task ':org.gecko.rsa.example.api2:testOSGi' as task onlyIf is false. :org.gecko.rsa.example.api2:testOSGi (Thread[Execution worker for ':' Thread 7,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.api2:check (Thread[Execution worker for ':' Thread 7,5,main]) started. > Task :org.gecko.rsa.example.api2:check UP-TO-DATE Skipping task ':org.gecko.rsa.example.api2:check' as it has no actions. :org.gecko.rsa.example.api2:check (Thread[Execution worker for ':' Thread 7,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.api2:build (Thread[Execution worker for ':' Thread 5,5,main]) started. > Task :org.gecko.rsa.example.api2:build Skipping task ':org.gecko.rsa.example.api2:build' as it has no actions. :org.gecko.rsa.example.api2:build (Thread[Execution worker for ':' Thread 5,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.consumer:compileJava (Thread[Execution worker for ':' Thread 7,5,main]) started. > Task :org.gecko.rsa.example.consumer:compileJava Deleting stale output file: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.consumer/bin Watching 211 directories to track changes Watching 212 directories to track changes Watching 213 directories to track changes Watching 213 directories to track changes Watching 213 directories to track changes Watching 214 directories to track changes Watching 215 directories to track changes Caching disabled for task ':org.gecko.rsa.example.consumer:compileJava' because: Build cache is disabled Task ':org.gecko.rsa.example.consumer:compileJava' is not up-to-date because: No history is available. Watching 214 directories to track changes Watching 214 directories to track changes Watching 214 directories to track changes Watching 213 directories to track changes The input changes require a full rebuild for incremental task ':org.gecko.rsa.example.consumer:compileJava'. Compile to /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.consumer/bin --release 8 -classpath /var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.annotation/7.0.0/osgi.annotation-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.api/generated/org.gecko.rsa.example.api.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/apache/aries/rsa/discovery/org.apache.aries.rsa.discovery.local/1.13.0/org.apache.aries.rsa.discovery.local-1.13.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/apache/aries/rsa/org.apache.aries.rsa.topology-manager/1.14.0/org.apache.aries.rsa.topology-manager-1.14.0.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/generated/org.gecko.rsa.example.model.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.common/2.15.0.v20181220-0846/org.eclipse.emf.common-2.15.0.v20181220-0846.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.ecore/2.17.0.v20190116-0940/org.eclipse.emf.ecore-2.17.0.v20190116-0940.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.15.0.v20180706-1146/org.eclipse.emf.ecore.xmi-2.15.0.v20180706-1146.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/generated/org.gecko.rsa.api.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.api2/generated/org.gecko.rsa.example.api2.jar Full recompilation is required because no incremental change information is available. This is usually caused by clean builds or changing compiler arguments. Compiling with toolchain '/usr/lib/jvm/java-17-openjdk-amd64'. Source files to be compiled: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.consumer/src/org/gecko/rsa/example/consumer/EchoConsumer.java Compiling with JDK Java compiler API. Class dependency analysis for incremental compilation took 0.0 secs. Created classpath snapshot for incremental compilation in 0.012 secs. Watching 219 directories to track changes Watching 220 directories to track changes Watching 221 directories to track changes Watching 222 directories to track changes :org.gecko.rsa.example.consumer:compileJava (Thread[Execution worker for ':' Thread 7,5,main]) completed. Took 0.098 secs. :org.gecko.rsa.example.consumer:processResources (Thread[Execution worker for ':' Thread 7,5,main]) started. > Task :org.gecko.rsa.example.consumer:processResources Caching disabled for task ':org.gecko.rsa.example.consumer:processResources' because: Build cache is disabled Task ':org.gecko.rsa.example.consumer:processResources' is not up-to-date because: No history is available. Watching 216 directories to track changes Watching 222 directories to track changes :org.gecko.rsa.example.consumer:processResources (Thread[Execution worker for ':' Thread 7,5,main]) completed. Took 0.003 secs. :org.gecko.rsa.example.consumer:classes (Thread[Execution worker for ':' Thread 7,5,main]) started. > Task :org.gecko.rsa.example.consumer:classes Skipping task ':org.gecko.rsa.example.consumer:classes' as it has no actions. :org.gecko.rsa.example.consumer:classes (Thread[Execution worker for ':' Thread 7,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.consumer:jar (Thread[Execution worker for ':' Thread 7,5,main]) started. Download https://devel.data-in-motion.biz/public/repository/gecko/release/geckoRSA/org.gecko.rsa.example.consumer/org.gecko.rsa.example.consumer-1.0.5.jar Download https://devel.data-in-motion.biz/repository/gecko/release/geckoRSA/org.gecko.rsa.example.consumer/org.gecko.rsa.example.consumer-1.0.5.jar > Task :org.gecko.rsa.example.consumer:jar Watching 223 directories to track changes Watching 224 directories to track changes Watching 224 directories to track changes Watching 225 directories to track changes Caching disabled for task ':org.gecko.rsa.example.consumer:jar' because: Build cache is disabled Task ':org.gecko.rsa.example.consumer:jar' is not up-to-date because: No history is available. Watching 225 directories to track changes Watching 224 directories to track changes Generated bundles: [/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.consumer/generated/org.gecko.rsa.example.consumer.jar] Watching 225 directories to track changes Watching 225 directories to track changes :org.gecko.rsa.example.consumer:jar (Thread[Execution worker for ':' Thread 7,5,main]) completed. Took 0.058 secs. :org.gecko.rsa.example.consumer:assemble (Thread[Execution worker for ':' Thread 7,5,main]) started. > Task :org.gecko.rsa.example.consumer:assemble Skipping task ':org.gecko.rsa.example.consumer:assemble' as it has no actions. :org.gecko.rsa.example.consumer:assemble (Thread[Execution worker for ':' Thread 7,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.consumer:compileTestJava (Thread[Execution worker for ':' Thread 7,5,main]) started. > Task :org.gecko.rsa.example.consumer:compileTestJava NO-SOURCE Watching 226 directories to track changes Skipping task ':org.gecko.rsa.example.consumer:compileTestJava' as it has no source files and no previous output files. :org.gecko.rsa.example.consumer:compileTestJava (Thread[Execution worker for ':' Thread 7,5,main]) completed. Took 0.001 secs. :org.gecko.rsa.example.consumer:processTestResources (Thread[Execution worker for ':' Thread 7,5,main]) started. > Task :org.gecko.rsa.example.consumer:processTestResources NO-SOURCE Skipping task ':org.gecko.rsa.example.consumer:processTestResources' as it has no source files and no previous output files. :org.gecko.rsa.example.consumer:processTestResources (Thread[Execution worker for ':' Thread 7,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.consumer:testClasses (Thread[Execution worker for ':' Thread 7,5,main]) started. > Task :org.gecko.rsa.example.consumer:testClasses UP-TO-DATE Skipping task ':org.gecko.rsa.example.consumer:testClasses' as it has no actions. :org.gecko.rsa.example.consumer:testClasses (Thread[Execution worker for ':' Thread 7,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.consumer:test (Thread[Execution worker for ':' Thread 13,5,main]) started. > Task :org.gecko.rsa.example.consumer:test NO-SOURCE Watching 226 directories to track changes Skipping task ':org.gecko.rsa.example.consumer:test' as it has no source files and no previous output files. :org.gecko.rsa.example.consumer:test (Thread[Execution worker for ':' Thread 13,5,main]) completed. Took 0.001 secs. :org.gecko.rsa.example.consumer:testOSGi (Thread[Execution worker for ':' Thread 13,5,main]) started. > Task :org.gecko.rsa.example.consumer:testOSGi SKIPPED Skipping task ':org.gecko.rsa.example.consumer:testOSGi' as task onlyIf is false. :org.gecko.rsa.example.consumer:testOSGi (Thread[Execution worker for ':' Thread 13,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.consumer:check (Thread[Execution worker for ':' Thread 10,5,main]) started. > Task :org.gecko.rsa.example.consumer:check UP-TO-DATE Skipping task ':org.gecko.rsa.example.consumer:check' as it has no actions. :org.gecko.rsa.example.consumer:check (Thread[Execution worker for ':' Thread 10,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.consumer:build (Thread[Execution worker for ':' Thread 10,5,main]) started. > Task :org.gecko.rsa.example.consumer:build Skipping task ':org.gecko.rsa.example.consumer:build' as it has no actions. :org.gecko.rsa.example.consumer:build (Thread[Execution worker for ':' Thread 10,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.model:assemble (Thread[Execution worker for ':' Thread 10,5,main]) started. > Task :org.gecko.rsa.example.model:assemble Skipping task ':org.gecko.rsa.example.model:assemble' as it has no actions. :org.gecko.rsa.example.model:assemble (Thread[Execution worker for ':' Thread 10,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.model:compileTestJava (Thread[Execution worker for ':' Thread 10,5,main]) started. > Task :org.gecko.rsa.example.model:compileTestJava NO-SOURCE Watching 227 directories to track changes Skipping task ':org.gecko.rsa.example.model:compileTestJava' as it has no source files and no previous output files. :org.gecko.rsa.example.model:compileTestJava (Thread[Execution worker for ':' Thread 10,5,main]) completed. Took 0.001 secs. :org.gecko.rsa.example.model:processTestResources (Thread[Execution worker for ':' Thread 10,5,main]) started. > Task :org.gecko.rsa.example.model:processTestResources NO-SOURCE Skipping task ':org.gecko.rsa.example.model:processTestResources' as it has no source files and no previous output files. :org.gecko.rsa.example.model:processTestResources (Thread[Execution worker for ':' Thread 10,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.model:testClasses (Thread[Execution worker for ':' Thread 10,5,main]) started. > Task :org.gecko.rsa.example.model:testClasses UP-TO-DATE Skipping task ':org.gecko.rsa.example.model:testClasses' as it has no actions. :org.gecko.rsa.example.model:testClasses (Thread[Execution worker for ':' Thread 10,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.model:test (Thread[Execution worker for ':' Thread 8,5,main]) started. > Task :org.gecko.rsa.example.model:test NO-SOURCE Watching 227 directories to track changes Skipping task ':org.gecko.rsa.example.model:test' as it has no source files and no previous output files. :org.gecko.rsa.example.model:test (Thread[Execution worker for ':' Thread 8,5,main]) completed. Took 0.001 secs. :org.gecko.rsa.example.model:testOSGi (Thread[Execution worker for ':' Thread 8,5,main]) started. > Task :org.gecko.rsa.example.model:testOSGi SKIPPED Skipping task ':org.gecko.rsa.example.model:testOSGi' as task onlyIf is false. :org.gecko.rsa.example.model:testOSGi (Thread[Execution worker for ':' Thread 8,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.model:check (Thread[Execution worker for ':' Thread 14,5,main]) started. > Task :org.gecko.rsa.example.model:check UP-TO-DATE Skipping task ':org.gecko.rsa.example.model:check' as it has no actions. :org.gecko.rsa.example.model:check (Thread[Execution worker for ':' Thread 14,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.model:build (Thread[Execution worker for ':' Thread 8,5,main]) started. > Task :org.gecko.rsa.example.model:build Skipping task ':org.gecko.rsa.example.model:build' as it has no actions. :org.gecko.rsa.example.model:build (Thread[Execution worker for ':' Thread 8,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.service:compileJava (Thread[Execution worker for ':' Thread 8,5,main]) started. > Task :org.gecko.rsa.example.service:compileJava Deleting stale output file: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.service/bin Watching 233 directories to track changes Watching 234 directories to track changes Watching 235 directories to track changes Watching 235 directories to track changes Watching 235 directories to track changes Caching disabled for task ':org.gecko.rsa.example.service:compileJava' because: Build cache is disabled Task ':org.gecko.rsa.example.service:compileJava' is not up-to-date because: No history is available. Watching 234 directories to track changes Watching 234 directories to track changes Watching 234 directories to track changes Watching 233 directories to track changes The input changes require a full rebuild for incremental task ':org.gecko.rsa.example.service:compileJava'. Compile to /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.service/bin --release 8 -classpath /var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.annotation/7.0.0/osgi.annotation-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.api/generated/org.gecko.rsa.example.api.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/generated/org.gecko.rsa.example.model.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.common/2.15.0.v20181220-0846/org.eclipse.emf.common-2.15.0.v20181220-0846.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.ecore/2.17.0.v20190116-0940/org.eclipse.emf.ecore-2.17.0.v20190116-0940.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.15.0.v20180706-1146/org.eclipse.emf.ecore.xmi-2.15.0.v20180706-1146.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/generated/org.gecko.rsa.api.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.api2/generated/org.gecko.rsa.example.api2.jar Full recompilation is required because no incremental change information is available. This is usually caused by clean builds or changing compiler arguments. Compiling with toolchain '/usr/lib/jvm/java-17-openjdk-amd64'. Source files to be compiled: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.service/src/org/gecko/rsa/example/service/EchoServiceImpl.java Compiling with JDK Java compiler API. Class dependency analysis for incremental compilation took 0.001 secs. Created classpath snapshot for incremental compilation in 0.002 secs. Watching 239 directories to track changes Watching 240 directories to track changes Watching 241 directories to track changes Watching 242 directories to track changes :org.gecko.rsa.example.service:compileJava (Thread[Execution worker for ':' Thread 8,5,main]) completed. Took 0.112 secs. :org.gecko.rsa.example.service:processResources (Thread[Execution worker for ':' Thread 8,5,main]) started. > Task :org.gecko.rsa.example.service:processResources Caching disabled for task ':org.gecko.rsa.example.service:processResources' because: Build cache is disabled Task ':org.gecko.rsa.example.service:processResources' is not up-to-date because: No history is available. Watching 236 directories to track changes Watching 242 directories to track changes :org.gecko.rsa.example.service:processResources (Thread[Execution worker for ':' Thread 8,5,main]) completed. Took 0.003 secs. :org.gecko.rsa.example.service:classes (Thread[Execution worker for ':' Thread 8,5,main]) started. > Task :org.gecko.rsa.example.service:classes Skipping task ':org.gecko.rsa.example.service:classes' as it has no actions. :org.gecko.rsa.example.service:classes (Thread[Execution worker for ':' Thread 8,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.service:jar (Thread[Execution worker for ':' Thread 8,5,main]) started. Download https://devel.data-in-motion.biz/public/repository/gecko/release/geckoRSA/org.gecko.rsa.example.service/org.gecko.rsa.example.service-1.0.5.jar Download https://devel.data-in-motion.biz/repository/gecko/release/geckoRSA/org.gecko.rsa.example.service/org.gecko.rsa.example.service-1.0.5.jar > Task :org.gecko.rsa.example.service:jar Watching 243 directories to track changes Watching 244 directories to track changes Watching 244 directories to track changes Watching 245 directories to track changes Caching disabled for task ':org.gecko.rsa.example.service:jar' because: Build cache is disabled Task ':org.gecko.rsa.example.service:jar' is not up-to-date because: No history is available. Watching 245 directories to track changes Watching 244 directories to track changes Generated bundles: [/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.service/generated/org.gecko.rsa.example.service.jar] Watching 245 directories to track changes Watching 245 directories to track changes :org.gecko.rsa.example.service:jar (Thread[Execution worker for ':' Thread 8,5,main]) completed. Took 0.054 secs. :org.gecko.rsa.example.service:assemble (Thread[Execution worker for ':' Thread 8,5,main]) started. > Task :org.gecko.rsa.example.service:assemble Skipping task ':org.gecko.rsa.example.service:assemble' as it has no actions. :org.gecko.rsa.example.service:assemble (Thread[Execution worker for ':' Thread 8,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.service:compileTestJava (Thread[Execution worker for ':' Thread 8,5,main]) started. > Task :org.gecko.rsa.example.service:compileTestJava NO-SOURCE Watching 246 directories to track changes Skipping task ':org.gecko.rsa.example.service:compileTestJava' as it has no source files and no previous output files. :org.gecko.rsa.example.service:compileTestJava (Thread[Execution worker for ':' Thread 8,5,main]) completed. Took 0.001 secs. :org.gecko.rsa.example.service:processTestResources (Thread[Execution worker for ':' Thread 8,5,main]) started. > Task :org.gecko.rsa.example.service:processTestResources NO-SOURCE Skipping task ':org.gecko.rsa.example.service:processTestResources' as it has no source files and no previous output files. :org.gecko.rsa.example.service:processTestResources (Thread[Execution worker for ':' Thread 8,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.service:testClasses (Thread[Execution worker for ':' Thread 8,5,main]) started. > Task :org.gecko.rsa.example.service:testClasses UP-TO-DATE Skipping task ':org.gecko.rsa.example.service:testClasses' as it has no actions. :org.gecko.rsa.example.service:testClasses (Thread[Execution worker for ':' Thread 8,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.service:test (Thread[Execution worker for ':' Thread 8,5,main]) started. > Task :org.gecko.rsa.example.service:test NO-SOURCE Watching 246 directories to track changes Skipping task ':org.gecko.rsa.example.service:test' as it has no source files and no previous output files. :org.gecko.rsa.example.service:test (Thread[Execution worker for ':' Thread 8,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.service:testOSGi (Thread[Execution worker for ':' Thread 8,5,main]) started. > Task :org.gecko.rsa.example.service:testOSGi SKIPPED Skipping task ':org.gecko.rsa.example.service:testOSGi' as task onlyIf is false. :org.gecko.rsa.example.service:testOSGi (Thread[Execution worker for ':' Thread 8,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.service:check (Thread[Execution worker for ':' Thread 8,5,main]) started. > Task :org.gecko.rsa.example.service:check UP-TO-DATE Skipping task ':org.gecko.rsa.example.service:check' as it has no actions. :org.gecko.rsa.example.service:check (Thread[Execution worker for ':' Thread 8,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.example.service:build (Thread[Execution worker for ':' Thread 8,5,main]) started. > Task :org.gecko.rsa.example.service:build Skipping task ':org.gecko.rsa.example.service:build' as it has no actions. :org.gecko.rsa.example.service:build (Thread[Execution worker for ':' Thread 8,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.model:assemble (Thread[Execution worker for ':' Thread 8,5,main]) started. > Task :org.gecko.rsa.model:assemble Skipping task ':org.gecko.rsa.model:assemble' as it has no actions. :org.gecko.rsa.model:assemble (Thread[Execution worker for ':' Thread 8,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.model:compileTestJava (Thread[Execution worker for ':' Thread 5,5,main]) started. > Task :org.gecko.rsa.model:compileTestJava Watching 246 directories to track changes Watching 247 directories to track changes Watching 248 directories to track changes Watching 249 directories to track changes Caching disabled for task ':org.gecko.rsa.model:compileTestJava' because: Build cache is disabled Task ':org.gecko.rsa.model:compileTestJava' is not up-to-date because: No history is available. Watching 249 directories to track changes Watching 248 directories to track changes Watching 247 directories to track changes Watching 246 directories to track changes The input changes require a full rebuild for incremental task ':org.gecko.rsa.model:compileTestJava'. Compile to /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/bin_test --release 8 -classpath /var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/org.osgi.service.condition/1.0.0/org.osgi.service.condition-1.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/org.osgi.util.pushstream/1.0.0/org.osgi.util.pushstream-1.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/org.osgi.service.component.annotations/1.5.1/org.osgi.service.component.annotations-1.5.1.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/org.osgi.framework/1.10.0/org.osgi.framework-1.10.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/org.osgi.annotation.versioning/1.1.2/org.osgi.annotation.versioning-1.1.2.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/org.osgi.annotation.bundle/2.0.0/org.osgi.annotation.bundle-2.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.common/2.29.0/org.eclipse.emf.common-2.29.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.ecore/2.35.0/org.eclipse.emf.ecore-2.35.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.36.0/org.eclipse.emf.ecore.xmi-2.36.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/geckoprojects/emf/org.gecko.emf.osgi.api/6.2.0/org.gecko.emf.osgi.api-6.2.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/bin Full recompilation is required because no incremental change information is available. This is usually caused by clean builds or changing compiler arguments. Compiling with toolchain '/usr/lib/jvm/java-17-openjdk-amd64'. Source files to be compiled: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/test/org/gecko/rsa/model/RSAEndpointDescriptionTest.java Compiling with JDK Java compiler API. Class dependency analysis for incremental compilation took 0.0 secs. Created classpath snapshot for incremental compilation in 0.002 secs. Watching 251 directories to track changes Watching 252 directories to track changes Watching 253 directories to track changes Watching 254 directories to track changes :org.gecko.rsa.model:compileTestJava (Thread[Execution worker for ':' Thread 5,5,main]) completed. Took 0.131 secs. :org.gecko.rsa.model:processTestResources (Thread[Execution worker for ':' Thread 5,5,main]) started. > Task :org.gecko.rsa.model:processTestResources Caching disabled for task ':org.gecko.rsa.model:processTestResources' because: Build cache is disabled Task ':org.gecko.rsa.model:processTestResources' is not up-to-date because: No history is available. Watching 249 directories to track changes Watching 254 directories to track changes :org.gecko.rsa.model:processTestResources (Thread[Execution worker for ':' Thread 5,5,main]) completed. Took 0.003 secs. :org.gecko.rsa.model:testClasses (Thread[Execution worker for ':' Thread 5,5,main]) started. > Task :org.gecko.rsa.model:testClasses Skipping task ':org.gecko.rsa.model:testClasses' as it has no actions. :org.gecko.rsa.model:testClasses (Thread[Execution worker for ':' Thread 5,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.model:test (Thread[Execution worker for ':' Thread 5,5,main]) started. Gradle Test Executor 3 started executing tests. Gradle Test Executor 3 finished executing tests. > Task :org.gecko.rsa.model:test Watching 254 directories to track changes Watching 254 directories to track changes Caching disabled for task ':org.gecko.rsa.model:test' because: Build cache is disabled Task ':org.gecko.rsa.model:test' is not up-to-date because: No history is available. Watching 254 directories to track changes Watching 254 directories to track changes Starting process 'Gradle Test Executor 3'. Working directory: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model Command: /usr/lib/jvm/java-17-openjdk-amd64/bin/java -Dorg.gradle.internal.worker.tmpdir=/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/generated/tmp/test/work -Dorg.gradle.native=false @/var/lib/jenkins/.gradle/.tmp/gradle-worker-classpath544516830858419871txt -Xmx512m -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant -ea worker.org.gradle.process.internal.worker.GradleWorkerMain 'Gradle Test Executor 3' Successfully started process 'Gradle Test Executor 3' org.gecko.rsa.model.RSAEndpointDescriptionTest > testCreateDescription STANDARD_OUT Temp Folder is : /var/lib/jenkins Resource URI is : /var/lib/jenkins/ed.xml <?xml version="1.0" encoding="ASCII"?> <rsa:endpoint-descriptions xmlns:rsa="http://www.osgi.org/xmlns/rsa/v1.0.0"> <rsa:endpoint-description> <rsa:property name="objectClass"><rsa:array> <rsa:value>Hallo Welt</rsa:value> </rsa:array></rsa:property> <rsa:property name="osgi.remote.requires.intents"><rsa:list> <rsa:value>confidentiality</rsa:value> <rsa:value>async</rsa:value> </rsa:list></rsa:property> <rsa:property name="endpoint.id">http://localhost:123</rsa:property> <rsa:property name="service.imported.configs" value="gecko.rsa" value-type="java.lang.String"/> </rsa:endpoint-description> </rsa:endpoint-descriptions> Finished generating test XML results (0.002 secs) into: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/generated/test-reports/test Generating HTML test report... Finished generating test html results (0.005 secs) into: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/generated/reports/tests/test Watching 255 directories to track changes Watching 260 directories to track changes Watching 261 directories to track changes :org.gecko.rsa.model:test (Thread[Execution worker for ':' Thread 5,5,main]) completed. Took 0.623 secs. :org.gecko.rsa.model:testOSGi (Thread[Execution worker for ':' Thread 5,5,main]) started. > Task :org.gecko.rsa.model:testOSGi SKIPPED Skipping task ':org.gecko.rsa.model:testOSGi' as task onlyIf is false. :org.gecko.rsa.model:testOSGi (Thread[Execution worker for ':' Thread 5,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.model:check (Thread[Execution worker for ':' Thread 5,5,main]) started. > Task :org.gecko.rsa.model:check Skipping task ':org.gecko.rsa.model:check' as it has no actions. :org.gecko.rsa.model:check (Thread[Execution worker for ':' Thread 5,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.model:build (Thread[Execution worker for ':' Thread 5,5,main]) started. > Task :org.gecko.rsa.model:build Skipping task ':org.gecko.rsa.model:build' as it has no actions. :org.gecko.rsa.model:build (Thread[Execution worker for ':' Thread 5,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.provider:compileJava (Thread[Execution worker for ':' Thread 5,5,main]) started. > Task :org.gecko.rsa.provider:compileJava Deleting stale output file: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.provider/bin Watching 270 directories to track changes Watching 271 directories to track changes Watching 272 directories to track changes Watching 272 directories to track changes Watching 272 directories to track changes Watching 273 directories to track changes Watching 274 directories to track changes Watching 275 directories to track changes Watching 276 directories to track changes Caching disabled for task ':org.gecko.rsa.provider:compileJava' because: Build cache is disabled Task ':org.gecko.rsa.provider:compileJava' is not up-to-date because: No history is available. Watching 275 directories to track changes Watching 275 directories to track changes Watching 275 directories to track changes Watching 274 directories to track changes The input changes require a full rebuild for incremental task ':org.gecko.rsa.provider:compileJava'. Compile to /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.provider/bin --release 8 -classpath /var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.annotation/7.0.0/osgi.annotation-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/geckoprojects/messaging/org.gecko.osgi.messaging/3.2.0/org.gecko.osgi.messaging-3.2.0.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/generated/org.gecko.rsa.api.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/generated/org.gecko.rsa.core.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/generated/org.gecko.rsa.model.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.ecore/2.17.0.v20190116-0940/org.eclipse.emf.ecore-2.17.0.v20190116-0940.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.common/2.15.0.v20181220-0846/org.eclipse.emf.common-2.15.0.v20181220-0846.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.15.0.v20180706-1146/org.eclipse.emf.ecore.xmi-2.15.0.v20180706-1146.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/geckoprojects/emf/org.gecko.emf.osgi.api/6.2.0/org.gecko.emf.osgi.api-6.2.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/apache/aries/rsa/org.apache.aries.rsa.spi/1.14.0/org.apache.aries.rsa.spi-1.14.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/apache/aries/rsa/org.apache.aries.rsa.topology-manager/1.14.0/org.apache.aries.rsa.topology-manager-1.14.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/apache/aries/rsa/org.apache.aries.rsa.core/1.14.0/org.apache.aries.rsa.core-1.14.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/geckoprojects/utils/org.gecko.util.common/1.2.0.202401231920/org.gecko.util.common-1.2.0.202401231920.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/geckoprojects/utils/org.gecko.util.pushstream/1.2.0.202401231920/org.gecko.util.pushstream-1.2.0.202401231920.jar Full recompilation is required because no incremental change information is available. This is usually caused by clean builds or changing compiler arguments. Compiling with toolchain '/usr/lib/jvm/java-17-openjdk-amd64'. Source files to be compiled: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.provider/src/org/gecko/rsa/provider/ser/EObjectDeSerializer.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.provider/src/org/gecko/rsa/provider/classloader/CompositeClassLoader.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.provider/src/org/gecko/rsa/provider/MessagingClientProxyHandler.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.provider/src/org/gecko/rsa/provider/marker/EObjectMarker.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.provider/src/org/gecko/rsa/provider/marker/FileMarker.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.provider/src/org/gecko/rsa/provider/marker/PushStreamMarker.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.provider/src/org/gecko/rsa/provider/marker/VersionMarker.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.provider/src/org/gecko/rsa/provider/marker/DTOUtil.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.provider/src/org/gecko/rsa/provider/marker/DTOMarker.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.provider/src/org/gecko/rsa/provider/MessagingRSAProvider.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.provider/src/org/gecko/rsa/provider/ServiceMethodInvoker.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.provider/src/org/gecko/rsa/provider/stream/EObjectInputStream.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.provider/src/org/gecko/rsa/provider/stream/EObjectOutputStream.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.provider/src/org/gecko/rsa/provider/MessagingRSAEndpoint.java Compiling with JDK Java compiler API. Class dependency analysis for incremental compilation took 0.016 secs. Created classpath snapshot for incremental compilation in 0.017 secs. Watching 283 directories to track changes Watching 284 directories to track changes Watching 285 directories to track changes Watching 286 directories to track changes :org.gecko.rsa.provider:compileJava (Thread[Execution worker for ':' Thread 5,5,main]) completed. Took 0.32 secs. :org.gecko.rsa.provider:processResources (Thread[Execution worker for ':' Thread 5,5,main]) started. > Task :org.gecko.rsa.provider:processResources Caching disabled for task ':org.gecko.rsa.provider:processResources' because: Build cache is disabled Task ':org.gecko.rsa.provider:processResources' is not up-to-date because: No history is available. Watching 277 directories to track changes Watching 286 directories to track changes :org.gecko.rsa.provider:processResources (Thread[Execution worker for ':' Thread 5,5,main]) completed. Took 0.006 secs. :org.gecko.rsa.provider:classes (Thread[Execution worker for ':' Thread 5,5,main]) started. > Task :org.gecko.rsa.provider:classes Skipping task ':org.gecko.rsa.provider:classes' as it has no actions. :org.gecko.rsa.provider:classes (Thread[Execution worker for ':' Thread 5,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.provider:jar (Thread[Execution worker for ':' Thread 5,5,main]) started. Download https://devel.data-in-motion.biz/public/repository/gecko/release/geckoRSA/org.gecko.rsa.provider/org.gecko.rsa.provider-1.1.5.jar Download https://devel.data-in-motion.biz/repository/gecko/release/geckoRSA/org.gecko.rsa.provider/org.gecko.rsa.provider-1.1.5.jar > Task :org.gecko.rsa.provider:jar Watching 287 directories to track changes Watching 288 directories to track changes Watching 288 directories to track changes Watching 289 directories to track changes Caching disabled for task ':org.gecko.rsa.provider:jar' because: Build cache is disabled Task ':org.gecko.rsa.provider:jar' is not up-to-date because: No history is available. Watching 289 directories to track changes Watching 288 directories to track changes Generated bundles: [/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.provider/generated/org.gecko.rsa.provider.jar] Watching 289 directories to track changes Watching 289 directories to track changes :org.gecko.rsa.provider:jar (Thread[Execution worker for ':' Thread 5,5,main]) completed. Took 0.111 secs. :org.gecko.rsa.provider:assemble (Thread[Execution worker for ':' Thread 5,5,main]) started. > Task :org.gecko.rsa.provider:assemble Skipping task ':org.gecko.rsa.provider:assemble' as it has no actions. :org.gecko.rsa.provider:assemble (Thread[Execution worker for ':' Thread 5,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.provider:compileTestJava (Thread[Execution worker for ':' Thread 5,5,main]) started. > Task :org.gecko.rsa.provider:compileTestJava Watching 295 directories to track changes Watching 295 directories to track changes Watching 296 directories to track changes Watching 297 directories to track changes Watching 298 directories to track changes Caching disabled for task ':org.gecko.rsa.provider:compileTestJava' because: Build cache is disabled Task ':org.gecko.rsa.provider:compileTestJava' is not up-to-date because: No history is available. Watching 298 directories to track changes Watching 297 directories to track changes Watching 296 directories to track changes Watching 295 directories to track changes The input changes require a full rebuild for incremental task ':org.gecko.rsa.provider:compileTestJava'. Compile to /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.provider/bin_test --release 8 -classpath /var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.annotation/7.0.0/osgi.annotation-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/geckoprojects/messaging/org.gecko.osgi.messaging/3.2.0/org.gecko.osgi.messaging-3.2.0.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/generated/org.gecko.rsa.api.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/generated/org.gecko.rsa.core.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.model/generated/org.gecko.rsa.model.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.ecore/2.17.0.v20190116-0940/org.eclipse.emf.ecore-2.17.0.v20190116-0940.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.common/2.15.0.v20181220-0846/org.eclipse.emf.common-2.15.0.v20181220-0846.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.15.0.v20180706-1146/org.eclipse.emf.ecore.xmi-2.15.0.v20180706-1146.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/geckoprojects/emf/org.gecko.emf.osgi.api/6.2.0/org.gecko.emf.osgi.api-6.2.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/apache/aries/rsa/org.apache.aries.rsa.spi/1.14.0/org.apache.aries.rsa.spi-1.14.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/apache/aries/rsa/org.apache.aries.rsa.topology-manager/1.14.0/org.apache.aries.rsa.topology-manager-1.14.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/apache/aries/rsa/org.apache.aries.rsa.core/1.14.0/org.apache.aries.rsa.core-1.14.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/geckoprojects/utils/org.gecko.util.common/1.2.0.202401231920/org.gecko.util.common-1.2.0.202401231920.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/geckoprojects/utils/org.gecko.util.pushstream/1.2.0.202401231920/org.gecko.util.pushstream-1.2.0.202401231920.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.example.model/generated/org.gecko.rsa.example.model.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.provider/bin Full recompilation is required because no incremental change information is available. This is usually caused by clean builds or changing compiler arguments. Compiling with toolchain '/usr/lib/jvm/java-17-openjdk-amd64'. Source files to be compiled: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.provider/test/org/gecko/rsa/provider/pojo/SpecialPerson.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.provider/test/org/gecko/rsa/provider/pojo/Address.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.provider/test/org/gecko/rsa/provider/pojo/Person.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.provider/test/org/gecko/rsa/provider/FileSerializationTest.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.provider/test/org/gecko/rsa/provider/DataSerializationTest.java Compiling with JDK Java compiler API. Class dependency analysis for incremental compilation took 0.001 secs. Created classpath snapshot for incremental compilation in 0.003 secs. Watching 301 directories to track changes Watching 302 directories to track changes Watching 303 directories to track changes Watching 304 directories to track changes :org.gecko.rsa.provider:compileTestJava (Thread[Execution worker for ':' Thread 5,5,main]) completed. Took 0.123 secs. :org.gecko.rsa.provider:processTestResources (Thread[Execution worker for ':' Thread 5,5,main]) started. > Task :org.gecko.rsa.provider:processTestResources Caching disabled for task ':org.gecko.rsa.provider:processTestResources' because: Build cache is disabled Task ':org.gecko.rsa.provider:processTestResources' is not up-to-date because: No history is available. Watching 298 directories to track changes Watching 304 directories to track changes :org.gecko.rsa.provider:processTestResources (Thread[Execution worker for ':' Thread 5,5,main]) completed. Took 0.003 secs. :org.gecko.rsa.provider:testClasses (Thread[Execution worker for ':' Thread 5,5,main]) started. > Task :org.gecko.rsa.provider:testClasses Skipping task ':org.gecko.rsa.provider:testClasses' as it has no actions. :org.gecko.rsa.provider:testClasses (Thread[Execution worker for ':' Thread 5,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.provider:test (Thread[Execution worker for ':' Thread 13,5,main]) started. Gradle Test Executor 4 started executing tests. Gradle Test Executor 4 finished executing tests. > Task :org.gecko.rsa.provider:test Watching 304 directories to track changes Watching 304 directories to track changes Caching disabled for task ':org.gecko.rsa.provider:test' because: Build cache is disabled Task ':org.gecko.rsa.provider:test' is not up-to-date because: No history is available. Watching 304 directories to track changes Watching 304 directories to track changes Starting process 'Gradle Test Executor 4'. Working directory: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.provider Command: /usr/lib/jvm/java-17-openjdk-amd64/bin/java -Dorg.gradle.internal.worker.tmpdir=/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.provider/generated/tmp/test/work -Dorg.gradle.native=false @/var/lib/jenkins/.gradle/.tmp/gradle-worker-classpath3173533860067160446txt -Xmx512m -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant -ea worker.org.gradle.process.internal.worker.GradleWorkerMain 'Gradle Test Executor 4' Successfully started process 'Gradle Test Executor 4' Finished generating test XML results (0.001 secs) into: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.provider/generated/test-reports/test Generating HTML test report... Finished generating test html results (0.003 secs) into: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.provider/generated/reports/tests/test Watching 305 directories to track changes Watching 310 directories to track changes Watching 311 directories to track changes :org.gecko.rsa.provider:test (Thread[Execution worker for ':' Thread 13,5,main]) completed. Took 0.583 secs. :org.gecko.rsa.provider:testOSGi (Thread[Execution worker for ':' Thread 13,5,main]) started. > Task :org.gecko.rsa.provider:testOSGi SKIPPED Skipping task ':org.gecko.rsa.provider:testOSGi' as task onlyIf is false. :org.gecko.rsa.provider:testOSGi (Thread[Execution worker for ':' Thread 13,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.provider:check (Thread[Execution worker for ':' Thread 13,5,main]) started. > Task :org.gecko.rsa.provider:check Skipping task ':org.gecko.rsa.provider:check' as it has no actions. :org.gecko.rsa.provider:check (Thread[Execution worker for ':' Thread 13,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.provider:build (Thread[Execution worker for ':' Thread 8,5,main]) started. > Task :org.gecko.rsa.provider:build Skipping task ':org.gecko.rsa.provider:build' as it has no actions. :org.gecko.rsa.provider:build (Thread[Execution worker for ':' Thread 8,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.topology:compileJava (Thread[Execution worker for ':' Thread 8,5,main]) started. > Task :org.gecko.rsa.topology:compileJava Deleting stale output file: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.topology/bin Watching 319 directories to track changes Watching 320 directories to track changes Watching 321 directories to track changes Watching 321 directories to track changes Watching 321 directories to track changes Caching disabled for task ':org.gecko.rsa.topology:compileJava' because: Build cache is disabled Task ':org.gecko.rsa.topology:compileJava' is not up-to-date because: No history is available. Watching 320 directories to track changes Watching 320 directories to track changes Watching 320 directories to track changes Watching 319 directories to track changes The input changes require a full rebuild for incremental task ':org.gecko.rsa.topology:compileJava'. Compile to /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.topology/bin --release 8 -classpath /var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.annotation/7.0.0/osgi.annotation-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/generated/org.gecko.rsa.core.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/generated/org.gecko.rsa.api.jar Full recompilation is required because no incremental change information is available. This is usually caused by clean builds or changing compiler arguments. Compiling with toolchain '/usr/lib/jvm/java-17-openjdk-amd64'. Source files to be compiled: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.topology/src/org/gecko/rsa/topology/EndpointListenerManager.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.topology/src/org/gecko/rsa/topology/package-info.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.topology/src/org/gecko/rsa/topology/exports/ServiceExportsRepository.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.topology/src/org/gecko/rsa/topology/exports/TopologyManagerExport.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.topology/src/org/gecko/rsa/topology/exports/EndpointListenerNotifier.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.topology/src/org/gecko/rsa/topology/exports/DefaultExportPolicy.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.topology/src/org/gecko/rsa/topology/exports/EndpointListenerAdapter.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.topology/src/org/gecko/rsa/topology/imports/TopologyManagerImport.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.topology/src/org/gecko/rsa/topology/imports/local/ServiceInterestListener.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.topology/src/org/gecko/rsa/topology/imports/local/LocalServiceInterestsProvider.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.topology/src/org/gecko/rsa/topology/imports/local/RSFindHook.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.topology/src/org/gecko/rsa/topology/imports/local/LocalServiceListenerHook.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.topology/src/org/gecko/rsa/topology/EndpointEventListenerTracker.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.topology/src/org/gecko/rsa/topology/TopologyTPExecutor.java /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.topology/src/org/gecko/rsa/topology/Activator.java Compiling with JDK Java compiler API. /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.topology/src/org/gecko/rsa/topology/exports/EndpointListenerAdapter.java:24: warning: [deprecation] EndpointListener in org.osgi.service.remoteserviceadmin has been deprecated import org.osgi.service.remoteserviceadmin.EndpointListener; ^ 1 warning Class dependency analysis for incremental compilation took 0.006 secs. Created classpath snapshot for incremental compilation in 0.0 secs. Watching 327 directories to track changes Watching 328 directories to track changes Watching 329 directories to track changes Watching 330 directories to track changes :org.gecko.rsa.topology:compileJava (Thread[Execution worker for ':' Thread 8,5,main]) completed. Took 0.155 secs. :org.gecko.rsa.topology:processResources (Thread[Execution worker for ':' Thread 8,5,main]) started. > Task :org.gecko.rsa.topology:processResources Caching disabled for task ':org.gecko.rsa.topology:processResources' because: Build cache is disabled Task ':org.gecko.rsa.topology:processResources' is not up-to-date because: No history is available. Watching 322 directories to track changes Watching 330 directories to track changes :org.gecko.rsa.topology:processResources (Thread[Execution worker for ':' Thread 8,5,main]) completed. Took 0.008 secs. :org.gecko.rsa.topology:classes (Thread[Execution worker for ':' Thread 8,5,main]) started. > Task :org.gecko.rsa.topology:classes Skipping task ':org.gecko.rsa.topology:classes' as it has no actions. :org.gecko.rsa.topology:classes (Thread[Execution worker for ':' Thread 8,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.topology:jar (Thread[Execution worker for ':' Thread 8,5,main]) started. Download https://devel.data-in-motion.biz/public/repository/gecko/release/geckoRSA/org.gecko.rsa.topology/org.gecko.rsa.topology-1.0.1.jar Download https://devel.data-in-motion.biz/repository/gecko/release/geckoRSA/org.gecko.rsa.topology/org.gecko.rsa.topology-1.0.1.jar > Task :org.gecko.rsa.topology:jar Watching 331 directories to track changes Watching 332 directories to track changes Watching 332 directories to track changes Watching 333 directories to track changes Caching disabled for task ':org.gecko.rsa.topology:jar' because: Build cache is disabled Task ':org.gecko.rsa.topology:jar' is not up-to-date because: No history is available. Watching 333 directories to track changes Watching 332 directories to track changes warning: Export org.gecko.rsa.topology, has 3, private references [org.gecko.rsa.topology.exports, org.gecko.rsa.topology.imports, org.gecko.rsa.topology.imports.local] Generated bundles: [/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.topology/generated/org.gecko.rsa.topology.jar] Watching 333 directories to track changes Watching 333 directories to track changes :org.gecko.rsa.topology:jar (Thread[Execution worker for ':' Thread 8,5,main]) completed. Took 0.089 secs. :org.gecko.rsa.topology:assemble (Thread[Execution worker for ':' Thread 8,5,main]) started. > Task :org.gecko.rsa.topology:assemble Skipping task ':org.gecko.rsa.topology:assemble' as it has no actions. :org.gecko.rsa.topology:assemble (Thread[Execution worker for ':' Thread 8,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.topology:compileTestJava (Thread[Execution worker for ':' Thread 6,5,main]) started. > Task :org.gecko.rsa.topology:compileTestJava Watching 338 directories to track changes Watching 338 directories to track changes Watching 339 directories to track changes Watching 340 directories to track changes Watching 341 directories to track changes Caching disabled for task ':org.gecko.rsa.topology:compileTestJava' because: Build cache is disabled Task ':org.gecko.rsa.topology:compileTestJava' is not up-to-date because: No history is available. Watching 341 directories to track changes Watching 340 directories to track changes Watching 339 directories to track changes Watching 338 directories to track changes The input changes require a full rebuild for incremental task ':org.gecko.rsa.topology:compileTestJava'. Compile to /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.topology/bin_test --release 8 -classpath /var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.annotation/7.0.0/osgi.annotation-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/generated/org.gecko.rsa.core.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa/generated/org.gecko.rsa.api.jar:/var/jenkins/jobs/geckoRSA/workspace/.m2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar:/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.topology/bin Full recompilation is required because no incremental change information is available. This is usually caused by clean builds or changing compiler arguments. Compiling with toolchain '/usr/lib/jvm/java-17-openjdk-amd64'. Source files to be compiled: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.topology/test/org/gecko/rsa/topology/ExampleTest.java Compiling with JDK Java compiler API. Class dependency analysis for incremental compilation took 0.0 secs. Created classpath snapshot for incremental compilation in 0.001 secs. Watching 343 directories to track changes Watching 344 directories to track changes Watching 345 directories to track changes Watching 346 directories to track changes :org.gecko.rsa.topology:compileTestJava (Thread[Execution worker for ':' Thread 6,5,main]) completed. Took 0.065 secs. :org.gecko.rsa.topology:processTestResources (Thread[Execution worker for ':' Thread 6,5,main]) started. > Task :org.gecko.rsa.topology:processTestResources Caching disabled for task ':org.gecko.rsa.topology:processTestResources' because: Build cache is disabled Task ':org.gecko.rsa.topology:processTestResources' is not up-to-date because: No history is available. Watching 341 directories to track changes Watching 346 directories to track changes :org.gecko.rsa.topology:processTestResources (Thread[Execution worker for ':' Thread 6,5,main]) completed. Took 0.002 secs. :org.gecko.rsa.topology:testClasses (Thread[Execution worker for ':' Thread 6,5,main]) started. > Task :org.gecko.rsa.topology:testClasses Skipping task ':org.gecko.rsa.topology:testClasses' as it has no actions. :org.gecko.rsa.topology:testClasses (Thread[Execution worker for ':' Thread 6,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.topology:test (Thread[Execution worker for ':' Thread 6,5,main]) started. Gradle Test Executor 5 started executing tests. Gradle Test Executor 5 finished executing tests. > Task :org.gecko.rsa.topology:test Watching 346 directories to track changes Watching 346 directories to track changes Caching disabled for task ':org.gecko.rsa.topology:test' because: Build cache is disabled Task ':org.gecko.rsa.topology:test' is not up-to-date because: No history is available. Watching 346 directories to track changes Watching 346 directories to track changes Starting process 'Gradle Test Executor 5'. Working directory: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.topology Command: /usr/lib/jvm/java-17-openjdk-amd64/bin/java -Dorg.gradle.internal.worker.tmpdir=/var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.topology/generated/tmp/test/work -Dorg.gradle.native=false @/var/lib/jenkins/.gradle/.tmp/gradle-worker-classpath13424030124926457813txt -Xmx512m -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant -ea worker.org.gradle.process.internal.worker.GradleWorkerMain 'Gradle Test Executor 5' Successfully started process 'Gradle Test Executor 5' Finished generating test XML results (0.0 secs) into: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.topology/generated/test-reports/test Generating HTML test report... Finished generating test html results (0.002 secs) into: /var/jenkins/jobs/geckoRSA/workspace/org.gecko.rsa.topology/generated/reports/tests/test Watching 347 directories to track changes Watching 352 directories to track changes Watching 353 directories to track changes :org.gecko.rsa.topology:test (Thread[Execution worker for ':' Thread 6,5,main]) completed. Took 0.335 secs. :org.gecko.rsa.topology:testOSGi (Thread[Execution worker for ':' Thread 6,5,main]) started. > Task :org.gecko.rsa.topology:testOSGi SKIPPED Skipping task ':org.gecko.rsa.topology:testOSGi' as task onlyIf is false. :org.gecko.rsa.topology:testOSGi (Thread[Execution worker for ':' Thread 6,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.topology:check (Thread[Execution worker for ':' Thread 15,5,main]) started. > Task :org.gecko.rsa.topology:check Skipping task ':org.gecko.rsa.topology:check' as it has no actions. :org.gecko.rsa.topology:check (Thread[Execution worker for ':' Thread 15,5,main]) completed. Took 0.0 secs. :org.gecko.rsa.topology:build (Thread[Execution worker for ':' Thread 15,5,main]) started. > Task :org.gecko.rsa.topology:build Skipping task ':org.gecko.rsa.topology:build' as it has no actions. :org.gecko.rsa.topology:build (Thread[Execution worker for ':' Thread 15,5,main]) completed. Took 0.0 secs. :org.gecko.rsa:release (Thread[Execution worker for ':' Thread 15,5,main]) started. Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.api/2.1.1-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.api/2.1.1-SNAPSHOT/org.gecko.rsa.api-2.1.1-20241016.164307-5.pom Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.api/2.1.1-SNAPSHOT/org.gecko.rsa.api-2.1.1-20241016.164307-5.pom.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.api/2.1.1-SNAPSHOT/org.gecko.rsa.api-2.1.1-20241016.164307-5.pom.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.api/2.1.1-SNAPSHOT/org.gecko.rsa.api-2.1.1-20241016.164307-5.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.api/2.1.1-SNAPSHOT/org.gecko.rsa.api-2.1.1-20241016.164307-5.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.api/2.1.1-SNAPSHOT/org.gecko.rsa.api-2.1.1-20241016.164307-5.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.api/2.1.1-SNAPSHOT/org.gecko.rsa.api-2.1.1-20241016.164307-5-sources.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.api/2.1.1-SNAPSHOT/org.gecko.rsa.api-2.1.1-20241016.164307-5-sources.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.api/2.1.1-SNAPSHOT/org.gecko.rsa.api-2.1.1-20241016.164307-5-sources.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.api/2.1.1-SNAPSHOT/org.gecko.rsa.api-2.1.1-20241016.164307-5-javadoc.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.api/2.1.1-SNAPSHOT/org.gecko.rsa.api-2.1.1-20241016.164307-5-javadoc.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.api/2.1.1-SNAPSHOT/org.gecko.rsa.api-2.1.1-20241016.164307-5-javadoc.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.api/2.1.1-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.api/2.1.1-SNAPSHOT/maven-metadata.xml.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.api/2.1.1-SNAPSHOT/maven-metadata.xml.md5 Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.api/maven-metadata.xml Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.core/2.0.1-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.core/2.0.1-SNAPSHOT/org.gecko.rsa.core-2.0.1-20241016.164308-5.pom Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.core/2.0.1-SNAPSHOT/org.gecko.rsa.core-2.0.1-20241016.164308-5.pom.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.core/2.0.1-SNAPSHOT/org.gecko.rsa.core-2.0.1-20241016.164308-5.pom.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.core/2.0.1-SNAPSHOT/org.gecko.rsa.core-2.0.1-20241016.164308-5.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.core/2.0.1-SNAPSHOT/org.gecko.rsa.core-2.0.1-20241016.164308-5.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.core/2.0.1-SNAPSHOT/org.gecko.rsa.core-2.0.1-20241016.164308-5.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.core/2.0.1-SNAPSHOT/org.gecko.rsa.core-2.0.1-20241016.164308-5-sources.jar > Task :org.gecko.rsa:release Caching disabled for task ':org.gecko.rsa:release' because: Build cache is disabled Task ':org.gecko.rsa:release' is not up-to-date because: Task has not declared any outputs despite executing actions. Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.core/2.0.1-SNAPSHOT/org.gecko.rsa.core-2.0.1-20241016.164308-5-sources.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.core/2.0.1-SNAPSHOT/org.gecko.rsa.core-2.0.1-20241016.164308-5-sources.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.core/2.0.1-SNAPSHOT/org.gecko.rsa.core-2.0.1-20241016.164308-5-javadoc.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.core/2.0.1-SNAPSHOT/org.gecko.rsa.core-2.0.1-20241016.164308-5-javadoc.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.core/2.0.1-SNAPSHOT/org.gecko.rsa.core-2.0.1-20241016.164308-5-javadoc.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.core/2.0.1-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.core/2.0.1-SNAPSHOT/maven-metadata.xml.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.core/2.0.1-SNAPSHOT/maven-metadata.xml.md5 Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.core/maven-metadata.xml :org.gecko.rsa:release (Thread[Execution worker for ':' Thread 15,5,main]) completed. Took 2.198 secs. :org.gecko.rsa.discovery:release (Thread[Execution worker for ':' Thread 15,5,main]) started. Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery/2.0.0-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery/2.0.0-SNAPSHOT/org.gecko.rsa.discovery-2.0.0-20241016.164309-2.pom Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery/2.0.0-SNAPSHOT/org.gecko.rsa.discovery-2.0.0-20241016.164309-2.pom.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery/2.0.0-SNAPSHOT/org.gecko.rsa.discovery-2.0.0-20241016.164309-2.pom.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery/2.0.0-SNAPSHOT/org.gecko.rsa.discovery-2.0.0-20241016.164309-2.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery/2.0.0-SNAPSHOT/org.gecko.rsa.discovery-2.0.0-20241016.164309-2.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery/2.0.0-SNAPSHOT/org.gecko.rsa.discovery-2.0.0-20241016.164309-2.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery/2.0.0-SNAPSHOT/org.gecko.rsa.discovery-2.0.0-20241016.164309-2-sources.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery/2.0.0-SNAPSHOT/org.gecko.rsa.discovery-2.0.0-20241016.164309-2-sources.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery/2.0.0-SNAPSHOT/org.gecko.rsa.discovery-2.0.0-20241016.164309-2-sources.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery/2.0.0-SNAPSHOT/org.gecko.rsa.discovery-2.0.0-20241016.164309-2-javadoc.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery/2.0.0-SNAPSHOT/org.gecko.rsa.discovery-2.0.0-20241016.164309-2-javadoc.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery/2.0.0-SNAPSHOT/org.gecko.rsa.discovery-2.0.0-20241016.164309-2-javadoc.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery/2.0.0-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery/2.0.0-SNAPSHOT/maven-metadata.xml.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery/2.0.0-SNAPSHOT/maven-metadata.xml.md5 Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery/maven-metadata.xml > Task :org.gecko.rsa.discovery:release Caching disabled for task ':org.gecko.rsa.discovery:release' because: Build cache is disabled Task ':org.gecko.rsa.discovery:release' is not up-to-date because: Task has not declared any outputs despite executing actions. :org.gecko.rsa.discovery:release (Thread[Execution worker for ':' Thread 15,5,main]) completed. Took 1.038 secs. :org.gecko.rsa.discovery.config:release (Thread[Execution worker for ':' Thread 15,5,main]) started. Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.config/1.0.3-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.config/1.0.3-SNAPSHOT/org.gecko.rsa.discovery.config-1.0.3-20241016.164310-8.pom Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.config/1.0.3-SNAPSHOT/org.gecko.rsa.discovery.config-1.0.3-20241016.164310-8.pom.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.config/1.0.3-SNAPSHOT/org.gecko.rsa.discovery.config-1.0.3-20241016.164310-8.pom.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.config/1.0.3-SNAPSHOT/org.gecko.rsa.discovery.config-1.0.3-20241016.164310-8.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.config/1.0.3-SNAPSHOT/org.gecko.rsa.discovery.config-1.0.3-20241016.164310-8.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.config/1.0.3-SNAPSHOT/org.gecko.rsa.discovery.config-1.0.3-20241016.164310-8.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.config/1.0.3-SNAPSHOT/org.gecko.rsa.discovery.config-1.0.3-20241016.164310-8-sources.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.config/1.0.3-SNAPSHOT/org.gecko.rsa.discovery.config-1.0.3-20241016.164310-8-sources.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.config/1.0.3-SNAPSHOT/org.gecko.rsa.discovery.config-1.0.3-20241016.164310-8-sources.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.config/1.0.3-SNAPSHOT/org.gecko.rsa.discovery.config-1.0.3-20241016.164310-8-javadoc.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.config/1.0.3-SNAPSHOT/org.gecko.rsa.discovery.config-1.0.3-20241016.164310-8-javadoc.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.config/1.0.3-SNAPSHOT/org.gecko.rsa.discovery.config-1.0.3-20241016.164310-8-javadoc.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.config/1.0.3-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.config/1.0.3-SNAPSHOT/maven-metadata.xml.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.config/1.0.3-SNAPSHOT/maven-metadata.xml.md5 Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.config/maven-metadata.xml > Task :org.gecko.rsa.discovery.config:release Caching disabled for task ':org.gecko.rsa.discovery.config:release' because: Build cache is disabled Task ':org.gecko.rsa.discovery.config:release' is not up-to-date because: Task has not declared any outputs despite executing actions. :org.gecko.rsa.discovery.config:release (Thread[Execution worker for ':' Thread 15,5,main]) completed. Took 0.529 secs. :org.gecko.rsa.discovery.ma:release (Thread[Execution worker for ':' Thread 15,5,main]) started. Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.ma/2.0.2-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.ma/2.0.2-SNAPSHOT/org.gecko.rsa.discovery.ma-2.0.2-20241016.164311-3.pom Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.ma/2.0.2-SNAPSHOT/org.gecko.rsa.discovery.ma-2.0.2-20241016.164311-3.pom.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.ma/2.0.2-SNAPSHOT/org.gecko.rsa.discovery.ma-2.0.2-20241016.164311-3.pom.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.ma/2.0.2-SNAPSHOT/org.gecko.rsa.discovery.ma-2.0.2-20241016.164311-3.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.ma/2.0.2-SNAPSHOT/org.gecko.rsa.discovery.ma-2.0.2-20241016.164311-3.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.ma/2.0.2-SNAPSHOT/org.gecko.rsa.discovery.ma-2.0.2-20241016.164311-3.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.ma/2.0.2-SNAPSHOT/org.gecko.rsa.discovery.ma-2.0.2-20241016.164311-3-sources.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.ma/2.0.2-SNAPSHOT/org.gecko.rsa.discovery.ma-2.0.2-20241016.164311-3-sources.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.ma/2.0.2-SNAPSHOT/org.gecko.rsa.discovery.ma-2.0.2-20241016.164311-3-sources.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.ma/2.0.2-SNAPSHOT/org.gecko.rsa.discovery.ma-2.0.2-20241016.164311-3-javadoc.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.ma/2.0.2-SNAPSHOT/org.gecko.rsa.discovery.ma-2.0.2-20241016.164311-3-javadoc.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.ma/2.0.2-SNAPSHOT/org.gecko.rsa.discovery.ma-2.0.2-20241016.164311-3-javadoc.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.ma/2.0.2-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.ma/2.0.2-SNAPSHOT/maven-metadata.xml.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.ma/2.0.2-SNAPSHOT/maven-metadata.xml.md5 Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.ma/maven-metadata.xml > Task :org.gecko.rsa.discovery.ma:release Caching disabled for task ':org.gecko.rsa.discovery.ma:release' because: Build cache is disabled Task ':org.gecko.rsa.discovery.ma:release' is not up-to-date because: Task has not declared any outputs despite executing actions. :org.gecko.rsa.discovery.ma:release (Thread[Execution worker for ':' Thread 15,5,main]) completed. Took 0.907 secs. :org.gecko.rsa.discovery.tests:release (Thread[Execution worker for ':' Thread 15,5,main]) started. Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.tests/1.0.5-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.tests/1.0.5-SNAPSHOT/org.gecko.rsa.discovery.tests-1.0.5-20241016.164312-3.pom Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.tests/1.0.5-SNAPSHOT/org.gecko.rsa.discovery.tests-1.0.5-20241016.164312-3.pom.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.tests/1.0.5-SNAPSHOT/org.gecko.rsa.discovery.tests-1.0.5-20241016.164312-3.pom.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.tests/1.0.5-SNAPSHOT/org.gecko.rsa.discovery.tests-1.0.5-20241016.164312-3.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.tests/1.0.5-SNAPSHOT/org.gecko.rsa.discovery.tests-1.0.5-20241016.164312-3.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.tests/1.0.5-SNAPSHOT/org.gecko.rsa.discovery.tests-1.0.5-20241016.164312-3.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.tests/1.0.5-SNAPSHOT/org.gecko.rsa.discovery.tests-1.0.5-20241016.164312-3-sources.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.tests/1.0.5-SNAPSHOT/org.gecko.rsa.discovery.tests-1.0.5-20241016.164312-3-sources.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.tests/1.0.5-SNAPSHOT/org.gecko.rsa.discovery.tests-1.0.5-20241016.164312-3-sources.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.tests/1.0.5-SNAPSHOT/org.gecko.rsa.discovery.tests-1.0.5-20241016.164312-3-javadoc.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.tests/1.0.5-SNAPSHOT/org.gecko.rsa.discovery.tests-1.0.5-20241016.164312-3-javadoc.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.tests/1.0.5-SNAPSHOT/org.gecko.rsa.discovery.tests-1.0.5-20241016.164312-3-javadoc.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.tests/1.0.5-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.tests/1.0.5-SNAPSHOT/maven-metadata.xml.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.tests/1.0.5-SNAPSHOT/maven-metadata.xml.md5 Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.discovery.tests/maven-metadata.xml > Task :org.gecko.rsa.discovery.tests:release Caching disabled for task ':org.gecko.rsa.discovery.tests:release' because: Build cache is disabled Task ':org.gecko.rsa.discovery.tests:release' is not up-to-date because: Task has not declared any outputs despite executing actions. :org.gecko.rsa.discovery.tests:release (Thread[Execution worker for ':' Thread 15,5,main]) completed. Took 1.067 secs. :org.gecko.rsa.example.api:release (Thread[Execution worker for ':' Thread 15,5,main]) started. Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.api/4.0.1-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.api/4.0.1-SNAPSHOT/org.gecko.rsa.example.api-4.0.1-20241016.164313-3.pom Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.api/4.0.1-SNAPSHOT/org.gecko.rsa.example.api-4.0.1-20241016.164313-3.pom.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.api/4.0.1-SNAPSHOT/org.gecko.rsa.example.api-4.0.1-20241016.164313-3.pom.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.api/4.0.1-SNAPSHOT/org.gecko.rsa.example.api-4.0.1-20241016.164313-3.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.api/4.0.1-SNAPSHOT/org.gecko.rsa.example.api-4.0.1-20241016.164313-3.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.api/4.0.1-SNAPSHOT/org.gecko.rsa.example.api-4.0.1-20241016.164313-3.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.api/4.0.1-SNAPSHOT/org.gecko.rsa.example.api-4.0.1-20241016.164313-3-sources.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.api/4.0.1-SNAPSHOT/org.gecko.rsa.example.api-4.0.1-20241016.164313-3-sources.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.api/4.0.1-SNAPSHOT/org.gecko.rsa.example.api-4.0.1-20241016.164313-3-sources.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.api/4.0.1-SNAPSHOT/org.gecko.rsa.example.api-4.0.1-20241016.164313-3-javadoc.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.api/4.0.1-SNAPSHOT/org.gecko.rsa.example.api-4.0.1-20241016.164313-3-javadoc.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.api/4.0.1-SNAPSHOT/org.gecko.rsa.example.api-4.0.1-20241016.164313-3-javadoc.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.api/4.0.1-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.api/4.0.1-SNAPSHOT/maven-metadata.xml.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.api/4.0.1-SNAPSHOT/maven-metadata.xml.md5 Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.api/maven-metadata.xml > Task :org.gecko.rsa.example.api:release Caching disabled for task ':org.gecko.rsa.example.api:release' because: Build cache is disabled Task ':org.gecko.rsa.example.api:release' is not up-to-date because: Task has not declared any outputs despite executing actions. :org.gecko.rsa.example.api:release (Thread[Execution worker for ':' Thread 15,5,main]) completed. Took 0.782 secs. :org.gecko.rsa.example.api2:release (Thread[Execution worker for ':' Thread 15,5,main]) started. Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.api2/1.0.1-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.api2/1.0.1-SNAPSHOT/org.gecko.rsa.example.api2-1.0.1-20241016.164314-2.pom Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.api2/1.0.1-SNAPSHOT/org.gecko.rsa.example.api2-1.0.1-20241016.164314-2.pom.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.api2/1.0.1-SNAPSHOT/org.gecko.rsa.example.api2-1.0.1-20241016.164314-2.pom.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.api2/1.0.1-SNAPSHOT/org.gecko.rsa.example.api2-1.0.1-20241016.164314-2.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.api2/1.0.1-SNAPSHOT/org.gecko.rsa.example.api2-1.0.1-20241016.164314-2.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.api2/1.0.1-SNAPSHOT/org.gecko.rsa.example.api2-1.0.1-20241016.164314-2.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.api2/1.0.1-SNAPSHOT/org.gecko.rsa.example.api2-1.0.1-20241016.164314-2-sources.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.api2/1.0.1-SNAPSHOT/org.gecko.rsa.example.api2-1.0.1-20241016.164314-2-sources.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.api2/1.0.1-SNAPSHOT/org.gecko.rsa.example.api2-1.0.1-20241016.164314-2-sources.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.api2/1.0.1-SNAPSHOT/org.gecko.rsa.example.api2-1.0.1-20241016.164314-2-javadoc.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.api2/1.0.1-SNAPSHOT/org.gecko.rsa.example.api2-1.0.1-20241016.164314-2-javadoc.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.api2/1.0.1-SNAPSHOT/org.gecko.rsa.example.api2-1.0.1-20241016.164314-2-javadoc.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.api2/1.0.1-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.api2/1.0.1-SNAPSHOT/maven-metadata.xml.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.api2/1.0.1-SNAPSHOT/maven-metadata.xml.md5 Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.api2/maven-metadata.xml > Task :org.gecko.rsa.example.api2:release Caching disabled for task ':org.gecko.rsa.example.api2:release' because: Build cache is disabled Task ':org.gecko.rsa.example.api2:release' is not up-to-date because: Task has not declared any outputs despite executing actions. :org.gecko.rsa.example.api2:release (Thread[Execution worker for ':' Thread 15,5,main]) completed. Took 0.827 secs. :org.gecko.rsa.example.consumer:release (Thread[Execution worker for ':' Thread 15,5,main]) started. Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.consumer/1.0.6-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.consumer/1.0.6-SNAPSHOT/org.gecko.rsa.example.consumer-1.0.6-20241016.164314-3.pom Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.consumer/1.0.6-SNAPSHOT/org.gecko.rsa.example.consumer-1.0.6-20241016.164314-3.pom.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.consumer/1.0.6-SNAPSHOT/org.gecko.rsa.example.consumer-1.0.6-20241016.164314-3.pom.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.consumer/1.0.6-SNAPSHOT/org.gecko.rsa.example.consumer-1.0.6-20241016.164314-3.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.consumer/1.0.6-SNAPSHOT/org.gecko.rsa.example.consumer-1.0.6-20241016.164314-3.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.consumer/1.0.6-SNAPSHOT/org.gecko.rsa.example.consumer-1.0.6-20241016.164314-3.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.consumer/1.0.6-SNAPSHOT/org.gecko.rsa.example.consumer-1.0.6-20241016.164314-3-sources.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.consumer/1.0.6-SNAPSHOT/org.gecko.rsa.example.consumer-1.0.6-20241016.164314-3-sources.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.consumer/1.0.6-SNAPSHOT/org.gecko.rsa.example.consumer-1.0.6-20241016.164314-3-sources.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.consumer/1.0.6-SNAPSHOT/org.gecko.rsa.example.consumer-1.0.6-20241016.164314-3-javadoc.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.consumer/1.0.6-SNAPSHOT/org.gecko.rsa.example.consumer-1.0.6-20241016.164314-3-javadoc.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.consumer/1.0.6-SNAPSHOT/org.gecko.rsa.example.consumer-1.0.6-20241016.164314-3-javadoc.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.consumer/1.0.6-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.consumer/1.0.6-SNAPSHOT/maven-metadata.xml.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.consumer/1.0.6-SNAPSHOT/maven-metadata.xml.md5 Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.consumer/maven-metadata.xml > Task :org.gecko.rsa.example.consumer:release Caching disabled for task ':org.gecko.rsa.example.consumer:release' because: Build cache is disabled Task ':org.gecko.rsa.example.consumer:release' is not up-to-date because: Task has not declared any outputs despite executing actions. :org.gecko.rsa.example.consumer:release (Thread[Execution worker for ':' Thread 15,5,main]) completed. Took 0.911 secs. :org.gecko.rsa.example.model:release (Thread[Execution worker for ':' Thread 15,5,main]) started. Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.model/2.1.0-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.model/2.1.0-SNAPSHOT/org.gecko.rsa.example.model-2.1.0-20241016.164315-2.pom Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.model/2.1.0-SNAPSHOT/org.gecko.rsa.example.model-2.1.0-20241016.164315-2.pom.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.model/2.1.0-SNAPSHOT/org.gecko.rsa.example.model-2.1.0-20241016.164315-2.pom.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.model/2.1.0-SNAPSHOT/org.gecko.rsa.example.model-2.1.0-20241016.164315-2.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.model/2.1.0-SNAPSHOT/org.gecko.rsa.example.model-2.1.0-20241016.164315-2.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.model/2.1.0-SNAPSHOT/org.gecko.rsa.example.model-2.1.0-20241016.164315-2.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.model/2.1.0-SNAPSHOT/org.gecko.rsa.example.model-2.1.0-20241016.164315-2-sources.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.model/2.1.0-SNAPSHOT/org.gecko.rsa.example.model-2.1.0-20241016.164315-2-sources.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.model/2.1.0-SNAPSHOT/org.gecko.rsa.example.model-2.1.0-20241016.164315-2-sources.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.model/2.1.0-SNAPSHOT/org.gecko.rsa.example.model-2.1.0-20241016.164315-2-javadoc.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.model/2.1.0-SNAPSHOT/org.gecko.rsa.example.model-2.1.0-20241016.164315-2-javadoc.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.model/2.1.0-SNAPSHOT/org.gecko.rsa.example.model-2.1.0-20241016.164315-2-javadoc.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.model/2.1.0-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.model/2.1.0-SNAPSHOT/maven-metadata.xml.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.model/2.1.0-SNAPSHOT/maven-metadata.xml.md5 Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.model/maven-metadata.xml > Task :org.gecko.rsa.example.model:release Caching disabled for task ':org.gecko.rsa.example.model:release' because: Build cache is disabled Task ':org.gecko.rsa.example.model:release' is not up-to-date because: Task has not declared any outputs despite executing actions. :org.gecko.rsa.example.model:release (Thread[Execution worker for ':' Thread 15,5,main]) completed. Took 1.247 secs. :org.gecko.rsa.example.service:release (Thread[Execution worker for ':' Thread 15,5,main]) started. Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.service/1.0.6-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.service/1.0.6-SNAPSHOT/org.gecko.rsa.example.service-1.0.6-20241016.164317-3.pom Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.service/1.0.6-SNAPSHOT/org.gecko.rsa.example.service-1.0.6-20241016.164317-3.pom.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.service/1.0.6-SNAPSHOT/org.gecko.rsa.example.service-1.0.6-20241016.164317-3.pom.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.service/1.0.6-SNAPSHOT/org.gecko.rsa.example.service-1.0.6-20241016.164317-3.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.service/1.0.6-SNAPSHOT/org.gecko.rsa.example.service-1.0.6-20241016.164317-3.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.service/1.0.6-SNAPSHOT/org.gecko.rsa.example.service-1.0.6-20241016.164317-3.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.service/1.0.6-SNAPSHOT/org.gecko.rsa.example.service-1.0.6-20241016.164317-3-sources.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.service/1.0.6-SNAPSHOT/org.gecko.rsa.example.service-1.0.6-20241016.164317-3-sources.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.service/1.0.6-SNAPSHOT/org.gecko.rsa.example.service-1.0.6-20241016.164317-3-sources.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.service/1.0.6-SNAPSHOT/org.gecko.rsa.example.service-1.0.6-20241016.164317-3-javadoc.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.service/1.0.6-SNAPSHOT/org.gecko.rsa.example.service-1.0.6-20241016.164317-3-javadoc.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.service/1.0.6-SNAPSHOT/org.gecko.rsa.example.service-1.0.6-20241016.164317-3-javadoc.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.service/1.0.6-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.service/1.0.6-SNAPSHOT/maven-metadata.xml.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.service/1.0.6-SNAPSHOT/maven-metadata.xml.md5 Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.example.service/maven-metadata.xml > Task :org.gecko.rsa.example.service:release Caching disabled for task ':org.gecko.rsa.example.service:release' because: Build cache is disabled Task ':org.gecko.rsa.example.service:release' is not up-to-date because: Task has not declared any outputs despite executing actions. :org.gecko.rsa.example.service:release (Thread[Execution worker for ':' Thread 15,5,main]) completed. Took 0.988 secs. :org.gecko.rsa.model:release (Thread[Execution worker for ':' Thread 15,5,main]) started. Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.model/1.1.0-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.model/1.1.0-SNAPSHOT/org.gecko.rsa.model-1.1.0-20241016.164318-2.pom Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.model/1.1.0-SNAPSHOT/org.gecko.rsa.model-1.1.0-20241016.164318-2.pom.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.model/1.1.0-SNAPSHOT/org.gecko.rsa.model-1.1.0-20241016.164318-2.pom.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.model/1.1.0-SNAPSHOT/org.gecko.rsa.model-1.1.0-20241016.164318-2.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.model/1.1.0-SNAPSHOT/org.gecko.rsa.model-1.1.0-20241016.164318-2.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.model/1.1.0-SNAPSHOT/org.gecko.rsa.model-1.1.0-20241016.164318-2.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.model/1.1.0-SNAPSHOT/org.gecko.rsa.model-1.1.0-20241016.164318-2-sources.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.model/1.1.0-SNAPSHOT/org.gecko.rsa.model-1.1.0-20241016.164318-2-sources.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.model/1.1.0-SNAPSHOT/org.gecko.rsa.model-1.1.0-20241016.164318-2-sources.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.model/1.1.0-SNAPSHOT/org.gecko.rsa.model-1.1.0-20241016.164318-2-javadoc.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.model/1.1.0-SNAPSHOT/org.gecko.rsa.model-1.1.0-20241016.164318-2-javadoc.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.model/1.1.0-SNAPSHOT/org.gecko.rsa.model-1.1.0-20241016.164318-2-javadoc.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.model/1.1.0-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.model/1.1.0-SNAPSHOT/maven-metadata.xml.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.model/1.1.0-SNAPSHOT/maven-metadata.xml.md5 Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.model/maven-metadata.xml > Task :org.gecko.rsa.model:release Caching disabled for task ':org.gecko.rsa.model:release' because: Build cache is disabled Task ':org.gecko.rsa.model:release' is not up-to-date because: Task has not declared any outputs despite executing actions. :org.gecko.rsa.model:release (Thread[Execution worker for ':' Thread 15,5,main]) completed. Took 1.254 secs. :org.gecko.rsa.provider:release (Thread[Execution worker for ':' Thread 15,5,main]) started. Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.provider/1.1.6-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.provider/1.1.6-SNAPSHOT/org.gecko.rsa.provider-1.1.6-20241016.164319-4.pom Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.provider/1.1.6-SNAPSHOT/org.gecko.rsa.provider-1.1.6-20241016.164319-4.pom.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.provider/1.1.6-SNAPSHOT/org.gecko.rsa.provider-1.1.6-20241016.164319-4.pom.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.provider/1.1.6-SNAPSHOT/org.gecko.rsa.provider-1.1.6-20241016.164319-4.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.provider/1.1.6-SNAPSHOT/org.gecko.rsa.provider-1.1.6-20241016.164319-4.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.provider/1.1.6-SNAPSHOT/org.gecko.rsa.provider-1.1.6-20241016.164319-4.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.provider/1.1.6-SNAPSHOT/org.gecko.rsa.provider-1.1.6-20241016.164319-4-sources.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.provider/1.1.6-SNAPSHOT/org.gecko.rsa.provider-1.1.6-20241016.164319-4-sources.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.provider/1.1.6-SNAPSHOT/org.gecko.rsa.provider-1.1.6-20241016.164319-4-sources.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.provider/1.1.6-SNAPSHOT/org.gecko.rsa.provider-1.1.6-20241016.164319-4-javadoc.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.provider/1.1.6-SNAPSHOT/org.gecko.rsa.provider-1.1.6-20241016.164319-4-javadoc.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.provider/1.1.6-SNAPSHOT/org.gecko.rsa.provider-1.1.6-20241016.164319-4-javadoc.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.provider/1.1.6-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.provider/1.1.6-SNAPSHOT/maven-metadata.xml.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.provider/1.1.6-SNAPSHOT/maven-metadata.xml.md5 Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.provider/maven-metadata.xml > Task :org.gecko.rsa.provider:release Caching disabled for task ':org.gecko.rsa.provider:release' because: Build cache is disabled Task ':org.gecko.rsa.provider:release' is not up-to-date because: Task has not declared any outputs despite executing actions. :org.gecko.rsa.provider:release (Thread[Execution worker for ':' Thread 15,5,main]) completed. Took 1.214 secs. :org.gecko.rsa.topology:release (Thread[Execution worker for ':' Thread 15,5,main]) started. Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.topology/1.0.2-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.topology/1.0.2-SNAPSHOT/org.gecko.rsa.topology-1.0.2-20241016.164320-3.pom Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.topology/1.0.2-SNAPSHOT/org.gecko.rsa.topology-1.0.2-20241016.164320-3.pom.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.topology/1.0.2-SNAPSHOT/org.gecko.rsa.topology-1.0.2-20241016.164320-3.pom.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.topology/1.0.2-SNAPSHOT/org.gecko.rsa.topology-1.0.2-20241016.164320-3.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.topology/1.0.2-SNAPSHOT/org.gecko.rsa.topology-1.0.2-20241016.164320-3.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.topology/1.0.2-SNAPSHOT/org.gecko.rsa.topology-1.0.2-20241016.164320-3.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.topology/1.0.2-SNAPSHOT/org.gecko.rsa.topology-1.0.2-20241016.164320-3-sources.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.topology/1.0.2-SNAPSHOT/org.gecko.rsa.topology-1.0.2-20241016.164320-3-sources.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.topology/1.0.2-SNAPSHOT/org.gecko.rsa.topology-1.0.2-20241016.164320-3-sources.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.topology/1.0.2-SNAPSHOT/org.gecko.rsa.topology-1.0.2-20241016.164320-3-javadoc.jar Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.topology/1.0.2-SNAPSHOT/org.gecko.rsa.topology-1.0.2-20241016.164320-3-javadoc.jar.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.topology/1.0.2-SNAPSHOT/org.gecko.rsa.topology-1.0.2-20241016.164320-3-javadoc.jar.md5 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.topology/1.0.2-SNAPSHOT/maven-metadata.xml Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.topology/1.0.2-SNAPSHOT/maven-metadata.xml.sha1 Upload https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.topology/1.0.2-SNAPSHOT/maven-metadata.xml.md5 Download https://devel.data-in-motion.biz/nexus/repository/maven-snapshots/org/gecko/rsa/org.gecko.rsa.topology/maven-metadata.xml > Task :org.gecko.rsa.topology:release Caching disabled for task ':org.gecko.rsa.topology:release' because: Build cache is disabled Task ':org.gecko.rsa.topology:release' is not up-to-date because: Task has not declared any outputs despite executing actions. :org.gecko.rsa.topology:release (Thread[Execution worker for ':' Thread 15,5,main]) completed. Took 1.265 secs. producer locations for task group 1 (Thread[Execution worker for ':' Thread 6,5,main]) started. producer locations for task group 1 (Thread[Execution worker for ':' Thread 6,5,main]) completed. Took 0.0 secs. BUILD SUCCESSFUL in 55s 81 actionable tasks: 81 executed [workspace] $ /bin/sh -xe /tmp/jenkins9747700039431927476.sh + mkdir -p /var/jenkins/repo.gecko/snapshot/geckoRSA [workspace] $ /bin/sh -xe /tmp/jenkins11402839917342127174.sh + rm -rf /var/jenkins/repo.gecko/snapshot/geckoRSA/index.xml /var/jenkins/repo.gecko/snapshot/geckoRSA/index.xml.sha /var/jenkins/repo.gecko/snapshot/geckoRSA/org.gecko.rsa.api /var/jenkins/repo.gecko/snapshot/geckoRSA/org.gecko.rsa.core /var/jenkins/repo.gecko/snapshot/geckoRSA/org.gecko.rsa.discovery /var/jenkins/repo.gecko/snapshot/geckoRSA/org.gecko.rsa.discovery.config /var/jenkins/repo.gecko/snapshot/geckoRSA/org.gecko.rsa.discovery.ma /var/jenkins/repo.gecko/snapshot/geckoRSA/org.gecko.rsa.discovery.tests /var/jenkins/repo.gecko/snapshot/geckoRSA/org.gecko.rsa.example.api /var/jenkins/repo.gecko/snapshot/geckoRSA/org.gecko.rsa.example.api2 /var/jenkins/repo.gecko/snapshot/geckoRSA/org.gecko.rsa.example.consumer /var/jenkins/repo.gecko/snapshot/geckoRSA/org.gecko.rsa.example.model /var/jenkins/repo.gecko/snapshot/geckoRSA/org.gecko.rsa.example.service /var/jenkins/repo.gecko/snapshot/geckoRSA/org.gecko.rsa.model /var/jenkins/repo.gecko/snapshot/geckoRSA/org.gecko.rsa.provider /var/jenkins/repo.gecko/snapshot/geckoRSA/org.gecko.rsa.topology [workspace] $ /bin/sh -xe /tmp/jenkins7611416356147006174.sh + cp -r cnf/release/index.xml cnf/release/index.xml.sha cnf/release/org.gecko.rsa.api cnf/release/org.gecko.rsa.core cnf/release/org.gecko.rsa.discovery cnf/release/org.gecko.rsa.discovery.config cnf/release/org.gecko.rsa.discovery.ma cnf/release/org.gecko.rsa.discovery.tests cnf/release/org.gecko.rsa.example.api cnf/release/org.gecko.rsa.example.api2 cnf/release/org.gecko.rsa.example.consumer cnf/release/org.gecko.rsa.example.model cnf/release/org.gecko.rsa.example.service cnf/release/org.gecko.rsa.model cnf/release/org.gecko.rsa.provider cnf/release/org.gecko.rsa.topology /var/jenkins/repo.gecko/snapshot/geckoRSA Recording test results [Checks API] No suitable checks publisher found. Finished: SUCCESS