Skip to content

Console Output

Started by user Stanislav Trailov
Running as Stanislav Trailov
Agent basic-j6bzw is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-j6bzw"
  namespace: "hawkbit"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.hawkbit.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-j6bzw"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-j6bzw"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.hawkbit.svc.cluster.local/hawkbit/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-hawkbit"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on basic-j6bzw (basic) in workspace /home/jenkins/agent/workspace/hawkbit-master-release
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
The recommended git tool is: NONE
using credential github-bot
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/hawkbit.git
 > git init /home/jenkins/agent/workspace/hawkbit-master-release # timeout=10
Fetching upstream changes from https://github.com/eclipse/hawkbit.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --tags --force --progress -- https://github.com/eclipse/hawkbit.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/hawkbit.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 9470635327bb7a15d66b32bcf3e865e1a189ebdd (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9470635327bb7a15d66b32bcf3e865e1a189ebdd # timeout=10
Commit message: "update third party content (#1694)"
 > git rev-list --no-walk ae47b1b338e5c19a54d2df6e97cf3c8db253d490 # timeout=10
[hawkbit-master-release] $ /bin/sh -xe /tmp/jenkins8963978830908258810.sh
++ tty
+ export 'GPG_TTY=not a tty'
+ GPG_TTY='not a tty'
+ gpg --batch --import ****
gpg: directory '/home/jenkins/.gnupg' created
gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
gpg: key 385CBC1C7F667FAE: 1 signature not checked due to a missing key
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key 385CBC1C7F667FAE: public key "Eclipse hawkBit Project <hawkbit-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key 385CBC1C7F667FAE: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
gpg: no ultimately trusted keys found
++ gpg --list-keys --with-colons
++ awk -F: '/fpr:/ {print $10}'
++ sort -u
+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key 52BAC27902B3C6B04F449AEC6331B813E9297CE0 trust
Secret subkeys are available.

pub  rsa4096/385CBC1C7F667FAE
     created: 2016-09-23  expires: 2026-10-20  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/6331B813E9297CE0
     created: 2016-09-26  expires: 2026-10-20  usage: S   
[ unknown] (1). Eclipse hawkBit Project <hawkbit-dev@eclipse.org>

pub  rsa4096/385CBC1C7F667FAE
     created: 2016-09-23  expires: 2026-10-20  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/6331B813E9297CE0
     created: 2016-09-26  expires: 2026-10-20  usage: S   
[ unknown] (1). Eclipse hawkBit Project <hawkbit-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/385CBC1C7F667FAE
     created: 2016-09-23  expires: 2026-10-20  usage: SCEA
     trust: ultimate      validity: unknown
ssb  rsa4096/6331B813E9297CE0
     created: 2016-09-26  expires: 2026-10-20  usage: S   
[ unknown] (1). Eclipse hawkBit Project <hawkbit-dev@eclipse.org>
Please note that the shown key validity is not necessarily correct
unless you restart the program.

+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key 6F9F44404ED99C36E85D059F385CBC1C7F667FAE trust
Secret subkeys are available.

gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: next trustdb check due at 2026-10-20
pub  rsa4096/385CBC1C7F667FAE
     created: 2016-09-23  expires: 2026-10-20  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/6331B813E9297CE0
     created: 2016-09-26  expires: 2026-10-20  usage: S   
[ultimate] (1). Eclipse hawkBit Project <hawkbit-dev@eclipse.org>

pub  rsa4096/385CBC1C7F667FAE
     created: 2016-09-23  expires: 2026-10-20  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/6331B813E9297CE0
     created: 2016-09-26  expires: 2026-10-20  usage: S   
[ultimate] (1). Eclipse hawkBit Project <hawkbit-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/385CBC1C7F667FAE
     created: 2016-09-23  expires: 2026-10-20  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/6331B813E9297CE0
     created: 2016-09-26  expires: 2026-10-20  usage: S   
[ultimate] (1). Eclipse hawkBit Project <hawkbit-dev@eclipse.org>

[hawkbit-master-release] $ /bin/sh -xe /tmp/jenkins15932051488177826523.sh
+ git config user.email jeroen.laverman@bosch.io
+ git config user.name Laverman
[hawkbit-master-release] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml clean compile license:check javadoc:jar deploy scm:tag -Drevision=0.5.0 -B -Pcreate_gpg_signature -Dadditionalparam=-Xdoclint:none -Dusername=**** -Dpassword=**** -Drelease.scm.connection=scm:git:https://github.com/eclipse/hawkbit.git -Drelease.scm.developerConnection=scm:git:https://github.com/eclipse/hawkbit.git -Drelease.scm.url=https://github.com/eclipse/hawkbit.git
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.9, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 38 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 38 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] hawkBit :: Parent                                                  [pom]
[INFO] hawkBit :: Core                                                    [jar]
[INFO] hawkBit :: Core Security                                           [jar]
[INFO] hawkBit :: Repository                                              [pom]
[INFO] hawkBit :: Repository :: API                                       [jar]
[INFO] hawkBit :: Repository :: Core Implementation Support               [jar]
[INFO] hawkBit :: Artifact Repository :: Filesystem                       [jar]
[INFO] hawkBit :: Repository :: Test Utilities                            [jar]
[INFO] hawkBit :: Repository :: JPA Implementation                        [jar]
[INFO] hawkBit :: Security Integration                                    [jar]
[INFO] hawkBit :: HTTP Security                                           [jar]
[INFO] hawkBit :: DMF                                                     [pom]
[INFO] hawkBit :: DMF :: API                                              [jar]
[INFO] hawkBit :: DMF :: RabbitMq Test module                             [jar]
[INFO] hawkBit :: DMF :: AMQP 0.9 Implementation                          [jar]
[INFO] hawkBit :: REST                                                    [pom]
[INFO] hawkBit :: REST :: Core                                            [jar]
[INFO] hawkBit :: REST :: DDI API                                         [jar]
[INFO] hawkBit :: REST :: DDI Resources                                   [jar]
[INFO] hawkBit :: REST :: Management API                                  [jar]
[INFO] hawkBit :: REST :: Management Resources                            [jar]
[INFO] hawkBit :: Spring Boot Autoconfigure                               [jar]
[INFO] hawkBit :: Spring Boot Starters                                    [pom]
[INFO] hawkBit :: Spring Boot Starter DDI API                             [jar]
[INFO] hawkBit :: Spring Boot Starter DMF API                             [jar]
[INFO] hawkBit :: Spring Boot Starter Management API                      [jar]
[INFO] hawkBit :: Spring Boot Starter                                     [jar]
[INFO] hawkBit :: Runtime :: Parent                                       [pom]
[INFO] hawkBit :: Runtime :: Update Server (Monolith)                     [jar]
[INFO] hawkBit :: Test Report                                             [jar]
[INFO] hawkBit :: Runtime :: DDI Server                                   [jar]
[INFO] hawkBit :: Runtime :: DMF Server                                   [jar]
[INFO] hawkBit :: Runtime :: Management Server                            [jar]
[INFO] hawkbit-sdk                                                        [pom]
[INFO] hawkBit :: SDK :: Commons                                          [jar]
[INFO] hawkBit :: Runtime :: Simple UI                                    [jar]
[INFO] hawkBit :: SDK :: Device SDK                                       [jar]
[INFO] hawkBit :: SDK :: Test / Example                                   [jar]
[INFO] 
[INFO] -----------------< org.eclipse.hawkbit:hawkbit-parent >-----------------
[INFO] Building hawkBit :: Parent 0.5.0                                  [1/38]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-parent ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-parent ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-parent ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-parent ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-parent:pom:0.5.0...
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-parent ---
[INFO] Checking licenses...
[WARNING] Unknown file extension: /home/jenkins/agent/workspace/hawkbit-master-release/LICENSE
[WARNING] Unknown file extension: /home/jenkins/agent/workspace/hawkbit-master-release/lombok.config
[WARNING] Unable to find a comment style definition for some files. You may want to add a custom mapping for the relevant file extensions.
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-parent ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-parent ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-parent ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-parent:pom:0.5.0...
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-parent ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/target/jacoco.exec
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-parent >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-parent ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-parent <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-parent ---
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-parent ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/target/jacoco-it.exec
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0.5.0 (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0.5.0 (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0.5.0 (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0.5.0 (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0.5.0 (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-test:jar:0.5.0 (test)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-jpa:jar:0.5.0 (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0.5.0 (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0.5.0 (test)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-integration:jar:0.5.0 (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-jpa:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-dmf-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-test:jar:0.5.0 (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-integration:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-dmf-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-dmf-rabbitmq-test:jar:0.5.0 (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0.5.0 (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-jpa:jar:0.5.0 (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0.5.0 (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-test:jar:0.5.0 (test)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-test:jar:0.5.0 (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0.5.0 (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0.5.0 (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0.5.0 (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0.5.0 (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-jpa:jar:0.5.0 (test)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-rest-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0.5.0 (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-ddi-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-rest-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-test:jar:0.5.0 (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0.5.0 (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0.5.0 (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-jpa:jar:0.5.0 (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-rest-core:jar:tests:0.5.0 (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-http-security:jar:0.5.0 (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-integration:jar:0.5.0 (test)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-rest-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0.5.0 (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-mgmt-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-rest-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-test:jar:0.5.0 (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0.5.0 (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0.5.0 (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-jpa:jar:0.5.0 (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-rest-core:jar:tests:0.5.0 (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-http-security:jar:0.5.0 (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-integration:jar:0.5.0 (test)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0.5.0 (compile?)
[WARNING] o org.eclipse.hawkbit:hawkbit-dmf-amqp:jar:0.5.0 (compile?)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0.5.0 (compile?)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-integration:jar:0.5.0 (compile?)
[WARNING] o org.eclipse.hawkbit:hawkbit-dmf-api:jar:0.5.0 (compile?)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-jpa:jar:0.5.0 (compile?)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0.5.0 (compile?)
[WARNING] o org.eclipse.hawkbit:hawkbit-http-security:jar:0.5.0 (compile?)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0.5.0 (compile?)
[WARNING] o org.eclipse.hawkbit:hawkbit-ddi-resource:jar:0.5.0 (compile?)
[WARNING] o org.eclipse.hawkbit:hawkbit-ddi-api:jar:0.5.0 (compile?)
[WARNING] o org.eclipse.hawkbit:hawkbit-rest-core:jar:0.5.0 (compile?)
[WARNING] o org.eclipse.hawkbit:hawkbit-mgmt-resource:jar:0.5.0 (compile?)
[WARNING] o org.eclipse.hawkbit:hawkbit-mgmt-api:jar:0.5.0 (compile?)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0.5.0 (compile?)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-ddi-resource:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-ddi-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-rest-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-integration:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-http-security:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-jpa:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-autoconfigure:jar:0.5.0 (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-dmf-amqp:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-integration:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-dmf-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-jpa:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-autoconfigure:jar:0.5.0 (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-mgmt-resource:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-mgmt-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-rest-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-integration:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-http-security:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-jpa:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-autoconfigure:jar:0.5.0 (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-boot-starter-ddi-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-ddi-resource:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-ddi-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-rest-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-integration:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-http-security:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-jpa:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-autoconfigure:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-boot-starter-dmf-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-dmf-amqp:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-dmf-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-boot-starter-mgmt-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-mgmt-resource:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-mgmt-api:jar:0.5.0 (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-test:jar:0.5.0 (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0.5.0 (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0.5.0 (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0.5.0 (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0.5.0 (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0.5.0 (test)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-boot-starter:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-boot-starter-ddi-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-ddi-resource:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-ddi-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-rest-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-integration:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-http-security:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-jpa:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-autoconfigure:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-boot-starter-dmf-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-dmf-amqp:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-dmf-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-boot-starter-mgmt-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-mgmt-resource:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-mgmt-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-test:jar:0.5.0 (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0.5.0 (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-integration:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-http-security:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-jpa:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-autoconfigure:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-ddi-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-ddi-resource:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-mgmt-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-mgmt-resource:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-rest-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-dmf-amqp:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-dmf-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-update-server:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-boot-starter:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-boot-starter-ddi-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-boot-starter-dmf-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-boot-starter-mgmt-api:jar:0.5.0 (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-boot-starter-ddi-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-ddi-resource:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-ddi-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-rest-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-integration:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-http-security:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-jpa:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-autoconfigure:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-test:jar:0.5.0 (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0.5.0 (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-boot-starter-dmf-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-dmf-amqp:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-integration:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-dmf-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-jpa:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-autoconfigure:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-test:jar:0.5.0 (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0.5.0 (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-boot-starter-mgmt-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-mgmt-resource:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-mgmt-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-rest-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-integration:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-http-security:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-jpa:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-autoconfigure:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-test:jar:0.5.0 (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0.5.0 (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-sdk-commons:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-mgmt-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-rest-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-test:jar:0.5.0 (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0.5.0 (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0.5.0 (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0.5.0 (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0.5.0 (test)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-sdk-commons:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-ddi-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-rest-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0.5.0 (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-sdk-device:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-sdk-commons:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-ddi-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-mgmt-api:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-rest-core:jar:0.5.0 (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0.5.0 (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-parent ---
[INFO] Skipping dependency license check
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-parent ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-parent ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-parent/0.5.0/hawkbit-parent-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/target/hawkbit-parent-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-parent/0.5.0/hawkbit-parent-0.5.0.pom.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-parent ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-parent/0.5.0/hawkbit-parent-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/target/hawkbit-parent-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-parent/0.5.0/hawkbit-parent-0.5.0.pom.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ------------------< org.eclipse.hawkbit:hawkbit-core >------------------
[INFO] Building hawkBit :: Core 0.5.0                                    [2/38]
[INFO]   from hawkbit-core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-core ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-core ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-core ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-core/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-core/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-core ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-core:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-core ---
[INFO] Changes detected - recompiling the module! :source
[INFO] Compiling 52 source files with javac [debug deprecation release 17] to target/classes
[WARNING] No processor claimed any of these annotations: /jakarta.validation.constraints.NotNull,/org.springframework.boot.context.properties.ConfigurationProperties,/jakarta.validation.constraints.NotEmpty
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-core/src/main/java/org/eclipse/hawkbit/repository/FieldNameProvider.java:[51,28] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-core/src/main/java/org/eclipse/hawkbit/artifact/repository/AbstractArtifactRepository.java:[80,29] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-core/src/main/java/org/eclipse/hawkbit/artifact/repository/AbstractArtifactRepository.java:[98,27] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-core ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-core ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-core/target/hawkbit-core-0.5.0-javadoc.jar
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-core ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-core/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-core/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-core ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-core:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-core ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ hawkbit-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-core/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hawkbit-core ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] No processor claimed any of these annotations: /io.qameta.allure.Description,/org.junit.jupiter.api.extension.ExtendWith,/org.junit.jupiter.api.Test,/org.mockito.Captor,/org.junit.jupiter.api.BeforeEach,/io.qameta.allure.Story,/org.mockito.Mock,/io.qameta.allure.Feature
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-core ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-core/target/jacoco.exec
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ hawkbit-core ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hawkbit.cache.DefaultDownloadIdCacheTest
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.643 s -- in org.eclipse.hawkbit.cache.DefaultDownloadIdCacheTest
[INFO] Running org.eclipse.hawkbit.api.Base62UtilTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eclipse.hawkbit.api.Base62UtilTest
[INFO] Running org.eclipse.hawkbit.api.URLPlaceholderTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.eclipse.hawkbit.api.URLPlaceholderTest
[INFO] Running org.eclipse.hawkbit.api.PropertyBasedArtifactUrlHandlerTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s -- in org.eclipse.hawkbit.api.PropertyBasedArtifactUrlHandlerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ hawkbit-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-core/target/hawkbit-core-0.5.0.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-core >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-core ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-core <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-core/target/hawkbit-core-0.5.0-sources.jar
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-core ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-core/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-core ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-core ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-core ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-core/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-core/0.5.0/hawkbit-core-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-core/target/hawkbit-core-0.5.0.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-core/0.5.0/hawkbit-core-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-core/target/hawkbit-core-0.5.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-core/0.5.0/hawkbit-core-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-core/target/hawkbit-core-0.5.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-core/0.5.0/hawkbit-core-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-core/target/hawkbit-core-0.5.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-core/0.5.0/hawkbit-core-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-core/target/hawkbit-core-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-core/0.5.0/hawkbit-core-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-core/target/hawkbit-core-0.5.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-core/0.5.0/hawkbit-core-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-core/target/hawkbit-core-0.5.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-core/0.5.0/hawkbit-core-0.5.0-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-core ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-core/target/hawkbit-core-0.5.0.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-core/0.5.0/hawkbit-core-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-core/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-core/0.5.0/hawkbit-core-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-core/target/hawkbit-core-0.5.0-javadoc.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-core/0.5.0/hawkbit-core-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-core/target/hawkbit-core-0.5.0-sources.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-core/0.5.0/hawkbit-core-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-core/target/hawkbit-core-0.5.0.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-core/0.5.0/hawkbit-core-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-core/target/hawkbit-core-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-core/0.5.0/hawkbit-core-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-core/target/hawkbit-core-0.5.0-javadoc.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-core/0.5.0/hawkbit-core-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-core/target/hawkbit-core-0.5.0-sources.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-core/0.5.0/hawkbit-core-0.5.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------< org.eclipse.hawkbit:hawkbit-security-core >--------------
[INFO] Building hawkBit :: Core Security 0.5.0                           [3/38]
[INFO]   from hawkbit-security-core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-security-core ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-security-core ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-security-core ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-security-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-core/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-core/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-security-core ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-security-core:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-security-core ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 22 source files with javac [debug deprecation release 17] to target/classes
[WARNING] Cannot find annotation method 'when()' in type 'javax.annotation.Nonnull': class file for javax.annotation.Nonnull not found
[WARNING] unknown enum constant javax.annotation.meta.When.MAYBE
  reason: class file for javax.annotation.meta.When not found
[WARNING] No processor claimed any of these annotations: /jakarta.validation.constraints.NotNull,/org.springframework.boot.context.properties.ConfigurationProperties,/jakarta.validation.constraints.NotEmpty,/org.springframework.lang.Nullable
[WARNING] Cannot find annotation method 'when()' in type 'javax.annotation.Nonnull': class file for javax.annotation.Nonnull not found
[WARNING] unknown enum constant javax.annotation.meta.When.MAYBE
  reason: class file for javax.annotation.meta.When not found
[WARNING] Cannot find annotation method 'when()' in type 'javax.annotation.Nonnull': class file for javax.annotation.Nonnull not found
[WARNING] unknown enum constant javax.annotation.meta.When.MAYBE
  reason: class file for javax.annotation.meta.When not found
[WARNING] Cannot find annotation method 'when()' in type 'javax.annotation.Nonnull': class file for javax.annotation.Nonnull not found
[WARNING] unknown enum constant javax.annotation.meta.When.MAYBE
  reason: class file for javax.annotation.meta.When not found
[WARNING] Cannot find annotation method 'when()' in type 'javax.annotation.Nonnull': class file for javax.annotation.Nonnull not found
[WARNING] unknown enum constant javax.annotation.meta.When.MAYBE
  reason: class file for javax.annotation.meta.When not found
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-security-core ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-security-core ---
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] warning: unknown enum constant When.MAYBE
[WARNING] reason: class file for javax.annotation.meta.When not found
[WARNING] 1 warning
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-core/target/hawkbit-security-core-0.5.0-javadoc.jar
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-security-core ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-security-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-core/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-core/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-security-core ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-security-core:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-security-core ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 22 source files with javac [debug deprecation release 17] to target/classes
[WARNING] Cannot find annotation method 'when()' in type 'javax.annotation.Nonnull': class file for javax.annotation.Nonnull not found
[WARNING] unknown enum constant javax.annotation.meta.When.MAYBE
  reason: class file for javax.annotation.meta.When not found
[WARNING] No processor claimed any of these annotations: /jakarta.validation.constraints.NotNull,/org.springframework.boot.context.properties.ConfigurationProperties,/jakarta.validation.constraints.NotEmpty,/org.springframework.lang.Nullable
[WARNING] Cannot find annotation method 'when()' in type 'javax.annotation.Nonnull': class file for javax.annotation.Nonnull not found
[WARNING] unknown enum constant javax.annotation.meta.When.MAYBE
  reason: class file for javax.annotation.meta.When not found
[WARNING] Cannot find annotation method 'when()' in type 'javax.annotation.Nonnull': class file for javax.annotation.Nonnull not found
[WARNING] unknown enum constant javax.annotation.meta.When.MAYBE
  reason: class file for javax.annotation.meta.When not found
[WARNING] Cannot find annotation method 'when()' in type 'javax.annotation.Nonnull': class file for javax.annotation.Nonnull not found
[WARNING] unknown enum constant javax.annotation.meta.When.MAYBE
  reason: class file for javax.annotation.meta.When not found
[WARNING] Cannot find annotation method 'when()' in type 'javax.annotation.Nonnull': class file for javax.annotation.Nonnull not found
[WARNING] unknown enum constant javax.annotation.meta.When.MAYBE
  reason: class file for javax.annotation.meta.When not found
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ hawkbit-security-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-core/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hawkbit-security-core ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] No processor claimed any of these annotations: /io.qameta.allure.Description,/org.mockito.Mock,/org.junit.jupiter.api.Test,/org.junit.jupiter.api.extension.ExtendWith,/io.qameta.allure.Feature,/io.qameta.allure.Story
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-security-core ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-core/target/jacoco.exec
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ hawkbit-security-core ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hawkbit.im.authentication.SpPermissionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.402 s -- in org.eclipse.hawkbit.im.authentication.SpPermissionTest
[INFO] Running org.eclipse.hawkbit.util.IpUtilTest
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.202 s -- in org.eclipse.hawkbit.util.IpUtilTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ hawkbit-security-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-core/target/hawkbit-security-core-0.5.0.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-security-core >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-security-core ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-security-core <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-security-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-core/target/hawkbit-security-core-0.5.0-sources.jar
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-security-core ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-core/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-security-core ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-security-core ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-security-core ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-core/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-security-core/0.5.0/hawkbit-security-core-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-core/target/hawkbit-security-core-0.5.0.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-security-core/0.5.0/hawkbit-security-core-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-core/target/hawkbit-security-core-0.5.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-security-core/0.5.0/hawkbit-security-core-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-core/target/hawkbit-security-core-0.5.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-security-core/0.5.0/hawkbit-security-core-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-core/target/hawkbit-security-core-0.5.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-security-core/0.5.0/hawkbit-security-core-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-core/target/hawkbit-security-core-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-security-core/0.5.0/hawkbit-security-core-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-core/target/hawkbit-security-core-0.5.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-security-core/0.5.0/hawkbit-security-core-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-core/target/hawkbit-security-core-0.5.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-security-core/0.5.0/hawkbit-security-core-0.5.0-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-security-core ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-core/target/hawkbit-security-core-0.5.0.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-security-core/0.5.0/hawkbit-security-core-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-core/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-security-core/0.5.0/hawkbit-security-core-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-core/target/hawkbit-security-core-0.5.0-javadoc.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-security-core/0.5.0/hawkbit-security-core-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-core/target/hawkbit-security-core-0.5.0-sources.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-security-core/0.5.0/hawkbit-security-core-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-core/target/hawkbit-security-core-0.5.0.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-security-core/0.5.0/hawkbit-security-core-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-core/target/hawkbit-security-core-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-security-core/0.5.0/hawkbit-security-core-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-core/target/hawkbit-security-core-0.5.0-javadoc.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-security-core/0.5.0/hawkbit-security-core-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-core/target/hawkbit-security-core-0.5.0-sources.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-security-core/0.5.0/hawkbit-security-core-0.5.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ---------------< org.eclipse.hawkbit:hawkbit-repository >---------------
[INFO] Building hawkBit :: Repository 0.5.0                              [4/38]
[INFO]   from hawkbit-repository/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-repository ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-repository ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-repository ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-repository ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-repository:pom:0.5.0...
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-repository ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-repository ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-repository ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-repository ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-repository:pom:0.5.0...
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-repository ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/target/jacoco.exec
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-repository >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-repository ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-repository <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-repository ---
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-repository ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-repository ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-repository ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-repository ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-repository/0.5.0/hawkbit-repository-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/target/hawkbit-repository-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-repository/0.5.0/hawkbit-repository-0.5.0.pom.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-repository ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-repository/0.5.0/hawkbit-repository-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/target/hawkbit-repository-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-repository/0.5.0/hawkbit-repository-0.5.0.pom.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------< org.eclipse.hawkbit:hawkbit-repository-api >-------------
[INFO] Building hawkBit :: Repository :: API 0.5.0                       [5/38]
[INFO]   from hawkbit-repository/hawkbit-repository-api/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-repository-api ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-repository-api ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-repository-api ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-repository-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-repository-api ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-repository-api:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-repository-api ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 257 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/model/TenantConfigurationValue.java:[35,21] @Builder will ignore the initializing expression entirely. If you want the initializing expression to serve as default, add @Builder.Default. If it is not supposed to be settable during building, make the field final.
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/model/TargetTypeAssignmentResult.java:[20,1] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/event/remote/RolloutStoppedEvent.java:[22,1] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/event/remote/AbstractAssignmentEvent.java:[25,1] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/model/DistributionSetAssignmentResult.java:[23,1] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/OffsetBasedPageRequest.java:[23,1] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/model/TargetTagAssignmentResult.java:[20,1] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/event/remote/MultiActionEvent.java:[28,1] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/model/DistributionSetTagAssignmentResult.java:[20,1] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
[WARNING] No processor claimed any of these annotations: /org.eclipse.hawkbit.repository.ValidString,/jakarta.validation.Constraint,/jakarta.validation.constraints.NotNull,/jakarta.validation.constraints.Max,/org.springframework.boot.context.properties.ConfigurationProperties,/jakarta.validation.Valid,/jakarta.validation.constraints.Null,/jakarta.validation.constraints.NotEmpty,/com.fasterxml.jackson.annotation.JsonIgnore,/jakarta.validation.constraints.Size,/jakarta.validation.constraints.Min,/org.springframework.security.access.prepost.PreAuthorize,/org.springframework.beans.factory.annotation.Autowired
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/exception/FileSizeQuotaExceededException.java:[20,8] serializable class org.eclipse.hawkbit.repository.exception.FileSizeQuotaExceededException has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/event/remote/RemoteTenantAwareEvent.java:[56,9] RemoteApplicationEvent(java.lang.Object,java.lang.String) in org.springframework.cloud.bus.event.RemoteApplicationEvent has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/RolloutManagement.java:[177,5] org.springframework.util.concurrent.ListenableFuture in org.springframework.util.concurrent has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/RolloutManagement.java:[177,5] org.springframework.util.concurrent.ListenableFuture in org.springframework.util.concurrent has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/RolloutManagement.java:[177,5] org.springframework.util.concurrent.ListenableFuture in org.springframework.util.concurrent has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/RolloutManagement.java:[177,5] org.springframework.util.concurrent.ListenableFuture in org.springframework.util.concurrent has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/RolloutManagement.java:[177,5] org.springframework.util.concurrent.ListenableFuture in org.springframework.util.concurrent has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/exception/AssignmentQuotaExceededException.java:[19,8] serializable class org.eclipse.hawkbit.repository.exception.AssignmentQuotaExceededException has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/MaintenanceScheduleHelper.java:[137,29] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/MaintenanceScheduleHelper.java:[137,66] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/MaintenanceScheduleHelper.java:[137,99] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/MaintenanceScheduleHelper.java:[141,28] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/MaintenanceScheduleHelper.java:[141,66] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/MaintenanceScheduleHelper.java:[141,100] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/MaintenanceScheduleHelper.java:[163,43] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/exception/StorageQuotaExceededException.java:[20,8] serializable class org.eclipse.hawkbit.repository.exception.StorageQuotaExceededException has no definition of serialVersionUID
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-repository-api ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-repository-api ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/target/hawkbit-repository-api-0.5.0-javadoc.jar
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-repository-api ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-repository-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-repository-api ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-repository-api:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-repository-api ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 257 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/model/TenantConfigurationValue.java:[35,21] @Builder will ignore the initializing expression entirely. If you want the initializing expression to serve as default, add @Builder.Default. If it is not supposed to be settable during building, make the field final.
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/model/TargetTypeAssignmentResult.java:[20,1] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/event/remote/RolloutStoppedEvent.java:[22,1] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/event/remote/MultiActionEvent.java:[28,1] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/model/DistributionSetAssignmentResult.java:[23,1] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/model/DistributionSetTagAssignmentResult.java:[20,1] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/OffsetBasedPageRequest.java:[23,1] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/model/TargetTagAssignmentResult.java:[20,1] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/event/remote/AbstractAssignmentEvent.java:[25,1] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
[WARNING] No processor claimed any of these annotations: /org.eclipse.hawkbit.repository.ValidString,/jakarta.validation.Constraint,/jakarta.validation.constraints.NotNull,/jakarta.validation.constraints.Max,/org.springframework.boot.context.properties.ConfigurationProperties,/jakarta.validation.Valid,/jakarta.validation.constraints.Null,/jakarta.validation.constraints.NotEmpty,/com.fasterxml.jackson.annotation.JsonIgnore,/jakarta.validation.constraints.Size,/jakarta.validation.constraints.Min,/org.springframework.security.access.prepost.PreAuthorize,/org.springframework.beans.factory.annotation.Autowired
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/exception/FileSizeQuotaExceededException.java:[20,8] serializable class org.eclipse.hawkbit.repository.exception.FileSizeQuotaExceededException has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/event/remote/RemoteTenantAwareEvent.java:[56,9] RemoteApplicationEvent(java.lang.Object,java.lang.String) in org.springframework.cloud.bus.event.RemoteApplicationEvent has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/RolloutManagement.java:[177,5] org.springframework.util.concurrent.ListenableFuture in org.springframework.util.concurrent has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/RolloutManagement.java:[177,5] org.springframework.util.concurrent.ListenableFuture in org.springframework.util.concurrent has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/RolloutManagement.java:[177,5] org.springframework.util.concurrent.ListenableFuture in org.springframework.util.concurrent has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/RolloutManagement.java:[177,5] org.springframework.util.concurrent.ListenableFuture in org.springframework.util.concurrent has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/RolloutManagement.java:[177,5] org.springframework.util.concurrent.ListenableFuture in org.springframework.util.concurrent has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/exception/AssignmentQuotaExceededException.java:[19,8] serializable class org.eclipse.hawkbit.repository.exception.AssignmentQuotaExceededException has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/MaintenanceScheduleHelper.java:[137,29] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/MaintenanceScheduleHelper.java:[137,66] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/MaintenanceScheduleHelper.java:[137,99] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/MaintenanceScheduleHelper.java:[141,28] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/MaintenanceScheduleHelper.java:[141,66] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/MaintenanceScheduleHelper.java:[141,100] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/MaintenanceScheduleHelper.java:[163,43] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/exception/StorageQuotaExceededException.java:[20,8] serializable class org.eclipse.hawkbit.repository.exception.StorageQuotaExceededException has no definition of serialVersionUID
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ hawkbit-repository-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hawkbit-repository-api ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] No processor claimed any of these annotations: /io.qameta.allure.Description,/org.junit.jupiter.api.Test,/io.qameta.allure.Feature,/io.qameta.allure.Story
[WARNING] Cannot find annotation method 'value()' in type 'com.google.errorprone.annotations.DoNotMock': class file for com.google.errorprone.annotations.DoNotMock not found
[WARNING] Cannot find annotation method 'value()' in type 'com.google.errorprone.annotations.DoNotCall': class file for com.google.errorprone.annotations.DoNotCall not found
[WARNING] Cannot find annotation method 'value()' in type 'com.google.errorprone.annotations.DoNotCall'
[WARNING] Cannot find annotation method 'value()' in type 'com.google.errorprone.annotations.DoNotCall'
[WARNING] Cannot find annotation method 'value()' in type 'com.google.errorprone.annotations.DoNotCall'
[WARNING] Cannot find annotation method 'value()' in type 'com.google.errorprone.annotations.DoNotCall'
[WARNING] Cannot find annotation method 'value()' in type 'com.google.errorprone.annotations.DoNotCall'
[WARNING] Cannot find annotation method 'value()' in type 'com.google.errorprone.annotations.DoNotCall'
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-repository-api ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/target/jacoco.exec
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ hawkbit-repository-api ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hawkbit.repository.RegexCharTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.363 s -- in org.eclipse.hawkbit.repository.RegexCharTest
[INFO] Running org.eclipse.hawkbit.repository.MaintenanceScheduleHelperTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 s -- in org.eclipse.hawkbit.repository.MaintenanceScheduleHelperTest
[INFO] Running org.eclipse.hawkbit.repository.RepositoryManagementMethodPreAuthorizeAnnotatedTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354 s -- in org.eclipse.hawkbit.repository.RepositoryManagementMethodPreAuthorizeAnnotatedTest
[INFO] Running org.eclipse.hawkbit.repository.model.TotalTargetCountStatusTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.hawkbit.repository.model.TotalTargetCountStatusTest
[INFO] Running org.eclipse.hawkbit.repository.ArtifactEncryptionServiceTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.hawkbit.repository.ArtifactEncryptionServiceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ hawkbit-repository-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/target/hawkbit-repository-api-0.5.0.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-repository-api >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-repository-api ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-repository-api <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-repository-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/target/hawkbit-repository-api-0.5.0-sources.jar
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-repository-api ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-repository-api ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-repository-api ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-repository-api ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-repository-api/0.5.0/hawkbit-repository-api-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/target/hawkbit-repository-api-0.5.0.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-repository-api/0.5.0/hawkbit-repository-api-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/target/hawkbit-repository-api-0.5.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-repository-api/0.5.0/hawkbit-repository-api-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/target/hawkbit-repository-api-0.5.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-repository-api/0.5.0/hawkbit-repository-api-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/target/hawkbit-repository-api-0.5.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-repository-api/0.5.0/hawkbit-repository-api-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/target/hawkbit-repository-api-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-repository-api/0.5.0/hawkbit-repository-api-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/target/hawkbit-repository-api-0.5.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-repository-api/0.5.0/hawkbit-repository-api-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/target/hawkbit-repository-api-0.5.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-repository-api/0.5.0/hawkbit-repository-api-0.5.0-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-repository-api ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/target/hawkbit-repository-api-0.5.0.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-repository-api/0.5.0/hawkbit-repository-api-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-repository-api/0.5.0/hawkbit-repository-api-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/target/hawkbit-repository-api-0.5.0-javadoc.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-repository-api/0.5.0/hawkbit-repository-api-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/target/hawkbit-repository-api-0.5.0-sources.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-repository-api/0.5.0/hawkbit-repository-api-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/target/hawkbit-repository-api-0.5.0.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-repository-api/0.5.0/hawkbit-repository-api-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/target/hawkbit-repository-api-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-repository-api/0.5.0/hawkbit-repository-api-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/target/hawkbit-repository-api-0.5.0-javadoc.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-repository-api/0.5.0/hawkbit-repository-api-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/target/hawkbit-repository-api-0.5.0-sources.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-repository-api/0.5.0/hawkbit-repository-api-0.5.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ------------< org.eclipse.hawkbit:hawkbit-repository-core >-------------
[INFO] Building hawkBit :: Repository :: Core Implementation Support 0.5.0 [6/38]
[INFO]   from hawkbit-repository/hawkbit-repository-core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-repository-core ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-repository-core ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-repository-core ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-repository-core ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-repository-core ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-repository-core:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-repository-core ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 38 source files with javac [debug deprecation release 17] to target/classes
[WARNING] No processor claimed any of these annotations: /org.eclipse.hawkbit.repository.ValidString,/jakarta.validation.constraints.Max,/jakarta.validation.constraints.NotNull,/jakarta.annotation.Nullable,/org.springframework.context.event.EventListener,/org.springframework.boot.context.properties.EnableConfigurationProperties,/org.springframework.context.annotation.PropertySource,/org.springframework.context.annotation.Configuration,/jakarta.validation.constraints.Min,/org.springframework.beans.factory.annotation.Autowired
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractMetadataUpdateCreate.java:[31,31] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractMetadataUpdateCreate.java:[32,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractMetadataUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractMetadataUpdateCreate.java:[40,33] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractMetadataUpdateCreate.java:[41,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractMetadataUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractSoftwareModuleMetadataUpdateCreate.java:[26,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractSoftwareModuleMetadataUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractSoftwareModuleMetadataUpdateCreate.java:[39,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractSoftwareModuleMetadataUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetFilterQueryUpdateCreate.java:[55,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractTargetFilterQueryUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetFilterQueryUpdateCreate.java:[72,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractTargetFilterQueryUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetFilterQueryUpdateCreate.java:[84,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractTargetFilterQueryUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetFilterQueryUpdateCreate.java:[103,32] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetFilterQueryUpdateCreate.java:[104,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractTargetFilterQueryUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetFilterQueryUpdateCreate.java:[119,33] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetFilterQueryUpdateCreate.java:[120,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractTargetFilterQueryUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetFilterQueryUpdateCreate.java:[135,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractTargetFilterQueryUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractNamedEntityBuilder.java:[28,32] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractNamedEntityBuilder.java:[29,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractNamedEntityBuilder<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractNamedEntityBuilder.java:[33,39] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractNamedEntityBuilder.java:[34,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractNamedEntityBuilder<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractDistributionSetUpdateCreate.java:[32,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractDistributionSetUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractDistributionSetUpdateCreate.java:[41,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractDistributionSetUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractDistributionSetUpdateCreate.java:[49,35] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractDistributionSetUpdateCreate.java:[50,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractDistributionSetUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTypeUpdateCreate.java:[31,34] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTypeUpdateCreate.java:[32,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractTypeUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTypeUpdateCreate.java:[40,31] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTypeUpdateCreate.java:[41,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractTypeUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractDistributionSetTypeUpdateCreate.java:[31,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractDistributionSetTypeUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractDistributionSetTypeUpdateCreate.java:[36,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractDistributionSetTypeUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTagUpdateCreate.java:[28,34] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTagUpdateCreate.java:[29,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractTagUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractRolloutGroupCreate.java:[30,45] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractRolloutGroupCreate.java:[31,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractRolloutGroupCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractRolloutGroupCreate.java:[36,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractRolloutGroupCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractRolloutGroupCreate.java:[41,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractRolloutGroupCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractRolloutGroupCreate.java:[46,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractRolloutGroupCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractSoftwareModuleUpdateCreate.java:[34,32] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractSoftwareModuleUpdateCreate.java:[35,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractSoftwareModuleUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractSoftwareModuleUpdateCreate.java:[43,34] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractSoftwareModuleUpdateCreate.java:[44,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractSoftwareModuleUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractSoftwareModuleUpdateCreate.java:[52,35] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractSoftwareModuleUpdateCreate.java:[53,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractSoftwareModuleUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractRolloutUpdateCreate.java:[52,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractRolloutUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractRolloutUpdateCreate.java:[63,45] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractRolloutUpdateCreate.java:[64,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractRolloutUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractRolloutUpdateCreate.java:[76,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractRolloutUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractRolloutUpdateCreate.java:[88,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractRolloutUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractRolloutUpdateCreate.java:[100,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractRolloutUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractRolloutUpdateCreate.java:[112,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractRolloutUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/RolloutHelper.java:[170,58] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/RolloutHelper.java:[200,25] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/RolloutHelper.java:[201,29] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/RolloutHelper.java:[206,25] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/RolloutHelper.java:[213,28] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/RolloutHelper.java:[214,70] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/RolloutHelper.java:[230,24] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractActionStatusCreate.java:[47,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractActionStatusCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractActionStatusCreate.java:[53,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractActionStatusCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractActionStatusCreate.java:[59,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractActionStatusCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractActionStatusCreate.java:[64,51] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractActionStatusCreate.java:[66,56] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractActionStatusCreate.java:[69,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractActionStatusCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractActionStatusCreate.java:[76,38] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractActionStatusCreate.java:[78,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractActionStatusCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetTypeUpdateCreate.java:[35,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractTargetTypeUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[44,46] org.apache.commons.lang3.text.StrLookup in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[44,46] org.apache.commons.lang3.text.StrLookup in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[44,46] org.apache.commons.lang3.text.StrLookup in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[44,46] org.apache.commons.lang3.text.StrLookup in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[44,46] org.apache.commons.lang3.text.StrLookup in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[44,46] org.apache.commons.lang3.text.StrLookup in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[44,46] org.apache.commons.lang3.text.StrLookup in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[44,46] org.apache.commons.lang3.text.StrLookup in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[44,46] org.apache.commons.lang3.text.StrLookup in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[44,46] org.apache.commons.lang3.text.StrLookup in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[48,23] org.apache.commons.lang3.text.StrSubstitutor in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[48,23] org.apache.commons.lang3.text.StrSubstitutor in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[48,23] org.apache.commons.lang3.text.StrSubstitutor in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[48,23] org.apache.commons.lang3.text.StrSubstitutor in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[48,23] org.apache.commons.lang3.text.StrSubstitutor in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[65,31] org.apache.commons.lang3.text.StrSubstitutor in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[65,52] org.apache.commons.lang3.text.StrSubstitutor in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[65,83] org.apache.commons.lang3.text.StrSubstitutor in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[66,21] org.apache.commons.lang3.text.StrSubstitutor in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetUpdateCreate.java:[45,40] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetUpdateCreate.java:[50,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractTargetUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetUpdateCreate.java:[57,39] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetUpdateCreate.java:[64,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractTargetUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetUpdateCreate.java:[68,41] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetUpdateCreate.java:[69,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractTargetUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetUpdateCreate.java:[74,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractTargetUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetUpdateCreate.java:[79,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractTargetUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetUpdateCreate.java:[83,40] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetUpdateCreate.java:[89,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractTargetUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractSoftwareModuleTypeUpdateCreate.java:[24,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractSoftwareModuleTypeUpdateCreate<T>
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-repository-core ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-repository-core ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/target/hawkbit-repository-core-0.5.0-javadoc.jar
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-repository-core ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-repository-core ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-repository-core ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-repository-core:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-repository-core ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 38 source files with javac [debug deprecation release 17] to target/classes
[WARNING] No processor claimed any of these annotations: /org.eclipse.hawkbit.repository.ValidString,/jakarta.validation.constraints.Max,/jakarta.validation.constraints.NotNull,/jakarta.annotation.Nullable,/org.springframework.context.event.EventListener,/org.springframework.boot.context.properties.EnableConfigurationProperties,/org.springframework.context.annotation.PropertySource,/org.springframework.context.annotation.Configuration,/jakarta.validation.constraints.Min,/org.springframework.beans.factory.annotation.Autowired
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractMetadataUpdateCreate.java:[31,31] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractMetadataUpdateCreate.java:[32,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractMetadataUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractMetadataUpdateCreate.java:[40,33] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractMetadataUpdateCreate.java:[41,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractMetadataUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractSoftwareModuleMetadataUpdateCreate.java:[26,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractSoftwareModuleMetadataUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractSoftwareModuleMetadataUpdateCreate.java:[39,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractSoftwareModuleMetadataUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetFilterQueryUpdateCreate.java:[55,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractTargetFilterQueryUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetFilterQueryUpdateCreate.java:[72,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractTargetFilterQueryUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetFilterQueryUpdateCreate.java:[84,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractTargetFilterQueryUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetFilterQueryUpdateCreate.java:[103,32] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetFilterQueryUpdateCreate.java:[104,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractTargetFilterQueryUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetFilterQueryUpdateCreate.java:[119,33] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetFilterQueryUpdateCreate.java:[120,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractTargetFilterQueryUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetFilterQueryUpdateCreate.java:[135,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractTargetFilterQueryUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractNamedEntityBuilder.java:[28,32] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractNamedEntityBuilder.java:[29,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractNamedEntityBuilder<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractNamedEntityBuilder.java:[33,39] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractNamedEntityBuilder.java:[34,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractNamedEntityBuilder<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractDistributionSetUpdateCreate.java:[32,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractDistributionSetUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractDistributionSetUpdateCreate.java:[41,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractDistributionSetUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractDistributionSetUpdateCreate.java:[49,35] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractDistributionSetUpdateCreate.java:[50,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractDistributionSetUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTypeUpdateCreate.java:[31,34] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTypeUpdateCreate.java:[32,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractTypeUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTypeUpdateCreate.java:[40,31] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTypeUpdateCreate.java:[41,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractTypeUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractDistributionSetTypeUpdateCreate.java:[31,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractDistributionSetTypeUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractDistributionSetTypeUpdateCreate.java:[36,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractDistributionSetTypeUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTagUpdateCreate.java:[28,34] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTagUpdateCreate.java:[29,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractTagUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractRolloutGroupCreate.java:[30,45] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractRolloutGroupCreate.java:[31,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractRolloutGroupCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractRolloutGroupCreate.java:[36,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractRolloutGroupCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractRolloutGroupCreate.java:[41,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractRolloutGroupCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractRolloutGroupCreate.java:[46,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractRolloutGroupCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractSoftwareModuleUpdateCreate.java:[34,32] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractSoftwareModuleUpdateCreate.java:[35,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractSoftwareModuleUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractSoftwareModuleUpdateCreate.java:[43,34] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractSoftwareModuleUpdateCreate.java:[44,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractSoftwareModuleUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractSoftwareModuleUpdateCreate.java:[52,35] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractSoftwareModuleUpdateCreate.java:[53,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractSoftwareModuleUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractRolloutUpdateCreate.java:[52,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractRolloutUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractRolloutUpdateCreate.java:[63,45] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractRolloutUpdateCreate.java:[64,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractRolloutUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractRolloutUpdateCreate.java:[76,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractRolloutUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractRolloutUpdateCreate.java:[88,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractRolloutUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractRolloutUpdateCreate.java:[100,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractRolloutUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractRolloutUpdateCreate.java:[112,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractRolloutUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/RolloutHelper.java:[170,58] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/RolloutHelper.java:[200,25] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/RolloutHelper.java:[201,29] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/RolloutHelper.java:[206,25] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/RolloutHelper.java:[213,28] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/RolloutHelper.java:[214,70] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/RolloutHelper.java:[230,24] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractActionStatusCreate.java:[47,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractActionStatusCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractActionStatusCreate.java:[53,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractActionStatusCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractActionStatusCreate.java:[59,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractActionStatusCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractActionStatusCreate.java:[64,51] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractActionStatusCreate.java:[66,56] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractActionStatusCreate.java:[69,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractActionStatusCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractActionStatusCreate.java:[76,38] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractActionStatusCreate.java:[78,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractActionStatusCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetTypeUpdateCreate.java:[35,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractTargetTypeUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[44,46] org.apache.commons.lang3.text.StrLookup in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[44,46] org.apache.commons.lang3.text.StrLookup in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[44,46] org.apache.commons.lang3.text.StrLookup in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[44,46] org.apache.commons.lang3.text.StrLookup in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[44,46] org.apache.commons.lang3.text.StrLookup in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[44,46] org.apache.commons.lang3.text.StrLookup in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[44,46] org.apache.commons.lang3.text.StrLookup in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[44,46] org.apache.commons.lang3.text.StrLookup in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[44,46] org.apache.commons.lang3.text.StrLookup in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[44,46] org.apache.commons.lang3.text.StrLookup in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[48,23] org.apache.commons.lang3.text.StrSubstitutor in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[48,23] org.apache.commons.lang3.text.StrSubstitutor in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[48,23] org.apache.commons.lang3.text.StrSubstitutor in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[48,23] org.apache.commons.lang3.text.StrSubstitutor in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[48,23] org.apache.commons.lang3.text.StrSubstitutor in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[65,31] org.apache.commons.lang3.text.StrSubstitutor in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[65,52] org.apache.commons.lang3.text.StrSubstitutor in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[65,83] org.apache.commons.lang3.text.StrSubstitutor in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/rsql/VirtualPropertyResolver.java:[66,21] org.apache.commons.lang3.text.StrSubstitutor in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetUpdateCreate.java:[45,40] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetUpdateCreate.java:[50,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractTargetUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetUpdateCreate.java:[57,39] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetUpdateCreate.java:[64,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractTargetUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetUpdateCreate.java:[68,41] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetUpdateCreate.java:[69,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractTargetUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetUpdateCreate.java:[74,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractTargetUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetUpdateCreate.java:[79,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractTargetUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetUpdateCreate.java:[83,40] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractTargetUpdateCreate.java:[89,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractTargetUpdateCreate<T>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/main/java/org/eclipse/hawkbit/repository/builder/AbstractSoftwareModuleTypeUpdateCreate.java:[24,20] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.builder.AbstractSoftwareModuleTypeUpdateCreate<T>
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ hawkbit-repository-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hawkbit-repository-core ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[WARNING] No processor claimed any of these annotations: /org.mockito.Mock,/io.qameta.allure.Description,/org.junit.jupiter.api.extension.ExtendWith,/org.junit.jupiter.api.Test,/org.junit.jupiter.api.BeforeEach
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-repository-core ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/target/jacoco.exec
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ hawkbit-repository-core ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hawkbit.event.BusProtoStuffMessageConverterTest
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
09:13:53.724 [main] ERROR org.eclipse.hawkbit.event.BusProtoStuffMessageConverter -- There is no mapping to EventType for the given class class org.eclipse.hawkbit.event.BusProtoStuffMessageConverterTest$DummyRemoteEntityEvent
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.844 s -- in org.eclipse.hawkbit.event.BusProtoStuffMessageConverterTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ hawkbit-repository-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/target/hawkbit-repository-core-0.5.0.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-repository-core >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-repository-core ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-repository-core <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-repository-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/target/hawkbit-repository-core-0.5.0-sources.jar
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-repository-core ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-repository-core ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-repository-core ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-repository-core ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-repository-core/0.5.0/hawkbit-repository-core-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/target/hawkbit-repository-core-0.5.0.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-repository-core/0.5.0/hawkbit-repository-core-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/target/hawkbit-repository-core-0.5.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-repository-core/0.5.0/hawkbit-repository-core-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/target/hawkbit-repository-core-0.5.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-repository-core/0.5.0/hawkbit-repository-core-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/target/hawkbit-repository-core-0.5.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-repository-core/0.5.0/hawkbit-repository-core-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/target/hawkbit-repository-core-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-repository-core/0.5.0/hawkbit-repository-core-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/target/hawkbit-repository-core-0.5.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-repository-core/0.5.0/hawkbit-repository-core-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/target/hawkbit-repository-core-0.5.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-repository-core/0.5.0/hawkbit-repository-core-0.5.0-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-repository-core ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/target/hawkbit-repository-core-0.5.0.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-repository-core/0.5.0/hawkbit-repository-core-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-repository-core/0.5.0/hawkbit-repository-core-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/target/hawkbit-repository-core-0.5.0-javadoc.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-repository-core/0.5.0/hawkbit-repository-core-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/target/hawkbit-repository-core-0.5.0-sources.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-repository-core/0.5.0/hawkbit-repository-core-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/target/hawkbit-repository-core-0.5.0.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-repository-core/0.5.0/hawkbit-repository-core-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/target/hawkbit-repository-core-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-repository-core/0.5.0/hawkbit-repository-core-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/target/hawkbit-repository-core-0.5.0-javadoc.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-repository-core/0.5.0/hawkbit-repository-core-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/target/hawkbit-repository-core-0.5.0-sources.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-repository-core/0.5.0/hawkbit-repository-core-0.5.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -----< org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem >-----
[INFO] Building hawkBit :: Artifact Repository :: Filesystem 0.5.0       [7/38]
[INFO]   from hawkbit-artifact-repository-filesystem/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-artifact-repository-filesystem ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-artifact-repository-filesystem ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-artifact-repository-filesystem ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-artifact-repository-filesystem ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-artifact-repository-filesystem/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-artifact-repository-filesystem/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-artifact-repository-filesystem ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-artifact-repository-filesystem ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug deprecation release 17] to target/classes
[WARNING] No processor claimed any of these annotations: /org.springframework.context.annotation.Bean,/org.springframework.boot.context.properties.EnableConfigurationProperties,/org.springframework.context.annotation.Configuration,/jakarta.validation.constraints.NotNull,/org.springframework.boot.context.properties.ConfigurationProperties,/org.springframework.validation.annotation.Validated,/org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-artifact-repository-filesystem/src/main/java/org/eclipse/hawkbit/artifact/repository/ArtifactFileNotFoundException.java:[15,8] serializable class org.eclipse.hawkbit.artifact.repository.ArtifactFileNotFoundException has no definition of serialVersionUID
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-artifact-repository-filesystem ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-artifact-repository-filesystem ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-artifact-repository-filesystem/target/hawkbit-artifact-repository-filesystem-0.5.0-javadoc.jar
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-artifact-repository-filesystem ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-artifact-repository-filesystem ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-artifact-repository-filesystem/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-artifact-repository-filesystem/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-artifact-repository-filesystem ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-artifact-repository-filesystem ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug deprecation release 17] to target/classes
[WARNING] No processor claimed any of these annotations: /org.springframework.context.annotation.Bean,/org.springframework.boot.context.properties.EnableConfigurationProperties,/org.springframework.context.annotation.Configuration,/jakarta.validation.constraints.NotNull,/org.springframework.boot.context.properties.ConfigurationProperties,/org.springframework.validation.annotation.Validated,/org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-artifact-repository-filesystem/src/main/java/org/eclipse/hawkbit/artifact/repository/ArtifactFileNotFoundException.java:[15,8] serializable class org.eclipse.hawkbit.artifact.repository.ArtifactFileNotFoundException has no definition of serialVersionUID
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ hawkbit-artifact-repository-filesystem ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-artifact-repository-filesystem/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hawkbit-artifact-repository-filesystem ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] No processor claimed any of these annotations: /io.qameta.allure.Description,/org.junit.jupiter.api.AfterAll,/org.junit.jupiter.api.Test,/io.qameta.allure.Story,/org.junit.jupiter.api.BeforeAll,/io.qameta.allure.Feature
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-artifact-repository-filesystem ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-artifact-repository-filesystem/target/jacoco.exec
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ hawkbit-artifact-repository-filesystem ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hawkbit.artifact.repository.ArtifactFilesystemTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.408 s -- in org.eclipse.hawkbit.artifact.repository.ArtifactFilesystemTest
[INFO] Running org.eclipse.hawkbit.artifact.repository.ArtifactFilesystemRepositoryTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s -- in org.eclipse.hawkbit.artifact.repository.ArtifactFilesystemRepositoryTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ hawkbit-artifact-repository-filesystem ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-artifact-repository-filesystem/target/hawkbit-artifact-repository-filesystem-0.5.0.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-artifact-repository-filesystem >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-artifact-repository-filesystem ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-artifact-repository-filesystem <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-artifact-repository-filesystem ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-artifact-repository-filesystem/target/hawkbit-artifact-repository-filesystem-0.5.0-sources.jar
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-artifact-repository-filesystem ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-artifact-repository-filesystem/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-artifact-repository-filesystem ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-artifact-repository-filesystem ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-artifact-repository-filesystem ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-artifact-repository-filesystem/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-artifact-repository-filesystem/0.5.0/hawkbit-artifact-repository-filesystem-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-artifact-repository-filesystem/target/hawkbit-artifact-repository-filesystem-0.5.0.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-artifact-repository-filesystem/0.5.0/hawkbit-artifact-repository-filesystem-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-artifact-repository-filesystem/target/hawkbit-artifact-repository-filesystem-0.5.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-artifact-repository-filesystem/0.5.0/hawkbit-artifact-repository-filesystem-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-artifact-repository-filesystem/target/hawkbit-artifact-repository-filesystem-0.5.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-artifact-repository-filesystem/0.5.0/hawkbit-artifact-repository-filesystem-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-artifact-repository-filesystem/target/hawkbit-artifact-repository-filesystem-0.5.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-artifact-repository-filesystem/0.5.0/hawkbit-artifact-repository-filesystem-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-artifact-repository-filesystem/target/hawkbit-artifact-repository-filesystem-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-artifact-repository-filesystem/0.5.0/hawkbit-artifact-repository-filesystem-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-artifact-repository-filesystem/target/hawkbit-artifact-repository-filesystem-0.5.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-artifact-repository-filesystem/0.5.0/hawkbit-artifact-repository-filesystem-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-artifact-repository-filesystem/target/hawkbit-artifact-repository-filesystem-0.5.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-artifact-repository-filesystem/0.5.0/hawkbit-artifact-repository-filesystem-0.5.0-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-artifact-repository-filesystem ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-artifact-repository-filesystem/target/hawkbit-artifact-repository-filesystem-0.5.0.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-artifact-repository-filesystem/0.5.0/hawkbit-artifact-repository-filesystem-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-artifact-repository-filesystem/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-artifact-repository-filesystem/0.5.0/hawkbit-artifact-repository-filesystem-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-artifact-repository-filesystem/target/hawkbit-artifact-repository-filesystem-0.5.0-javadoc.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-artifact-repository-filesystem/0.5.0/hawkbit-artifact-repository-filesystem-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-artifact-repository-filesystem/target/hawkbit-artifact-repository-filesystem-0.5.0-sources.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-artifact-repository-filesystem/0.5.0/hawkbit-artifact-repository-filesystem-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-artifact-repository-filesystem/target/hawkbit-artifact-repository-filesystem-0.5.0.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-artifact-repository-filesystem/0.5.0/hawkbit-artifact-repository-filesystem-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-artifact-repository-filesystem/target/hawkbit-artifact-repository-filesystem-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-artifact-repository-filesystem/0.5.0/hawkbit-artifact-repository-filesystem-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-artifact-repository-filesystem/target/hawkbit-artifact-repository-filesystem-0.5.0-javadoc.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-artifact-repository-filesystem/0.5.0/hawkbit-artifact-repository-filesystem-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-artifact-repository-filesystem/target/hawkbit-artifact-repository-filesystem-0.5.0-sources.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-artifact-repository-filesystem/0.5.0/hawkbit-artifact-repository-filesystem-0.5.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ------------< org.eclipse.hawkbit:hawkbit-repository-test >-------------
[INFO] Building hawkBit :: Repository :: Test Utilities 0.5.0            [8/38]
[INFO]   from hawkbit-repository/hawkbit-repository-test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-repository-test ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-repository-test ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-repository-test ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-repository-test ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-repository-test ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-repository-test:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-repository-test ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 23 source files with javac [debug deprecation release 17] to target/classes
[WARNING] No processor claimed any of these annotations: /org.junit.jupiter.api.AfterAll,/org.junit.jupiter.api.extension.ExtendWith,/org.springframework.test.context.TestPropertySource,/org.springframework.boot.autoconfigure.EnableAutoConfiguration,/org.junit.jupiter.api.BeforeEach,/org.springframework.context.annotation.Profile,/org.springframework.boot.context.properties.EnableConfigurationProperties,/org.springframework.context.annotation.Bean,/org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity,/org.springframework.context.annotation.Import,/org.junit.jupiter.api.BeforeAll,/org.junit.jupiter.api.AfterEach,/org.eclipse.hawkbit.repository.test.util.WithUser,/org.springframework.test.annotation.DirtiesContext,/org.springframework.test.context.TestExecutionListeners,/org.springframework.boot.test.context.SpringBootTest,/org.springframework.security.test.context.support.WithSecurityContext,/org.springframework.test.context.ContextConfiguration,/org.springframework.context.annotation.PropertySource,/org.springframework.test.context.ActiveProfiles,/org.springframework.context.annotation.Configuration,/org.springframework.beans.factory.annotation.Autowired,/org.springframework.cloud.bus.ConditionalOnBusEnabled
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-test/src/main/java/org/eclipse/hawkbit/repository/test/matcher/EventVerifier.java:[181,13] RemoteApplicationEvent(java.lang.Object,java.lang.String) in org.springframework.cloud.bus.event.RemoteApplicationEvent has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-test/src/main/java/org/eclipse/hawkbit/repository/test/TestConfiguration.java:[82,2] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-test/src/main/java/org/eclipse/hawkbit/repository/test/TestConfiguration.java:[82,2] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-test/src/main/java/org/eclipse/hawkbit/repository/test/TestConfiguration.java:[82,2] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-test/src/main/java/org/eclipse/hawkbit/repository/test/TestConfiguration.java:[82,2] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-test/src/main/java/org/eclipse/hawkbit/repository/test/TestConfiguration.java:[82,2] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-repository-test ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-repository-test ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-test/target/hawkbit-repository-test-0.5.0-javadoc.jar
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-repository-test ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-repository-test ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-repository-test ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-repository-test:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-repository-test ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 23 source files with javac [debug deprecation release 17] to target/classes
[WARNING] No processor claimed any of these annotations: /org.junit.jupiter.api.AfterAll,/org.junit.jupiter.api.extension.ExtendWith,/org.springframework.test.context.TestPropertySource,/org.springframework.boot.autoconfigure.EnableAutoConfiguration,/org.junit.jupiter.api.BeforeEach,/org.springframework.context.annotation.Profile,/org.springframework.boot.context.properties.EnableConfigurationProperties,/org.springframework.context.annotation.Bean,/org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity,/org.springframework.context.annotation.Import,/org.junit.jupiter.api.BeforeAll,/org.junit.jupiter.api.AfterEach,/org.eclipse.hawkbit.repository.test.util.WithUser,/org.springframework.test.annotation.DirtiesContext,/org.springframework.test.context.TestExecutionListeners,/org.springframework.boot.test.context.SpringBootTest,/org.springframework.security.test.context.support.WithSecurityContext,/org.springframework.test.context.ContextConfiguration,/org.springframework.context.annotation.PropertySource,/org.springframework.test.context.ActiveProfiles,/org.springframework.context.annotation.Configuration,/org.springframework.beans.factory.annotation.Autowired,/org.springframework.cloud.bus.ConditionalOnBusEnabled
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-test/src/main/java/org/eclipse/hawkbit/repository/test/matcher/EventVerifier.java:[181,13] RemoteApplicationEvent(java.lang.Object,java.lang.String) in org.springframework.cloud.bus.event.RemoteApplicationEvent has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-test/src/main/java/org/eclipse/hawkbit/repository/test/TestConfiguration.java:[82,2] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-test/src/main/java/org/eclipse/hawkbit/repository/test/TestConfiguration.java:[82,2] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-test/src/main/java/org/eclipse/hawkbit/repository/test/TestConfiguration.java:[82,2] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-test/src/main/java/org/eclipse/hawkbit/repository/test/TestConfiguration.java:[82,2] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-test/src/main/java/org/eclipse/hawkbit/repository/test/TestConfiguration.java:[82,2] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ hawkbit-repository-test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-test/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hawkbit-repository-test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-repository-test ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-test/target/jacoco.exec
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ hawkbit-repository-test ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ hawkbit-repository-test ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-test/target/hawkbit-repository-test-0.5.0.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-repository-test >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-repository-test ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-repository-test <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-repository-test ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-test/target/hawkbit-repository-test-0.5.0-sources.jar
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-repository-test ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-test/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-repository-test ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-repository-test ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-repository-test ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-test/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-repository-test/0.5.0/hawkbit-repository-test-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-test/target/hawkbit-repository-test-0.5.0.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-repository-test/0.5.0/hawkbit-repository-test-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-test/target/hawkbit-repository-test-0.5.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-repository-test/0.5.0/hawkbit-repository-test-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-test/target/hawkbit-repository-test-0.5.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-repository-test/0.5.0/hawkbit-repository-test-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-test/target/hawkbit-repository-test-0.5.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-repository-test/0.5.0/hawkbit-repository-test-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-test/target/hawkbit-repository-test-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-repository-test/0.5.0/hawkbit-repository-test-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-test/target/hawkbit-repository-test-0.5.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-repository-test/0.5.0/hawkbit-repository-test-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-test/target/hawkbit-repository-test-0.5.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-repository-test/0.5.0/hawkbit-repository-test-0.5.0-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-repository-test ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-test/target/hawkbit-repository-test-0.5.0.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-repository-test/0.5.0/hawkbit-repository-test-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-test/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-repository-test/0.5.0/hawkbit-repository-test-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-test/target/hawkbit-repository-test-0.5.0-javadoc.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-repository-test/0.5.0/hawkbit-repository-test-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-test/target/hawkbit-repository-test-0.5.0-sources.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-repository-test/0.5.0/hawkbit-repository-test-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-test/target/hawkbit-repository-test-0.5.0.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-repository-test/0.5.0/hawkbit-repository-test-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-test/target/hawkbit-repository-test-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-repository-test/0.5.0/hawkbit-repository-test-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-test/target/hawkbit-repository-test-0.5.0-javadoc.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-repository-test/0.5.0/hawkbit-repository-test-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-test/target/hawkbit-repository-test-0.5.0-sources.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-repository-test/0.5.0/hawkbit-repository-test-0.5.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------< org.eclipse.hawkbit:hawkbit-repository-jpa >-------------
[INFO] Building hawkBit :: Repository :: JPA Implementation 0.5.0        [9/38]
[INFO]   from hawkbit-repository/hawkbit-repository-jpa/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-repository-jpa ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-repository-jpa ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-repository-jpa ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- eclipselink:3.0.0:modelgen (modelgen) @ hawkbit-repository-jpa ---
[INFO] JPA modelgen: Found 175 source files for potential processing
[INFO] JPA modelgen: Output directory: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/target/generated-sources/apt
[INFO] 
[INFO] --- build-helper:3.4.0:add-source (add-source) @ hawkbit-repository-jpa ---
[INFO] Source directory: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/target/generated-sources/apt added.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-repository-jpa ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] Copying 164 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-repository-jpa ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-repository-jpa:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-repository-jpa ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 205 source files with javac [debug deprecation release 17] to target/classes
[WARNING] Cannot find annotation method 'when()' in type 'javax.annotation.Nonnull': class file for javax.annotation.Nonnull not found
[WARNING] unknown enum constant javax.annotation.meta.When.MAYBE
  reason: class file for javax.annotation.meta.When not found
[WARNING] No processor claimed any of these annotations: /org.springframework.scheduling.annotation.Async,/org.eclipse.hawkbit.repository.ValidString,/jakarta.persistence.Access,/org.eclipse.persistence.annotations.ObjectTypeConverter,/jakarta.validation.constraints.NotNull,/jakarta.persistence.PostRemove,/jakarta.persistence.Entity,/org.eclipse.persistence.annotations.CascadeOnDelete,/jakarta.persistence.MapKeyColumn,/org.springframework.data.annotation.LastModifiedDate,/jakarta.persistence.EntityListeners,/org.springframework.transaction.annotation.Transactional,/org.springframework.context.annotation.Bean,/jakarta.persistence.Column,/jakarta.persistence.Basic,/org.springframework.transaction.annotation.EnableTransactionManagement,/jakarta.persistence.JoinColumn,/org.springframework.context.annotation.Import,/org.springframework.data.repository.NoRepositoryBean,/org.eclipse.persistence.annotations.Multitenant,/jakarta.persistence.ManyToMany,/jakarta.persistence.PreRemove,/jakarta.persistence.Version,/org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean,/org.eclipse.persistence.annotations.ExistenceChecking,/jakarta.validation.constraints.Min,/jakarta.persistence.MappedSuperclass,/jakarta.persistence.Id,/jakarta.persistence.JoinColumns,/org.aspectj.lang.annotation.AfterThrowing,/org.springframework.boot.autoconfigure.condition.ConditionalOnProperty,/jakarta.persistence.Embeddable,/org.springframework.scheduling.annotation.EnableScheduling,/org.springframework.boot.autoconfigure.domain.EntityScan,/org.eclipse.persistence.annotations.Convert,/org.springframework.data.jpa.repository.Modifying,/jakarta.persistence.PrePersist,/org.springframework.lang.NonNull,/org.springframework.beans.factory.annotation.Autowired,/org.springframework.security.access.prepost.PreAuthorize,/org.springframework.scheduling.annotation.Scheduled,/org.springframework.data.annotation.CreatedBy,/jakarta.persistence.EmbeddedId,/org.springframework.data.jpa.repository.config.EnableJpaRepositories,/jakarta.persistence.GeneratedValue,/org.springframework.data.jpa.repository.Query,/jakarta.persistence.PreUpdate,/jakarta.persistence.JoinTable,/jakarta.persistence.NamedEntityGraphs,/org.springframework.boot.autoconfigure.AutoConfigureAfter,/jakarta.validation.constraints.Pattern,/jakarta.persistence.PostLoad,/org.springframework.stereotype.Service,/jakarta.validation.constraints.NotEmpty,/org.springframework.data.jpa.repository.config.EnableJpaAuditing,/jakarta.persistence.PostPersist,/jakarta.validation.constraints.Size,/jakarta.persistence.MapsId,/jakarta.persistence.OneToOne,/org.springframework.context.annotation.PropertySource,/org.springframework.context.annotation.Configuration,java.compiler/javax.annotation.processing.Generated,/jakarta.persistence.Transient,/org.springframework.cache.annotation.Cacheable,/org.springframework.context.annotation.EnableAspectJAutoProxy,/jakarta.persistence.metamodel.StaticMetamodel,/jakarta.persistence.OneToMany,/org.springframework.data.repository.query.Param,/org.springframework.retry.annotation.Retryable,/jakarta.persistence.Table,/jakarta.persistence.CollectionTable,/jakarta.validation.constraints.Max,/org.springframework.cache.annotation.CacheEvict,/jakarta.persistence.ManyToOne,/jakarta.persistence.ElementCollection,/org.springframework.validation.annotation.Validated,/jakarta.persistence.IdClass,/jakarta.persistence.NamedEntityGraph,/org.springframework.context.annotation.Profile,/org.aspectj.lang.annotation.Aspect,/org.eclipse.persistence.annotations.TenantDiscriminatorColumn,/org.springframework.lang.Nullable,/org.springframework.retry.annotation.EnableRetry,/org.springframework.data.jpa.repository.EntityGraph,/jakarta.persistence.PostUpdate,/org.springframework.data.annotation.CreatedDate,/jakarta.persistence.PrimaryKeyJoinColumn,/org.springframework.data.annotation.LastModifiedBy,/jakarta.transaction.Transactional
[WARNING] Cannot find annotation method 'when()' in type 'javax.annotation.Nonnull': class file for javax.annotation.Nonnull not found
[WARNING] unknown enum constant javax.annotation.meta.When.MAYBE
  reason: class file for javax.annotation.meta.When not found
[WARNING] Cannot find annotation method 'when()' in type 'javax.annotation.Nonnull': class file for javax.annotation.Nonnull not found
[WARNING] unknown enum constant javax.annotation.meta.When.MAYBE
  reason: class file for javax.annotation.meta.When not found
[WARNING] Cannot find annotation method 'when()' in type 'javax.annotation.Nonnull': class file for javax.annotation.Nonnull not found
[WARNING] unknown enum constant javax.annotation.meta.When.MAYBE
  reason: class file for javax.annotation.meta.When not found
[WARNING] Cannot find annotation method 'when()' in type 'javax.annotation.Nonnull': class file for javax.annotation.Nonnull not found
[WARNING] unknown enum constant javax.annotation.meta.When.MAYBE
  reason: class file for javax.annotation.meta.When not found
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/model/JpaAutoConfirmationStatus.java:[52,37] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/model/JpaAutoConfirmationStatus.java:[53,34] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/model/JpaAutoConfirmationStatus.java:[29,8] serializable class org.eclipse.hawkbit.repository.jpa.model.JpaAutoConfirmationStatus has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/rsql/ParseExceptionWrapper.java:[176,12] serializable class org.eclipse.hawkbit.repository.jpa.rsql.ParseExceptionWrapper.IllegalFieldAccessExeption has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/JpaManagementHelper.java:[110,43] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/management/OnlineDsAssignmentStrategy.java:[135,29] setAssignedDistributionSetAndUpdateStatus(org.eclipse.hawkbit.repository.model.TargetUpdateStatus,org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSet,java.lang.Long,java.lang.String,java.util.Collection<java.lang.Long>) in org.eclipse.hawkbit.repository.jpa.repository.TargetRepository has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/executor/AfterTransactionCommitDefaultServiceExecutor.java:[24,67] org.springframework.transaction.support.TransactionSynchronizationAdapter in org.springframework.transaction.support has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/executor/AfterTransactionCommitDefaultServiceExecutor.java:[24,67] org.springframework.transaction.support.TransactionSynchronizationAdapter in org.springframework.transaction.support has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/executor/AfterTransactionCommitDefaultServiceExecutor.java:[24,67] org.springframework.transaction.support.TransactionSynchronizationAdapter in org.springframework.transaction.support has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/executor/AfterTransactionCommitDefaultServiceExecutor.java:[24,67] org.springframework.transaction.support.TransactionSynchronizationAdapter in org.springframework.transaction.support has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/executor/AfterTransactionCommitDefaultServiceExecutor.java:[24,67] org.springframework.transaction.support.TransactionSynchronizationAdapter in org.springframework.transaction.support has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/DefaultRolloutApprovalStrategy.java:[72,29] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/builder/JpaDistributionSetCreate.java:[57,32] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/rollout/condition/EvaluatorNotConfiguredException.java:[16,8] serializable class org.eclipse.hawkbit.repository.jpa.rollout.condition.EvaluatorNotConfiguredException has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/management/JpaDeploymentManagement.java:[899,17] countMessagesByActionStatusId(long) in org.eclipse.hawkbit.repository.DeploymentManagement has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/management/OfflineDsAssignmentStrategy.java:[100,29] setAssignedAndInstalledDistributionSetAndUpdateStatus(org.eclipse.hawkbit.repository.model.TargetUpdateStatus,org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSet,java.lang.Long,java.lang.String,java.util.Collection<java.lang.Long>) in org.eclipse.hawkbit.repository.jpa.repository.TargetRepository has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/builder/JpaTargetCreate.java:[44,24] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/builder/JpaTargetCreate.java:[50,25] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/management/JpaRolloutManagement.java:[743,12] org.springframework.util.concurrent.ListenableFuture in org.springframework.util.concurrent has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/management/JpaRolloutManagement.java:[743,12] org.springframework.util.concurrent.ListenableFuture in org.springframework.util.concurrent has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/management/JpaRolloutManagement.java:[743,12] org.springframework.util.concurrent.ListenableFuture in org.springframework.util.concurrent has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/management/JpaRolloutManagement.java:[743,12] org.springframework.util.concurrent.ListenableFuture in org.springframework.util.concurrent has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/management/JpaRolloutManagement.java:[743,12] org.springframework.util.concurrent.ListenableFuture in org.springframework.util.concurrent has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/management/JpaRolloutManagement.java:[754,20] org.springframework.scheduling.annotation.AsyncResult in org.springframework.scheduling.annotation has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/rsql/JpaQueryRsqlVisitor.java:[441,28] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/rsql/JpaQueryRsqlVisitor.java:[460,28] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/JpaEntityFactory.java:[70,63] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/JpaEntityFactory.java:[75,54] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/management/JpaTenantConfigurationManagement.java:[133,98] unchecked cast
  required: java.lang.Class<T>
  found:    java.lang.Class<capture#1 of ? extends java.io.Serializable>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/utils/DeploymentHelper.java:[154,30] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/specifications/TargetSpecifications.java:[313,42] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to java.lang.Object for a varargs call
  cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-repository-jpa ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-repository-jpa ---
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] warning: unknown enum constant When.MAYBE
[WARNING] reason: class file for javax.annotation.meta.When not found
[WARNING] 1 warning
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/target/hawkbit-repository-jpa-0.5.0-javadoc.jar
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-repository-jpa ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- eclipselink:3.0.0:modelgen (modelgen) @ hawkbit-repository-jpa ---
[INFO] JPA modelgen: Found 175 source files for potential processing
[INFO] JPA modelgen: Output directory: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/target/generated-sources/apt
[INFO] 
[INFO] --- build-helper:3.4.0:add-source (add-source) @ hawkbit-repository-jpa ---
[INFO] Source directory: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/target/generated-sources/apt added.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-repository-jpa ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] Copying 164 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-repository-jpa ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-repository-jpa:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-repository-jpa ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 205 source files with javac [debug deprecation release 17] to target/classes
[WARNING] Cannot find annotation method 'when()' in type 'javax.annotation.Nonnull': class file for javax.annotation.Nonnull not found
[WARNING] unknown enum constant javax.annotation.meta.When.MAYBE
  reason: class file for javax.annotation.meta.When not found
[WARNING] No processor claimed any of these annotations: /org.springframework.scheduling.annotation.Async,/org.eclipse.hawkbit.repository.ValidString,/jakarta.persistence.Access,/org.eclipse.persistence.annotations.ObjectTypeConverter,/jakarta.validation.constraints.NotNull,/jakarta.persistence.PostRemove,/jakarta.persistence.Entity,/org.eclipse.persistence.annotations.CascadeOnDelete,/jakarta.persistence.MapKeyColumn,/org.springframework.data.annotation.LastModifiedDate,/jakarta.persistence.EntityListeners,/org.springframework.transaction.annotation.Transactional,/org.springframework.context.annotation.Bean,/jakarta.persistence.Column,/jakarta.persistence.Basic,/org.springframework.transaction.annotation.EnableTransactionManagement,/jakarta.persistence.JoinColumn,/org.springframework.context.annotation.Import,/org.springframework.data.repository.NoRepositoryBean,/org.eclipse.persistence.annotations.Multitenant,/jakarta.persistence.ManyToMany,/jakarta.persistence.PreRemove,/jakarta.persistence.Version,/org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean,/org.eclipse.persistence.annotations.ExistenceChecking,/jakarta.validation.constraints.Min,/jakarta.persistence.MappedSuperclass,/jakarta.persistence.Id,/jakarta.persistence.JoinColumns,/org.aspectj.lang.annotation.AfterThrowing,/org.springframework.boot.autoconfigure.condition.ConditionalOnProperty,/jakarta.persistence.Embeddable,/org.springframework.scheduling.annotation.EnableScheduling,/org.springframework.boot.autoconfigure.domain.EntityScan,/org.eclipse.persistence.annotations.Convert,/org.springframework.data.jpa.repository.Modifying,/jakarta.persistence.PrePersist,/org.springframework.lang.NonNull,/org.springframework.beans.factory.annotation.Autowired,/org.springframework.security.access.prepost.PreAuthorize,/org.springframework.scheduling.annotation.Scheduled,/org.springframework.data.annotation.CreatedBy,/jakarta.persistence.EmbeddedId,/org.springframework.data.jpa.repository.config.EnableJpaRepositories,/jakarta.persistence.GeneratedValue,/org.springframework.data.jpa.repository.Query,/jakarta.persistence.PreUpdate,/jakarta.persistence.JoinTable,/jakarta.persistence.NamedEntityGraphs,/org.springframework.boot.autoconfigure.AutoConfigureAfter,/jakarta.validation.constraints.Pattern,/jakarta.persistence.PostLoad,/org.springframework.stereotype.Service,/jakarta.validation.constraints.NotEmpty,/org.springframework.data.jpa.repository.config.EnableJpaAuditing,/jakarta.persistence.PostPersist,/jakarta.validation.constraints.Size,/jakarta.persistence.MapsId,/jakarta.persistence.OneToOne,/org.springframework.context.annotation.PropertySource,/org.springframework.context.annotation.Configuration,java.compiler/javax.annotation.processing.Generated,/jakarta.persistence.Transient,/org.springframework.cache.annotation.Cacheable,/org.springframework.context.annotation.EnableAspectJAutoProxy,/jakarta.persistence.metamodel.StaticMetamodel,/jakarta.persistence.OneToMany,/org.springframework.data.repository.query.Param,/org.springframework.retry.annotation.Retryable,/jakarta.persistence.Table,/jakarta.persistence.CollectionTable,/jakarta.validation.constraints.Max,/org.springframework.cache.annotation.CacheEvict,/jakarta.persistence.ManyToOne,/jakarta.persistence.ElementCollection,/org.springframework.validation.annotation.Validated,/jakarta.persistence.IdClass,/jakarta.persistence.NamedEntityGraph,/org.springframework.context.annotation.Profile,/org.aspectj.lang.annotation.Aspect,/org.eclipse.persistence.annotations.TenantDiscriminatorColumn,/org.springframework.lang.Nullable,/org.springframework.retry.annotation.EnableRetry,/org.springframework.data.jpa.repository.EntityGraph,/jakarta.persistence.PostUpdate,/org.springframework.data.annotation.CreatedDate,/jakarta.persistence.PrimaryKeyJoinColumn,/org.springframework.data.annotation.LastModifiedBy,/jakarta.transaction.Transactional
[WARNING] Cannot find annotation method 'when()' in type 'javax.annotation.Nonnull': class file for javax.annotation.Nonnull not found
[WARNING] unknown enum constant javax.annotation.meta.When.MAYBE
  reason: class file for javax.annotation.meta.When not found
[WARNING] Cannot find annotation method 'when()' in type 'javax.annotation.Nonnull': class file for javax.annotation.Nonnull not found
[WARNING] unknown enum constant javax.annotation.meta.When.MAYBE
  reason: class file for javax.annotation.meta.When not found
[WARNING] Cannot find annotation method 'when()' in type 'javax.annotation.Nonnull': class file for javax.annotation.Nonnull not found
[WARNING] unknown enum constant javax.annotation.meta.When.MAYBE
  reason: class file for javax.annotation.meta.When not found
[WARNING] Cannot find annotation method 'when()' in type 'javax.annotation.Nonnull': class file for javax.annotation.Nonnull not found
[WARNING] unknown enum constant javax.annotation.meta.When.MAYBE
  reason: class file for javax.annotation.meta.When not found
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/model/JpaAutoConfirmationStatus.java:[52,37] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/model/JpaAutoConfirmationStatus.java:[53,34] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/model/JpaAutoConfirmationStatus.java:[29,8] serializable class org.eclipse.hawkbit.repository.jpa.model.JpaAutoConfirmationStatus has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/rsql/ParseExceptionWrapper.java:[176,12] serializable class org.eclipse.hawkbit.repository.jpa.rsql.ParseExceptionWrapper.IllegalFieldAccessExeption has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/JpaManagementHelper.java:[110,43] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/management/OnlineDsAssignmentStrategy.java:[135,29] setAssignedDistributionSetAndUpdateStatus(org.eclipse.hawkbit.repository.model.TargetUpdateStatus,org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSet,java.lang.Long,java.lang.String,java.util.Collection<java.lang.Long>) in org.eclipse.hawkbit.repository.jpa.repository.TargetRepository has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/executor/AfterTransactionCommitDefaultServiceExecutor.java:[24,67] org.springframework.transaction.support.TransactionSynchronizationAdapter in org.springframework.transaction.support has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/executor/AfterTransactionCommitDefaultServiceExecutor.java:[24,67] org.springframework.transaction.support.TransactionSynchronizationAdapter in org.springframework.transaction.support has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/executor/AfterTransactionCommitDefaultServiceExecutor.java:[24,67] org.springframework.transaction.support.TransactionSynchronizationAdapter in org.springframework.transaction.support has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/executor/AfterTransactionCommitDefaultServiceExecutor.java:[24,67] org.springframework.transaction.support.TransactionSynchronizationAdapter in org.springframework.transaction.support has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/executor/AfterTransactionCommitDefaultServiceExecutor.java:[24,67] org.springframework.transaction.support.TransactionSynchronizationAdapter in org.springframework.transaction.support has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/DefaultRolloutApprovalStrategy.java:[72,29] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/builder/JpaDistributionSetCreate.java:[57,32] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/rollout/condition/EvaluatorNotConfiguredException.java:[16,8] serializable class org.eclipse.hawkbit.repository.jpa.rollout.condition.EvaluatorNotConfiguredException has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/management/JpaDeploymentManagement.java:[899,17] countMessagesByActionStatusId(long) in org.eclipse.hawkbit.repository.DeploymentManagement has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/management/OfflineDsAssignmentStrategy.java:[100,29] setAssignedAndInstalledDistributionSetAndUpdateStatus(org.eclipse.hawkbit.repository.model.TargetUpdateStatus,org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSet,java.lang.Long,java.lang.String,java.util.Collection<java.lang.Long>) in org.eclipse.hawkbit.repository.jpa.repository.TargetRepository has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/builder/JpaTargetCreate.java:[44,24] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/builder/JpaTargetCreate.java:[50,25] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/management/JpaRolloutManagement.java:[743,12] org.springframework.util.concurrent.ListenableFuture in org.springframework.util.concurrent has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/management/JpaRolloutManagement.java:[743,12] org.springframework.util.concurrent.ListenableFuture in org.springframework.util.concurrent has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/management/JpaRolloutManagement.java:[743,12] org.springframework.util.concurrent.ListenableFuture in org.springframework.util.concurrent has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/management/JpaRolloutManagement.java:[743,12] org.springframework.util.concurrent.ListenableFuture in org.springframework.util.concurrent has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/management/JpaRolloutManagement.java:[743,12] org.springframework.util.concurrent.ListenableFuture in org.springframework.util.concurrent has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/management/JpaRolloutManagement.java:[754,20] org.springframework.scheduling.annotation.AsyncResult in org.springframework.scheduling.annotation has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/rsql/JpaQueryRsqlVisitor.java:[441,28] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/rsql/JpaQueryRsqlVisitor.java:[460,28] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/JpaEntityFactory.java:[70,63] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/JpaEntityFactory.java:[75,54] trimWhitespace(java.lang.String) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/management/JpaTenantConfigurationManagement.java:[133,98] unchecked cast
  required: java.lang.Class<T>
  found:    java.lang.Class<capture#1 of ? extends java.io.Serializable>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/utils/DeploymentHelper.java:[154,30] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/specifications/TargetSpecifications.java:[313,42] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to java.lang.Object for a varargs call
  cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[INFO] 
[INFO] --- eclipselink:3.0.0:weave (default) @ hawkbit-repository-jpa ---
[INFO] Only entities from base packages 'org.eclipse.hawkbit.repository.jpa.model' will be included in persistence.xml
[INFO] Entities found : 30
[INFO] persistence.xml location: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/target/classes/META-INF/persistence.xml
[INFO] Source classes dir: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/target/classes
[INFO] Target classes dir: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/target/classes
[EL Warning]: metadata: 2024-03-22 09:14:38.116--ServerSession(891904094)--Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.AbstractJpaBaseEntity]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.12--ServerSession(891904094)--Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.AbstractJpaBaseEntity]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.121--ServerSession(891904094)--Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.AbstractJpaBaseEntity]. To avoid this warning you should mark the attribute [field createdAt] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.121--ServerSession(891904094)--Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.AbstractJpaBaseEntity]. To avoid this warning you should mark the attribute [field createdBy] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.124--ServerSession(891904094)--Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaArtifact]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.125--ServerSession(891904094)--Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaArtifact]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.125--ServerSession(891904094)--Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaArtifact]. To avoid this warning you should mark the attribute [field createdAt] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.125--ServerSession(891904094)--Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaArtifact]. To avoid this warning you should mark the attribute [field createdBy] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.132--ServerSession(891904094)--Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaAction]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.132--ServerSession(891904094)--Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaAction]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.133--ServerSession(891904094)--Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaAction]. To avoid this warning you should mark the attribute [field createdAt] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.133--ServerSession(891904094)--Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaAction]. To avoid this warning you should mark the attribute [field createdBy] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.138--ServerSession(891904094)--Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaRolloutGroup]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.138--ServerSession(891904094)--Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaRolloutGroup]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.138--ServerSession(891904094)--Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaRolloutGroup]. To avoid this warning you should mark the attribute [field createdAt] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.139--ServerSession(891904094)--Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaRolloutGroup]. To avoid this warning you should mark the attribute [field createdBy] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.144--ServerSession(891904094)--Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTarget]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.144--ServerSession(891904094)--Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTarget]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.144--ServerSession(891904094)--Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTarget]. To avoid this warning you should mark the attribute [field createdAt] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.144--ServerSession(891904094)--Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTarget]. To avoid this warning you should mark the attribute [field createdBy] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.145--ServerSession(891904094)--Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTargetTag]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.145--ServerSession(891904094)--Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTargetTag]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.145--ServerSession(891904094)--Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTargetTag]. To avoid this warning you should mark the attribute [field createdAt] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.145--ServerSession(891904094)--Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTargetTag]. To avoid this warning you should mark the attribute [field createdBy] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.147--ServerSession(891904094)--Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaRollout]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.148--ServerSession(891904094)--Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaRollout]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.148--ServerSession(891904094)--Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaRollout]. To avoid this warning you should mark the attribute [field createdAt] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.148--ServerSession(891904094)--Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaRollout]. To avoid this warning you should mark the attribute [field createdBy] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.148--ServerSession(891904094)--Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTenantConfiguration]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.149--ServerSession(891904094)--Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTenantConfiguration]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.149--ServerSession(891904094)--Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTenantConfiguration]. To avoid this warning you should mark the attribute [field createdAt] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.149--ServerSession(891904094)--Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTenantConfiguration]. To avoid this warning you should mark the attribute [field createdBy] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.15--ServerSession(891904094)--Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaAutoConfirmationStatus]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.15--ServerSession(891904094)--Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaAutoConfirmationStatus]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.15--ServerSession(891904094)--Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaAutoConfirmationStatus]. To avoid this warning you should mark the attribute [field createdAt] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.15--ServerSession(891904094)--Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaAutoConfirmationStatus]. To avoid this warning you should mark the attribute [field createdBy] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.152--ServerSession(891904094)--Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaActionStatus]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.152--ServerSession(891904094)--Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaActionStatus]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.152--ServerSession(891904094)--Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaActionStatus]. To avoid this warning you should mark the attribute [field createdAt] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.152--ServerSession(891904094)--Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaActionStatus]. To avoid this warning you should mark the attribute [field createdBy] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.153--ServerSession(891904094)--Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTenantMetaData]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.153--ServerSession(891904094)--Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTenantMetaData]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.153--ServerSession(891904094)--Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTenantMetaData]. To avoid this warning you should mark the attribute [field createdAt] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.153--ServerSession(891904094)--Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTenantMetaData]. To avoid this warning you should mark the attribute [field createdBy] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.154--ServerSession(891904094)--Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetType]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.155--ServerSession(891904094)--Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetType]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.155--ServerSession(891904094)--Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetType]. To avoid this warning you should mark the attribute [field createdAt] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.155--ServerSession(891904094)--Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetType]. To avoid this warning you should mark the attribute [field createdBy] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.156--ServerSession(891904094)--Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTargetFilterQuery]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.156--ServerSession(891904094)--Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTargetFilterQuery]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.156--ServerSession(891904094)--Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTargetFilterQuery]. To avoid this warning you should mark the attribute [field createdAt] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.156--ServerSession(891904094)--Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTargetFilterQuery]. To avoid this warning you should mark the attribute [field createdBy] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.157--ServerSession(891904094)--Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModuleType]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.157--ServerSession(891904094)--Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModuleType]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.157--ServerSession(891904094)--Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModuleType]. To avoid this warning you should mark the attribute [field createdAt] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.157--ServerSession(891904094)--Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModuleType]. To avoid this warning you should mark the attribute [field createdBy] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.158--ServerSession(891904094)--Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetTag]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.158--ServerSession(891904094)--Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetTag]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.158--ServerSession(891904094)--Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetTag]. To avoid this warning you should mark the attribute [field createdAt] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.158--ServerSession(891904094)--Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetTag]. To avoid this warning you should mark the attribute [field createdBy] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.159--ServerSession(891904094)--Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModule]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.159--ServerSession(891904094)--Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModule]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.16--ServerSession(891904094)--Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModule]. To avoid this warning you should mark the attribute [field createdAt] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.16--ServerSession(891904094)--Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModule]. To avoid this warning you should mark the attribute [field createdBy] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.161--ServerSession(891904094)--Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSet]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.162--ServerSession(891904094)--Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSet]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.162--ServerSession(891904094)--Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSet]. To avoid this warning you should mark the attribute [field createdAt] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.162--ServerSession(891904094)--Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSet]. To avoid this warning you should mark the attribute [field createdBy] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.163--ServerSession(891904094)--Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTargetType]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.163--ServerSession(891904094)--Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTargetType]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.163--ServerSession(891904094)--Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTargetType]. To avoid this warning you should mark the attribute [field createdAt] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.163--ServerSession(891904094)--Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTargetType]. To avoid this warning you should mark the attribute [field createdBy] as transient.
[EL Warning]: metadata: 2024-03-22 09:14:38.176--ServerSession(891904094)--The tenant discriminator context property for the tenant discriminator column [sp_artifact.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024-03-22 09:14:38.178--ServerSession(891904094)--The tenant discriminator context property for the tenant discriminator column [sp_action.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024-03-22 09:14:38.187--ServerSession(891904094)--The tenant discriminator context property for the tenant discriminator column [sp_rolloutgroup.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024-03-22 09:14:38.215--ServerSession(891904094)--The tenant discriminator context property for the tenant discriminator column [sp_target.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024-03-22 09:14:38.216--ServerSession(891904094)--The tenant discriminator context property for the tenant discriminator column [sp_target_tag.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024-03-22 09:14:38.216--ServerSession(891904094)--The tenant discriminator context property for the tenant discriminator column [sp_rollout.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024-03-22 09:14:38.217--ServerSession(891904094)--The tenant discriminator context property for the tenant discriminator column [sp_tenant_configuration.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024-03-22 09:14:38.218--ServerSession(891904094)--The tenant discriminator context property for the tenant discriminator column [sp_target_conf_status.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024-03-22 09:14:38.219--ServerSession(891904094)--The tenant discriminator context property for the tenant discriminator column [sp_action_status.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024-03-22 09:14:38.22--ServerSession(891904094)--The tenant discriminator context property for the tenant discriminator column [sp_distribution_set_type.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024-03-22 09:14:38.221--ServerSession(891904094)--The tenant discriminator context property for the tenant discriminator column [sp_target_filter_query.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024-03-22 09:14:38.221--ServerSession(891904094)--The tenant discriminator context property for the tenant discriminator column [sp_software_module_type.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024-03-22 09:14:38.222--ServerSession(891904094)--The tenant discriminator context property for the tenant discriminator column [sp_distributionset_tag.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024-03-22 09:14:38.222--ServerSession(891904094)--The tenant discriminator context property for the tenant discriminator column [sp_base_software_module.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024-03-22 09:14:38.223--ServerSession(891904094)--The tenant discriminator context property for the tenant discriminator column [sp_distribution_set.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024-03-22 09:14:38.223--ServerSession(891904094)--The tenant discriminator context property for the tenant discriminator column [sp_target_type.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
[INFO] Eclipselink weaving completed
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ hawkbit-repository-jpa ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hawkbit-repository-jpa ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 68 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] No processor claimed any of these annotations: /org.springframework.context.annotation.Primary,/org.junit.jupiter.api.extension.ExtendWith,/org.springframework.data.repository.query.Param,/io.qameta.allure.Story,/org.springframework.test.context.TestPropertySource,/org.mockito.Mock,/jakarta.persistence.PersistenceContext,/io.qameta.allure.Description,/org.eclipse.hawkbit.repository.test.matcher.ExpectEvents,/org.junit.jupiter.api.BeforeEach,/org.springframework.transaction.annotation.Transactional,/io.qameta.allure.Feature,/org.mockito.Spy,/org.springframework.context.annotation.Bean,/org.junit.jupiter.params.provider.ValueSource,/org.junit.jupiter.api.Test,/org.springframework.boot.test.mock.mockito.MockBean,/org.springframework.context.annotation.Import,/org.junit.jupiter.api.AfterEach,/org.springframework.test.context.TestExecutionListeners,/org.springframework.test.annotation.DirtiesContext,/org.eclipse.hawkbit.repository.test.util.WithUser,/org.springframework.boot.test.context.SpringBootTest,/org.springframework.test.context.ContextConfiguration,/org.springframework.context.event.EventListener,/org.springframework.test.context.ActiveProfiles,/org.springframework.context.annotation.Configuration,/org.junit.jupiter.params.provider.MethodSource,/org.springframework.beans.factory.annotation.Autowired,/org.junit.jupiter.params.ParameterizedTest,/io.qameta.allure.Step
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/AbstractJpaIntegrationTest.java:[220,49] unchecked cast
  required: T[]
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/VirtualPropertyResolverTest.java:[55,13] org.apache.commons.lang3.text.StrSubstitutor in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/VirtualPropertyResolverTest.java:[55,13] org.apache.commons.lang3.text.StrSubstitutor in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/VirtualPropertyResolverTest.java:[55,13] org.apache.commons.lang3.text.StrSubstitutor in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/VirtualPropertyResolverTest.java:[55,13] org.apache.commons.lang3.text.StrSubstitutor in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/VirtualPropertyResolverTest.java:[55,13] org.apache.commons.lang3.text.StrSubstitutor in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/VirtualPropertyResolverTest.java:[82,27] org.apache.commons.lang3.text.StrSubstitutor in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/VirtualPropertyResolverTest.java:[82,61] org.apache.commons.lang3.text.StrSubstitutor in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/VirtualPropertyResolverTest.java:[83,17] org.apache.commons.lang3.text.StrSubstitutor in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/VirtualPropertyResolverTest.java:[83,48] org.apache.commons.lang3.text.StrSubstitutor in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/VirtualPropertyResolverTest.java:[112,44] org.apache.commons.lang3.text.StrSubstitutor in org.apache.commons.lang3.text has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[104,13] found raw type: jakarta.persistence.metamodel.Attribute
  missing type arguments for generic class jakarta.persistence.metamodel.Attribute<X,Y>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[192,66] unchecked method invocation: method thenReturn in interface org.mockito.stubbing.OngoingStubbing is applied to given types
  required: T
  found:    java.lang.Class
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[192,67] unchecked conversion
  required: T
  found:    java.lang.Class
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[271,66] unchecked method invocation: method thenReturn in interface org.mockito.stubbing.OngoingStubbing is applied to given types
  required: T
  found:    java.lang.Class
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[271,67] unchecked conversion
  required: T
  found:    java.lang.Class
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[274,38] unchecked method invocation: method like in interface jakarta.persistence.criteria.CriteriaBuilder is applied to given types
  required: jakarta.persistence.criteria.Expression<java.lang.String>,java.lang.String,char
  found:    jakarta.persistence.criteria.Expression,java.lang.String,char
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[274,42] unchecked conversion
  required: jakarta.persistence.criteria.Expression<java.lang.String>
  found:    jakarta.persistence.criteria.Expression
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[291,66] unchecked method invocation: method thenReturn in interface org.mockito.stubbing.OngoingStubbing is applied to given types
  required: T
  found:    java.lang.Class
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[291,67] unchecked conversion
  required: T
  found:    java.lang.Class
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[294,41] unchecked method invocation: method notLike in interface jakarta.persistence.criteria.CriteriaBuilder is applied to given types
  required: jakarta.persistence.criteria.Expression<java.lang.String>,java.lang.String,char
  found:    jakarta.persistence.criteria.Expression,java.lang.String,char
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[294,45] unchecked conversion
  required: jakarta.persistence.criteria.Expression<java.lang.String>
  found:    jakarta.persistence.criteria.Expression
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[316,66] unchecked method invocation: method thenReturn in interface org.mockito.stubbing.OngoingStubbing is applied to given types
  required: T
  found:    java.lang.Class
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[316,67] unchecked conversion
  required: T
  found:    java.lang.Class
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[318,15] found raw type: jakarta.persistence.criteria.Path
  missing type arguments for generic class jakarta.persistence.criteria.Path<X>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[320,59] unchecked method invocation: method thenReturn in interface org.mockito.stubbing.OngoingStubbing is applied to given types
  required: T
  found:    jakarta.persistence.criteria.Path
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[320,60] unchecked conversion
  required: T
  found:    jakarta.persistence.criteria.Path
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[342,66] unchecked method invocation: method thenReturn in interface org.mockito.stubbing.OngoingStubbing is applied to given types
  required: T
  found:    java.lang.Class
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[342,67] unchecked conversion
  required: T
  found:    java.lang.Class
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[343,38] unchecked method invocation: method like in interface jakarta.persistence.criteria.CriteriaBuilder is applied to given types
  required: jakarta.persistence.criteria.Expression<java.lang.String>,java.lang.String,char
  found:    jakarta.persistence.criteria.Expression,java.lang.String,char
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[343,42] unchecked conversion
  required: jakarta.persistence.criteria.Expression<java.lang.String>
  found:    jakarta.persistence.criteria.Expression
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[344,63] unchecked method invocation: method greaterThanOrEqualTo in interface jakarta.persistence.criteria.CriteriaBuilder is applied to given types
  required: jakarta.persistence.criteria.Expression<? extends Y>,Y
  found:    jakarta.persistence.criteria.Expression,java.lang.String
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[344,67] unchecked conversion
  required: jakarta.persistence.criteria.Expression<? extends Y>
  found:    jakarta.persistence.criteria.Expression
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[363,66] unchecked method invocation: method thenReturn in interface org.mockito.stubbing.OngoingStubbing is applied to given types
  required: T
  found:    java.lang.Class
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[363,67] unchecked conversion
  required: T
  found:    java.lang.Class
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[366,38] unchecked method invocation: method like in interface jakarta.persistence.criteria.CriteriaBuilder is applied to given types
  required: jakarta.persistence.criteria.Expression<java.lang.String>,java.lang.String,char
  found:    jakarta.persistence.criteria.Expression,java.lang.String,char
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[366,42] unchecked conversion
  required: jakarta.persistence.criteria.Expression<java.lang.String>
  found:    jakarta.persistence.criteria.Expression
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[367,63] unchecked method invocation: method greaterThanOrEqualTo in interface jakarta.persistence.criteria.CriteriaBuilder is applied to given types
  required: jakarta.persistence.criteria.Expression<? extends Y>,Y
  found:    jakarta.persistence.criteria.Expression,java.lang.String
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[367,67] unchecked conversion
  required: jakarta.persistence.criteria.Expression<? extends Y>
  found:    jakarta.persistence.criteria.Expression
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[385,66] unchecked method invocation: method thenReturn in interface org.mockito.stubbing.OngoingStubbing is applied to given types
  required: T
  found:    java.lang.Class
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[385,67] unchecked conversion
  required: T
  found:    java.lang.Class
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[386,42] unchecked method invocation: method lessThan in interface jakarta.persistence.criteria.CriteriaBuilder is applied to given types
  required: jakarta.persistence.criteria.Expression<? extends Y>,Y
  found:    jakarta.persistence.criteria.Expression,java.lang.String
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[386,46] unchecked conversion
  required: jakarta.persistence.criteria.Expression<? extends Y>
  found:    jakarta.persistence.criteria.Expression
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[387,63] unchecked method invocation: method greaterThanOrEqualTo in interface jakarta.persistence.criteria.CriteriaBuilder is applied to given types
  required: jakarta.persistence.criteria.Expression<? extends Y>,Y
  found:    jakarta.persistence.criteria.Expression,java.lang.String
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[387,67] unchecked conversion
  required: jakarta.persistence.criteria.Expression<? extends Y>
  found:    jakarta.persistence.criteria.Expression
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[403,66] unchecked method invocation: method thenReturn in interface org.mockito.stubbing.OngoingStubbing is applied to given types
  required: T
  found:    java.lang.Class
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[403,67] unchecked conversion
  required: T
  found:    java.lang.Class
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[420,66] unchecked method invocation: method thenReturn in interface org.mockito.stubbing.OngoingStubbing is applied to given types
  required: T
  found:    java.lang.Class
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[420,67] unchecked conversion
  required: T
  found:    java.lang.Class
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[441,66] unchecked method invocation: method thenReturn in interface org.mockito.stubbing.OngoingStubbing is applied to given types
  required: T
  found:    java.lang.Class
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[441,67] unchecked conversion
  required: T
  found:    java.lang.Class
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[444,38] unchecked method invocation: method like in interface jakarta.persistence.criteria.CriteriaBuilder is applied to given types
  required: jakarta.persistence.criteria.Expression<java.lang.String>,java.lang.String,char
  found:    jakarta.persistence.criteria.Expression,java.lang.String,char
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[444,42] unchecked conversion
  required: jakarta.persistence.criteria.Expression<java.lang.String>
  found:    jakarta.persistence.criteria.Expression
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[445,60] unchecked method invocation: method lessThanOrEqualTo in interface jakarta.persistence.criteria.CriteriaBuilder is applied to given types
  required: jakarta.persistence.criteria.Expression<? extends Y>,Y
  found:    jakarta.persistence.criteria.Expression,java.lang.String
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[445,64] unchecked conversion
  required: jakarta.persistence.criteria.Expression<? extends Y>
  found:    jakarta.persistence.criteria.Expression
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[469,66] unchecked method invocation: method thenReturn in interface org.mockito.stubbing.OngoingStubbing is applied to given types
  required: T
  found:    java.lang.Class
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[469,67] unchecked conversion
  required: T
  found:    java.lang.Class
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[471,60] unchecked method invocation: method lessThanOrEqualTo in interface jakarta.persistence.criteria.CriteriaBuilder is applied to given types
  required: jakarta.persistence.criteria.Expression<? extends Y>,Y
  found:    jakarta.persistence.criteria.Expression,java.lang.String
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/rsql/RSQLUtilityTest.java:[471,64] unchecked conversion
  required: jakarta.persistence.criteria.Expression<? extends Y>
  found:    jakarta.persistence.criteria.Expression
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/event/RepositoryEntityEventTest.java:[240,32] unchecked cast
  required: T
  found:    org.eclipse.hawkbit.repository.event.TenantAwareEvent
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/management/TargetManagementSearchTest.java:[489,23] Varargs method could cause heap pollution from non-reifiable varargs parameter targets
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/autoassign/AutoAssignCheckerTest.java:[109,44] unchecked method invocation: method runAsTenantAsUser in interface org.eclipse.hawkbit.tenancy.TenantAware is applied to given types
  required: java.lang.String,java.lang.String,org.eclipse.hawkbit.tenancy.TenantAware.TenantRunner<T>
  found:    java.lang.String,java.lang.String,org.eclipse.hawkbit.tenancy.TenantAware.TenantRunner
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/autoassign/AutoAssignCheckerTest.java:[109,86] unchecked conversion
  required: org.eclipse.hawkbit.tenancy.TenantAware.TenantRunner<T>
  found:    org.eclipse.hawkbit.tenancy.TenantAware.TenantRunner
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/specifications/SpecificationsBuilderTest.java:[58,15] found raw type: jakarta.persistence.criteria.Path
  missing type arguments for generic class jakarta.persistence.criteria.Path<X>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/specifications/SpecificationsBuilderTest.java:[60,51] unchecked conversion
  required: jakarta.persistence.criteria.CriteriaQuery<java.lang.Object[]>
  found:    jakarta.persistence.criteria.CriteriaQuery
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/specifications/SpecificationsBuilderTest.java:[61,39] unchecked conversion
  required: jakarta.persistence.criteria.Root<java.lang.Object>
  found:    jakarta.persistence.criteria.Root
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/specifications/SpecificationsBuilderTest.java:[64,44] unchecked method invocation: method thenReturn in interface org.mockito.stubbing.OngoingStubbing is applied to given types
  required: T
  found:    jakarta.persistence.criteria.Path
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/specifications/SpecificationsBuilderTest.java:[64,45] unchecked conversion
  required: T
  found:    jakarta.persistence.criteria.Path
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/specifications/SpecificationsBuilderTest.java:[87,15] found raw type: jakarta.persistence.criteria.Path
  missing type arguments for generic class jakarta.persistence.criteria.Path<X>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/specifications/SpecificationsBuilderTest.java:[88,15] found raw type: jakarta.persistence.criteria.Path
  missing type arguments for generic class jakarta.persistence.criteria.Path<X>
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/specifications/SpecificationsBuilderTest.java:[92,51] unchecked conversion
  required: jakarta.persistence.criteria.CriteriaQuery<java.lang.Object[]>
  found:    jakarta.persistence.criteria.CriteriaQuery
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/specifications/SpecificationsBuilderTest.java:[93,39] unchecked conversion
  required: jakarta.persistence.criteria.Root<java.lang.Object>
  found:    jakarta.persistence.criteria.Root
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/specifications/SpecificationsBuilderTest.java:[98,44] unchecked method invocation: method thenReturn in interface org.mockito.stubbing.OngoingStubbing is applied to given types
  required: T
  found:    jakarta.persistence.criteria.Path
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/specifications/SpecificationsBuilderTest.java:[98,45] unchecked conversion
  required: T
  found:    jakarta.persistence.criteria.Path
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/specifications/SpecificationsBuilderTest.java:[99,44] unchecked method invocation: method thenReturn in interface org.mockito.stubbing.OngoingStubbing is applied to given types
  required: T
  found:    jakarta.persistence.criteria.Path
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/specifications/SpecificationsBuilderTest.java:[99,45] unchecked conversion
  required: T
  found:    jakarta.persistence.criteria.Path
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/management/DeploymentManagementTest.java:[1155,57] unchecked conversion
  required: java.util.Collection<org.eclipse.hawkbit.repository.jpa.model.JpaTarget>
  found:    java.util.Collection
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/management/DeploymentManagementTest.java:[1156,60] unchecked conversion
  required: java.util.Collection<org.eclipse.hawkbit.repository.jpa.model.JpaTarget>
  found:    java.util.Collection
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/event/remote/RemoteIdEventTest.java:[110,42] isEqualToIgnoringGivenFields(java.lang.Object,java.lang.String...) in org.assertj.core.api.AbstractObjectAssert has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/management/ControllerManagementTest.java:[505,31] org.apache.commons.lang3.RandomUtils in org.apache.commons.lang3 has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/management/DistributionSetTagManagementTest.java:[308,23] Varargs method could cause heap pollution from non-reifiable varargs parameter targets
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/management/SoftwareModuleManagementTest.java:[385,31] org.apache.commons.lang3.RandomUtils in org.apache.commons.lang3 has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/management/SoftwareModuleManagementTest.java:[431,31] org.apache.commons.lang3.RandomUtils in org.apache.commons.lang3 has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/management/TargetTagManagementTest.java:[206,23] Varargs method could cause heap pollution from non-reifiable varargs parameter targets
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/event/remote/RemoteTenantAwareEventTest.java:[157,37] isEqualToComparingFieldByField(java.lang.Object) in org.assertj.core.api.AbstractObjectAssert has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/event/remote/RemoteTenantAwareEventTest.java:[165,37] isEqualToComparingFieldByField(java.lang.Object) in org.assertj.core.api.AbstractObjectAssert has been deprecated
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-repository-jpa ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/target/jacoco.exec
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ hawkbit-repository-jpa ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hawkbit.repository.jpa.acm.controller.DistributionSetAccessControllerTest
09:14:48.256 [main] INFO org.eclipse.hawkbit.repository.test.util.SharedSqlTestDatabaseExtension -- Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:14:49,574  INFO main o.e.h.r.j.a.c.DistributionSetAccessControllerTest:50 - Starting DistributionSetAccessControllerTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:14:49,616  INFO main o.e.h.r.j.a.c.DistributionSetAccessControllerTest:660 - The following 1 profile is active: "test"
2024-03-22 09:14:51,330  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:14:51,629  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 287 ms. Found 20 JPA repository interfaces.
2024-03-22 09:14:52,287  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:14:52,303  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:14:52,670  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=e17d989c-6c1a-3d1e-a198-eabd2af37d1e
2024-03-22 09:14:52,887  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:14:52,895  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:14:52,897  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:14:52,898  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:14:52,899  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:14:52,908  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:14:52,932  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:14:52,934  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:14:52,936  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:14:52,952  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:14:52,954  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:14:52,956  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:14:52,985  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:14:52,992  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:14:52,996  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:14:53,352  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'abstractAccessControllerTest.AccessControlTestConfig' of type [org.eclipse.hawkbit.repository.jpa.acm.controller.AbstractAccessControllerTest$AccessControlTestConfig] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [entityManagerBeanPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:14:53,356  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'accessControlTestManger' of type [org.eclipse.hawkbit.repository.jpa.acm.controller.TestAccessControlManger] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [entityManagerBeanPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:14:53,362  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'distributionSetAccessController' of type [org.eclipse.hawkbit.repository.jpa.acm.controller.AbstractAccessControllerTest$AccessControlTestConfig$3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [entityManagerBeanPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:14:53,371  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'targetTypeAccessController' of type [org.eclipse.hawkbit.repository.jpa.acm.controller.AbstractAccessControllerTest$AccessControlTestConfig$2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [entityManagerBeanPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:14:53,379  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'targetAccessController' of type [org.eclipse.hawkbit.repository.jpa.acm.controller.AbstractAccessControllerTest$AccessControlTestConfig$1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [entityManagerBeanPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:14:53,648  INFO main c.z.h.HikariDataSource:110 - HikariPool-1 - Starting...
2024-03-22 09:14:54,231  INFO main c.z.h.p.HikariPool:565 - HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:14:54,235  INFO main c.z.h.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-03-22 09:14:54,387  INFO main o.f.c.i.l.VersionPrinter:37 - Flyway Community Edition 9.22.3 by Redgate
2024-03-22 09:14:54,388  INFO main o.f.c.i.l.VersionPrinter:37 - See release notes here: https://rd.gt/416ObMi
2024-03-22 09:14:54,388  INFO main o.f.c.i.l.VersionPrinter:37 - 
2024-03-22 09:14:54,516  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:14:54,524  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:14:54,585  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:14:54,591  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.047s)
2024-03-22 09:14:54,619  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:14:54,659  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:14:54,733  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:14:54,869  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:14:54,915  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:14:54,939  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:14:54,947  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:14:54,958  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:14:55,026  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:14:55,032  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:14:55,066  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:14:55,077  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:14:55,122  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:14:55,129  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:14:55,140  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:14:55,159  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:14:55,172  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:14:55,217  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:14:55,282  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:14:55,358  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:14:55,363  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:14:55,370  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:14:55,378  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:14:55,445  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:14:55,461  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:14:55,465  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:14:55,469  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:14:55,517  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:14:55,522  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:14:55,534  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:14:55,543  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:14:55,550  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:14:55,556  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:14:55,563  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:14:55,568  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:14:55,577  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:14:55,584  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:14:55,625  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:14:55,636  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:14:55,641  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:14:55,654  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:14:55,663  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:14:55,670  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:14:55,675  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:14:55,679  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:14:55,715  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:14:55,723  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:14:55,734  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:14:55,743  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:14:55,750  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:14:55,771  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:14:55,786  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.730s)
2024-03-22 09:14:57,073  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:14:58,861  INFO main o.s.d.j.r.q.QueryEnhancerFactory:45 - EclipseLink is in classpath; If applicable, EQL parser will be used.
2024-03-22 09:14:58,861  INFO main o.s.d.j.r.q.QueryEnhancerFactory:49 - Hibernate is in classpath; If applicable, HQL parser will be used.
2024-03-22 09:14:59,593  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:14:59,594  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:14:59,619  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:14:59,656  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:14:59,661  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:15:00,176  INFO main o.e.h.r.j.r.BaseEntityRepositoryACM:96 - Proxy created -> BaseEntityRepositoryACM(repository: HawkBitBaseRepository<JpaTarget>, accessController: AccessController<JpaTarget>)
2024-03-22 09:15:00,740  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:15:00,741  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:15:00,752  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:15:00,823  INFO main o.e.h.r.j.r.BaseEntityRepositoryACM:96 - Proxy created -> BaseEntityRepositoryACM(repository: HawkBitBaseRepository<JpaDistributionSet>, accessController: AccessController<JpaDistributionSet>)
2024-03-22 09:15:00,894  INFO main o.e.h.r.j.r.BaseEntityRepositoryACM:96 - Proxy created -> BaseEntityRepositoryACM(repository: HawkBitBaseRepository<JpaTargetType>, accessController: AccessController<JpaTargetType>)
2024-03-22 09:15:02,283  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:15:04,071  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@64a7efee, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@75d2124c, org.springframework.security.web.context.SecurityContextHolderFilter@22475317, org.springframework.security.web.header.HeaderWriterFilter@48fd156e, org.springframework.web.filter.CorsFilter@15dc799d, org.springframework.security.web.csrf.CsrfFilter@431d9bd0, org.springframework.security.web.authentication.logout.LogoutFilter@389c9235, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@32cdb22f, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@326714af, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@794efa55, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@4cb59b70, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@a0b567, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3cc2fe2e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@224da20d, org.springframework.security.web.access.ExceptionTranslationFilter@59c08452, org.springframework.security.web.access.intercept.AuthorizationFilter@2c663d23]
2024-03-22 09:15:04,358  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:15:04,548  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:15:04,548  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:15:04,549  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:15:04,566  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '412898751.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:15:04,568  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '412898751.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:15:04,570  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:15:04,571  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@5fe36dec
2024-03-22 09:15:04,577  INFO main o.e.h.r.j.a.c.DistributionSetAccessControllerTest:56 - Started DistributionSetAccessControllerTest in 15.653 seconds (process running for 19.949)
2024-03-22 09:15:05,067  INFO pool-3-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
2024-03-22 09:15:06,548  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.controller.DistributionSetAccessControllerTest.verifyAutoAssignmentUsage()]...
2024-03-22 09:15:07,525  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.controller.DistributionSetAccessControllerTest.verifyAutoAssignmentUsage()] succeeded.
2024-03-22 09:15:07,829  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.controller.DistributionSetAccessControllerTest.verifyDistributionSetReadOperations()]...
2024-03-22 09:15:08,740  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.controller.DistributionSetAccessControllerTest.verifyDistributionSetReadOperations()] succeeded.
2024-03-22 09:15:08,841  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.controller.DistributionSetAccessControllerTest.verifyDistributionSetUpdates()]...
2024-03-22 09:15:09,170  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.controller.DistributionSetAccessControllerTest.verifyDistributionSetUpdates()] succeeded.
2024-03-22 09:15:09,256  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.controller.DistributionSetAccessControllerTest.verifyTagFilteringAndManagement()]...
2024-03-22 09:15:09,761  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.controller.DistributionSetAccessControllerTest.verifyTagFilteringAndManagement()] succeeded.
2024-03-22 09:15:09,772  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@5fe36dec
2024-03-22 09:15:09,789  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.412898751.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:15:09,792  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:15:09,792  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:15:09,793  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:15:09,825  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:15:09,827  INFO main c.z.h.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-03-22 09:15:09,831  INFO main c.z.h.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.60 s -- in org.eclipse.hawkbit.repository.jpa.acm.controller.DistributionSetAccessControllerTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.acm.controller.TargetAccessControllerTest
2024-03-22 09:15:09,842  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:15:09,920  INFO main o.e.h.r.j.a.c.TargetAccessControllerTest:50 - Starting TargetAccessControllerTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:15:09,920  INFO main o.e.h.r.j.a.c.TargetAccessControllerTest:660 - The following 1 profile is active: "test"
2024-03-22 09:15:10,141  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:15:10,173  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 30 ms. Found 20 JPA repository interfaces.
2024-03-22 09:15:10,372  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:15:10,373  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:15:10,393  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=e17d989c-6c1a-3d1e-a198-eabd2af37d1e
2024-03-22 09:15:10,434  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:10,436  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:10,438  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:10,438  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:10,439  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:10,443  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:10,445  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:10,446  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:10,446  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:10,452  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:10,453  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:10,454  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:10,465  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:10,469  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:10,470  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:15:10,515  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'abstractAccessControllerTest.AccessControlTestConfig' of type [org.eclipse.hawkbit.repository.jpa.acm.controller.AbstractAccessControllerTest$AccessControlTestConfig] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [entityManagerBeanPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:10,517  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'accessControlTestManger' of type [org.eclipse.hawkbit.repository.jpa.acm.controller.TestAccessControlManger] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [entityManagerBeanPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:10,518  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'distributionSetAccessController' of type [org.eclipse.hawkbit.repository.jpa.acm.controller.AbstractAccessControllerTest$AccessControlTestConfig$3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [entityManagerBeanPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:10,521  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'targetTypeAccessController' of type [org.eclipse.hawkbit.repository.jpa.acm.controller.AbstractAccessControllerTest$AccessControlTestConfig$2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [entityManagerBeanPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:10,524  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'targetAccessController' of type [org.eclipse.hawkbit.repository.jpa.acm.controller.AbstractAccessControllerTest$AccessControlTestConfig$1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [entityManagerBeanPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:10,598  INFO main c.z.h.HikariDataSource:110 - HikariPool-2 - Starting...
2024-03-22 09:15:10,615  INFO main c.z.h.p.HikariPool:565 - HikariPool-2 - Added connection conn10: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:15:10,616  INFO main c.z.h.HikariDataSource:123 - HikariPool-2 - Start completed.
2024-03-22 09:15:10,632  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:15:10,634  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:15:10,649  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:15:10,650  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.014s)
2024-03-22 09:15:10,652  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:15:10,657  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:15:10,715  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:15:10,752  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:15:10,758  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:15:10,868  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:15:10,873  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:15:10,879  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:15:10,928  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:15:10,931  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:15:10,949  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:15:10,955  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:15:11,019  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:15:11,024  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:15:11,030  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:15:11,041  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:15:11,049  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:15:11,057  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:15:11,122  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:15:11,152  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:15:11,156  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:15:11,161  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:15:11,167  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:15:11,193  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:15:11,224  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:15:11,228  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:15:11,232  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:15:11,248  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:15:11,252  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:15:11,262  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:15:11,269  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:15:11,274  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:15:11,280  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:15:11,286  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:15:11,291  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:15:11,298  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:15:11,317  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:15:11,329  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:15:11,338  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:15:11,343  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:15:11,354  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:15:11,362  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:15:11,369  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:15:11,373  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:15:11,377  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:15:11,384  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:15:11,393  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:15:11,403  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:15:11,421  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:15:11,429  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:15:11,447  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:15:11,458  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.506s)
2024-03-22 09:15:11,627  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:15:12,178  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:15:12,178  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:15:12,183  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:15:12,240  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:15:12,245  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:15:12,461  INFO main o.e.h.r.j.r.BaseEntityRepositoryACM:96 - Proxy created -> BaseEntityRepositoryACM(repository: HawkBitBaseRepository<JpaTarget>, accessController: AccessController<JpaTarget>)
2024-03-22 09:15:12,722  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:15:12,722  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:15:12,732  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:15:12,768  INFO main o.e.h.r.j.r.BaseEntityRepositoryACM:96 - Proxy created -> BaseEntityRepositoryACM(repository: HawkBitBaseRepository<JpaDistributionSet>, accessController: AccessController<JpaDistributionSet>)
2024-03-22 09:15:12,831  INFO main o.e.h.r.j.r.BaseEntityRepositoryACM:96 - Proxy created -> BaseEntityRepositoryACM(repository: HawkBitBaseRepository<JpaTargetType>, accessController: AccessController<JpaTargetType>)
2024-03-22 09:15:13,631  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:15:14,125  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@4d10f7bb, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@782f51cc, org.springframework.security.web.context.SecurityContextHolderFilter@76d477da, org.springframework.security.web.header.HeaderWriterFilter@5354e3a0, org.springframework.web.filter.CorsFilter@2119ae31, org.springframework.security.web.csrf.CsrfFilter@3b7d82e1, org.springframework.security.web.authentication.logout.LogoutFilter@11ef623, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@78d43777, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@39ee4243, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@44bc13db, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@e8d69a0, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2169996b, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4dd3e1ba, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@edb89d8, org.springframework.security.web.access.ExceptionTranslationFilter@6c000ac6, org.springframework.security.web.access.intercept.AuthorizationFilter@18a5a5f0]
2024-03-22 09:15:14,224  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:15:14,292  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:15:14,292  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:15:14,293  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:15:14,294  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '873283246.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:15:14,294  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '873283246.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:15:14,294  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:15:14,294  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@7180ac09
2024-03-22 09:15:14,296  INFO main o.e.h.r.j.a.c.TargetAccessControllerTest:56 - Started TargetAccessControllerTest in 4.444 seconds (process running for 29.667)
2024-03-22 09:15:14,417  INFO pool-4-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:15:14,519  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.controller.TargetAccessControllerTest.verifyTargetAssignment()]...
2024-03-22 09:15:14,851  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.controller.TargetAccessControllerTest.verifyTargetAssignment()] succeeded.
2024-03-22 09:15:14,927  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.controller.TargetAccessControllerTest.verifyTargetReadOperations()]...
2024-03-22 09:15:15,049  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.controller.TargetAccessControllerTest.verifyTargetReadOperations()] succeeded.
2024-03-22 09:15:15,119  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.controller.TargetAccessControllerTest.verifyTargetAssignmentOnNonUpdatableTarget()]...
2024-03-22 09:15:15,373  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.controller.TargetAccessControllerTest.verifyTargetAssignmentOnNonUpdatableTarget()] succeeded.
2024-03-22 09:15:15,441  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.controller.TargetAccessControllerTest.verifyTagFilteringAndManagement()]...
2024-03-22 09:15:15,568  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.controller.TargetAccessControllerTest.verifyTagFilteringAndManagement()] succeeded.
2024-03-22 09:15:15,639  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.controller.TargetAccessControllerTest.verifyRolloutTargetScope()]...
2024-03-22 09:15:15,942  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.controller.TargetAccessControllerTest.verifyRolloutTargetScope()] succeeded.
2024-03-22 09:15:15,986  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.controller.TargetAccessControllerTest.verifyAutoAssignmentTargetScope()]...
2024-03-22 09:15:16,234  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.controller.TargetAccessControllerTest.verifyAutoAssignmentTargetScope()] succeeded.
2024-03-22 09:15:16,238  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@7180ac09
2024-03-22 09:15:16,249  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.873283246.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:15:16,252  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:15:16,252  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:15:16,252  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:15:16,258  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:15:16,260  INFO main c.z.h.HikariDataSource:350 - HikariPool-2 - Shutdown initiated...
2024-03-22 09:15:16,261  INFO main c.z.h.HikariDataSource:352 - HikariPool-2 - Shutdown completed.
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.421 s -- in org.eclipse.hawkbit.repository.jpa.acm.controller.TargetAccessControllerTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.acm.controller.TargetTypeAccessControllerTest
2024-03-22 09:15:16,267  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:15:16,331  INFO main o.e.h.r.j.a.c.TargetTypeAccessControllerTest:50 - Starting TargetTypeAccessControllerTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:15:16,331  INFO main o.e.h.r.j.a.c.TargetTypeAccessControllerTest:660 - The following 1 profile is active: "test"
2024-03-22 09:15:16,520  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:15:16,543  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 23 ms. Found 20 JPA repository interfaces.
2024-03-22 09:15:16,668  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:15:16,668  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:15:16,685  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=e17d989c-6c1a-3d1e-a198-eabd2af37d1e
2024-03-22 09:15:16,735  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:16,737  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:16,738  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:16,738  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:16,739  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:16,742  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:16,744  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:16,745  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:16,745  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:16,750  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:16,752  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:16,753  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:16,763  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:16,768  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:16,769  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:15:16,824  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'abstractAccessControllerTest.AccessControlTestConfig' of type [org.eclipse.hawkbit.repository.jpa.acm.controller.AbstractAccessControllerTest$AccessControlTestConfig] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [entityManagerBeanPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:16,826  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'accessControlTestManger' of type [org.eclipse.hawkbit.repository.jpa.acm.controller.TestAccessControlManger] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [entityManagerBeanPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:16,827  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'distributionSetAccessController' of type [org.eclipse.hawkbit.repository.jpa.acm.controller.AbstractAccessControllerTest$AccessControlTestConfig$3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [entityManagerBeanPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:16,830  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'targetTypeAccessController' of type [org.eclipse.hawkbit.repository.jpa.acm.controller.AbstractAccessControllerTest$AccessControlTestConfig$2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [entityManagerBeanPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:16,832  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'targetAccessController' of type [org.eclipse.hawkbit.repository.jpa.acm.controller.AbstractAccessControllerTest$AccessControlTestConfig$1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [entityManagerBeanPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:16,879  INFO main c.z.h.HikariDataSource:110 - HikariPool-3 - Starting...
2024-03-22 09:15:16,881  INFO main c.z.h.p.HikariPool:565 - HikariPool-3 - Added connection conn20: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:15:16,882  INFO main c.z.h.HikariDataSource:123 - HikariPool-3 - Start completed.
2024-03-22 09:15:16,892  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:15:16,894  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:15:16,924  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:15:16,925  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.030s)
2024-03-22 09:15:16,926  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:15:16,930  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:15:16,939  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:15:16,963  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:15:16,968  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:15:16,976  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:15:16,980  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:15:16,984  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:15:16,995  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:15:16,998  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:15:17,026  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:15:17,032  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:15:17,037  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:15:17,041  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:15:17,047  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:15:17,056  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:15:17,090  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:15:17,095  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:15:17,136  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:15:17,158  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:15:17,162  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:15:17,165  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:15:17,170  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:15:17,187  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:15:17,195  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:15:17,198  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:15:17,200  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:15:17,220  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:15:17,223  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:15:17,231  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:15:17,237  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:15:17,242  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:15:17,246  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:15:17,251  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:15:17,255  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:15:17,260  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:15:17,265  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:15:17,274  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:15:17,280  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:15:17,283  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:15:17,293  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:15:17,299  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:15:17,319  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:15:17,322  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:15:17,325  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:15:17,330  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:15:17,336  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:15:17,344  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:15:17,351  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:15:17,357  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:15:17,372  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:15:17,379  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.301s)
2024-03-22 09:15:17,485  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:15:17,965  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:15:17,966  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:15:17,970  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:15:17,988  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:15:17,991  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:15:18,127  INFO main o.e.h.r.j.r.BaseEntityRepositoryACM:96 - Proxy created -> BaseEntityRepositoryACM(repository: HawkBitBaseRepository<JpaTarget>, accessController: AccessController<JpaTarget>)
2024-03-22 09:15:18,340  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:15:18,340  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:15:18,349  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:15:18,384  INFO main o.e.h.r.j.r.BaseEntityRepositoryACM:96 - Proxy created -> BaseEntityRepositoryACM(repository: HawkBitBaseRepository<JpaDistributionSet>, accessController: AccessController<JpaDistributionSet>)
2024-03-22 09:15:18,436  INFO main o.e.h.r.j.r.BaseEntityRepositoryACM:96 - Proxy created -> BaseEntityRepositoryACM(repository: HawkBitBaseRepository<JpaTargetType>, accessController: AccessController<JpaTargetType>)
2024-03-22 09:15:19,137  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:15:19,647  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@3f2f5281, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7277166, org.springframework.security.web.context.SecurityContextHolderFilter@7107fb60, org.springframework.security.web.header.HeaderWriterFilter@209e5931, org.springframework.web.filter.CorsFilter@5cac8a43, org.springframework.security.web.csrf.CsrfFilter@7fb7e557, org.springframework.security.web.authentication.logout.LogoutFilter@43634b65, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@48bfb6a, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@6d617003, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@5449a473, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@5deab0fd, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@31da354a, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3fe4f11f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@11b74f21, org.springframework.security.web.access.ExceptionTranslationFilter@2ea4129c, org.springframework.security.web.access.intercept.AuthorizationFilter@3d10a416]
2024-03-22 09:15:19,745  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:15:19,845  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:15:19,846  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:15:19,846  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:15:19,847  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '641055841.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:15:19,847  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '641055841.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:15:19,847  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:15:19,847  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@6efe6f78
2024-03-22 09:15:19,849  INFO main o.e.h.r.j.a.c.TargetTypeAccessControllerTest:56 - Started TargetTypeAccessControllerTest in 3.573 seconds (process running for 35.22)
2024-03-22 09:15:19,932  INFO pool-5-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:15:20,018  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.controller.TargetTypeAccessControllerTest.verifyTargetTypeReadOperations()]...
2024-03-22 09:15:20,174  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.controller.TargetTypeAccessControllerTest.verifyTargetTypeReadOperations()] succeeded.
2024-03-22 09:15:20,233  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.controller.TargetTypeAccessControllerTest.verifyTargetTypeDeleteOperations()]...
2024-03-22 09:15:20,263  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.controller.TargetTypeAccessControllerTest.verifyTargetTypeDeleteOperations()] succeeded.
2024-03-22 09:15:20,331  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.controller.TargetTypeAccessControllerTest.verifyTargetTypeCreationBlockedByAccessController()]...
2024-03-22 09:15:20,345  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.controller.TargetTypeAccessControllerTest.verifyTargetTypeCreationBlockedByAccessController()] succeeded.
2024-03-22 09:15:20,386  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.controller.TargetTypeAccessControllerTest.verifyTargetTypeUpdateOperations()]...
2024-03-22 09:15:20,428  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.controller.TargetTypeAccessControllerTest.verifyTargetTypeUpdateOperations()] succeeded.
2024-03-22 09:15:20,433  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@6efe6f78
2024-03-22 09:15:20,442  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.641055841.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:15:20,444  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:15:20,444  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:15:20,444  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:15:20,448  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:15:20,450  INFO main c.z.h.HikariDataSource:350 - HikariPool-3 - Shutdown initiated...
2024-03-22 09:15:20,451  INFO main c.z.h.HikariDataSource:352 - HikariPool-3 - Shutdown completed.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.185 s -- in org.eclipse.hawkbit.repository.jpa.acm.controller.TargetTypeAccessControllerTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.acm.context.ContextAwareTest
2024-03-22 09:15:20,456  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:15:20,488  INFO main o.e.h.r.j.a.c.ContextAwareTest:50 - Starting ContextAwareTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:15:20,488  INFO main o.e.h.r.j.a.c.ContextAwareTest:660 - The following 1 profile is active: "test"
2024-03-22 09:15:20,681  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:15:20,703  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 21 ms. Found 20 JPA repository interfaces.
2024-03-22 09:15:20,818  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:15:20,819  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:15:20,834  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:15:20,853  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:20,854  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:20,855  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:20,856  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:20,856  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:20,859  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:20,860  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:20,861  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:20,861  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:20,866  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:20,866  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:20,867  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:20,875  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:20,879  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:20,880  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:15:20,954  INFO main c.z.h.HikariDataSource:110 - HikariPool-4 - Starting...
2024-03-22 09:15:20,956  INFO main c.z.h.p.HikariPool:565 - HikariPool-4 - Added connection conn30: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:15:20,956  INFO main c.z.h.HikariDataSource:123 - HikariPool-4 - Start completed.
2024-03-22 09:15:20,996  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:15:20,997  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:15:21,007  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:15:21,015  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.016s)
2024-03-22 09:15:21,016  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:15:21,019  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:15:21,027  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:15:21,051  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:15:21,055  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:15:21,064  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:15:21,067  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:15:21,072  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:15:21,084  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:15:21,087  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:15:21,100  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:15:21,118  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:15:21,123  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:15:21,126  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:15:21,131  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:15:21,139  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:15:21,145  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:15:21,151  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:15:21,178  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:15:21,200  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:15:21,216  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:15:21,220  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:15:21,225  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:15:21,244  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:15:21,254  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:15:21,257  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:15:21,259  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:15:21,271  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:15:21,273  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:15:21,281  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:15:21,286  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:15:21,290  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:15:21,294  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:15:21,315  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:15:21,319  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:15:21,326  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:15:21,330  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:15:21,340  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:15:21,347  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:15:21,351  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:15:21,361  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:15:21,367  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:15:21,372  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:15:21,376  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:15:21,379  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:15:21,384  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:15:21,421  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:15:21,429  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:15:21,436  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:15:21,441  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:15:21,456  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:15:21,464  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.266s)
2024-03-22 09:15:21,636  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:15:23,765  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:15:23,766  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:15:23,778  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:15:23,871  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:15:23,882  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:15:25,536  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:15:25,537  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:15:25,555  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:15:27,853  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:15:29,266  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@6c574771, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@71c89e2f, org.springframework.security.web.context.SecurityContextHolderFilter@376b7b70, org.springframework.security.web.header.HeaderWriterFilter@2fb7f05a, org.springframework.web.filter.CorsFilter@5af1884e, org.springframework.security.web.csrf.CsrfFilter@4acf7f9b, org.springframework.security.web.authentication.logout.LogoutFilter@37869db4, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@2fc09a52, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@12379ee4, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@307a33e2, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@2c28c923, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6e9e9a1, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2929bcc, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@66408653, org.springframework.security.web.access.ExceptionTranslationFilter@17d275ad, org.springframework.security.web.access.intercept.AuthorizationFilter@fb25612]
2024-03-22 09:15:29,583  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:15:29,826  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:15:29,826  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:15:29,826  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:15:29,829  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '626035338.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:15:29,829  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '626035338.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:15:29,829  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:15:29,830  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@28a5f09b
2024-03-22 09:15:29,832  INFO main o.e.h.r.j.a.c.ContextAwareTest:56 - Started ContextAwareTest in 9.37 seconds (process running for 45.204)
2024-03-22 09:15:30,175  INFO pool-6-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:15:30,524  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.context.ContextAwareTest.verifyContextIsReusedWhenHandlingRollout()]...
2024-03-22 09:15:32,690  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.context.ContextAwareTest.verifyContextIsReusedWhenHandlingRollout()] succeeded.
2024-03-22 09:15:32,825  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.context.ContextAwareTest.verifyContextIsPersistedInActiveAutoAssignment()]...
2024-03-22 09:15:33,116  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.context.ContextAwareTest.verifyContextIsPersistedInActiveAutoAssignment()] succeeded.
2024-03-22 09:15:33,222  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.context.ContextAwareTest.verifyAcmContextIsPersistedInCreatedRollout()]...
2024-03-22 09:15:34,241  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.context.ContextAwareTest.verifyAcmContextIsPersistedInCreatedRollout()] succeeded.
2024-03-22 09:15:34,341  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.context.ContextAwareTest.verifyContextIsReusedWhenCheckingForAutoAssignmentSingleTarget()]...
2024-03-22 09:15:34,821  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.context.ContextAwareTest.verifyContextIsReusedWhenCheckingForAutoAssignmentSingleTarget()] succeeded.
2024-03-22 09:15:34,923  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.context.ContextAwareTest.verifyContextIsReusedWhenCheckingForAutoAssignmentAllTargets()]...
2024-03-22 09:15:35,565  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.acm.context.ContextAwareTest.verifyContextIsReusedWhenCheckingForAutoAssignmentAllTargets()] succeeded.
2024-03-22 09:15:35,571  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@28a5f09b
2024-03-22 09:15:35,643  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.626035338.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:15:35,646  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:15:35,647  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:15:35,647  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:15:35,657  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:15:35,660  INFO main c.z.h.HikariDataSource:350 - HikariPool-4 - Shutdown initiated...
2024-03-22 09:15:35,661  INFO main c.z.h.HikariDataSource:352 - HikariPool-4 - Shutdown completed.
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.21 s -- in org.eclipse.hawkbit.repository.jpa.acm.context.ContextAwareTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.rsql.RSQLParserValidationOracleTest
2024-03-22 09:15:35,682  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:15:35,789  INFO main o.e.h.r.j.r.RSQLParserValidationOracleTest:50 - Starting RSQLParserValidationOracleTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:15:35,815  INFO main o.e.h.r.j.r.RSQLParserValidationOracleTest:660 - The following 1 profile is active: "test"
2024-03-22 09:15:36,258  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:15:36,299  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 39 ms. Found 20 JPA repository interfaces.
2024-03-22 09:15:36,633  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:15:36,634  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:15:36,685  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:15:36,769  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:36,773  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:36,775  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:36,776  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:36,776  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:36,783  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:36,787  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:36,789  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:36,789  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:36,803  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:36,816  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:36,818  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:36,833  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:36,840  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:36,843  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:15:37,029  INFO main c.z.h.HikariDataSource:110 - HikariPool-5 - Starting...
2024-03-22 09:15:37,033  INFO main c.z.h.p.HikariPool:565 - HikariPool-5 - Added connection conn40: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:15:37,034  INFO main c.z.h.HikariDataSource:123 - HikariPool-5 - Start completed.
2024-03-22 09:15:37,064  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:15:37,067  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:15:37,119  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:15:37,123  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.052s)
2024-03-22 09:15:37,125  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:15:37,140  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:15:37,175  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:15:37,336  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:15:37,348  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:15:37,366  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:15:37,375  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:15:37,388  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:15:37,434  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:15:37,441  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:15:37,469  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:15:37,480  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:15:37,488  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:15:37,494  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:15:37,521  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:15:37,537  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:15:37,550  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:15:37,561  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:15:37,638  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:15:37,684  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:15:37,690  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:15:37,696  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:15:37,716  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:15:37,763  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:15:37,783  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:15:37,789  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:15:37,794  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:15:37,833  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:15:37,839  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:15:37,857  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:15:37,867  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:15:37,874  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:15:37,883  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:15:37,900  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:15:37,919  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:15:37,931  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:15:37,941  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:15:37,960  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:15:37,976  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:15:37,984  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:15:38,017  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:15:38,029  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:15:38,041  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:15:38,047  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:15:38,052  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:15:38,061  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:15:38,074  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:15:38,088  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:15:38,102  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:15:38,126  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:15:38,156  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:15:38,173  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.695s)
2024-03-22 09:15:38,456  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:15:39,569  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:15:39,570  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:15:39,579  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:15:39,629  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:15:39,637  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:15:40,640  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:15:40,641  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:15:40,658  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:15:42,555  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:15:43,373  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@15bdf283, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6b11d3c0, org.springframework.security.web.context.SecurityContextHolderFilter@47ec198e, org.springframework.security.web.header.HeaderWriterFilter@1caf9606, org.springframework.web.filter.CorsFilter@40f26d2d, org.springframework.security.web.csrf.CsrfFilter@1663b46a, org.springframework.security.web.authentication.logout.LogoutFilter@1112f6d8, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@11974be4, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@43686eff, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@79a79200, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@17b5cb38, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4c2725fd, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2397c32d, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3745e5d, org.springframework.security.web.access.ExceptionTranslationFilter@bdc8074, org.springframework.security.web.access.intercept.AuthorizationFilter@c9e5985]
2024-03-22 09:15:43,527  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:15:43,632  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:15:43,633  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:15:43,633  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:15:43,634  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1944154038.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:15:43,635  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1944154038.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:15:43,635  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:15:43,635  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@3a72c7a1
2024-03-22 09:15:43,637  INFO main o.e.h.r.j.r.RSQLParserValidationOracleTest:56 - Started RSQLParserValidationOracleTest in 7.913 seconds (process running for 59.008)
2024-03-22 09:15:43,757  INFO pool-7-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:15:43,862  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLParserValidationOracleTest.suggestionContainsSubFieldSuggestions()]...
2024-03-22 09:15:43,918  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLParserValidationOracleTest.suggestionContainsSubFieldSuggestions()] succeeded.
2024-03-22 09:15:43,967  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLParserValidationOracleTest.suggestionContainsOnlyAndOrOperator()]...
2024-03-22 09:15:43,986  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLParserValidationOracleTest.suggestionContainsOnlyAndOrOperator()] succeeded.
2024-03-22 09:15:44,058  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLParserValidationOracleTest.suggestionContainsOnlyOperators()]...
2024-03-22 09:15:44,116  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLParserValidationOracleTest.suggestionContainsOnlyOperators()] succeeded.
2024-03-22 09:15:44,169  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLParserValidationOracleTest.suggestionContainsAllFieldNames()]...
2024-03-22 09:15:44,218  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLParserValidationOracleTest.suggestionContainsAllFieldNames()] succeeded.
2024-03-22 09:15:44,222  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@3a72c7a1
2024-03-22 09:15:44,234  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1944154038.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:15:44,236  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:15:44,236  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:15:44,236  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:15:44,241  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:15:44,243  INFO main c.z.h.HikariDataSource:350 - HikariPool-5 - Shutdown initiated...
2024-03-22 09:15:44,244  INFO main c.z.h.HikariDataSource:352 - HikariPool-5 - Shutdown completed.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.564 s -- in org.eclipse.hawkbit.repository.jpa.rsql.RSQLParserValidationOracleTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.rsql.RSQLDistributionSetFieldTest
2024-03-22 09:15:44,270  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:15:44,333  INFO main o.e.h.r.j.r.RSQLDistributionSetFieldTest:50 - Starting RSQLDistributionSetFieldTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:15:44,333  INFO main o.e.h.r.j.r.RSQLDistributionSetFieldTest:660 - The following 1 profile is active: "test"
2024-03-22 09:15:44,534  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:15:44,558  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 23 ms. Found 20 JPA repository interfaces.
2024-03-22 09:15:44,689  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:15:44,690  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:15:44,719  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:15:44,744  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:44,745  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:44,746  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:44,747  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:44,747  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:44,750  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:44,752  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:44,753  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:44,753  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:44,758  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:44,759  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:44,760  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:44,769  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:44,772  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:44,773  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:15:44,876  INFO main c.z.h.HikariDataSource:110 - HikariPool-6 - Starting...
2024-03-22 09:15:44,880  INFO main c.z.h.p.HikariPool:565 - HikariPool-6 - Added connection conn50: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:15:44,881  INFO main c.z.h.HikariDataSource:123 - HikariPool-6 - Start completed.
2024-03-22 09:15:44,900  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:15:44,902  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:15:44,927  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:15:44,929  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.025s)
2024-03-22 09:15:44,932  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:15:44,939  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:15:44,965  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:15:45,022  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:15:45,030  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:15:45,042  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:15:45,047  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:15:45,057  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:15:45,076  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:15:45,080  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:15:45,100  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:15:45,119  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:15:45,126  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:15:45,131  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:15:45,139  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:15:45,152  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:15:45,163  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:15:45,172  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:15:45,262  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:15:45,321  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:15:45,325  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:15:45,330  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:15:45,337  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:15:45,372  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:15:45,388  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:15:45,393  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:15:45,396  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:15:45,417  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:15:45,422  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:15:45,436  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:15:45,444  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:15:45,449  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:15:45,455  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:15:45,462  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:15:45,468  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:15:45,479  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:15:45,487  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:15:45,502  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:15:45,520  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:15:45,526  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:15:45,540  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:15:45,551  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:15:45,560  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:15:45,565  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:15:45,570  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:15:45,578  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:15:45,589  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:15:45,601  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:15:45,610  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:15:45,622  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:15:45,647  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:15:45,662  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.477s)
2024-03-22 09:15:45,815  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:15:46,436  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:15:46,436  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:15:46,441  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:15:46,462  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:15:46,466  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:15:47,060  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:15:47,061  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:15:47,069  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:15:48,123  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:15:48,729  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@28c830ad, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@31ad2fa4, org.springframework.security.web.context.SecurityContextHolderFilter@6bd9fcbe, org.springframework.security.web.header.HeaderWriterFilter@5d98ce38, org.springframework.web.filter.CorsFilter@650301f2, org.springframework.security.web.csrf.CsrfFilter@248da70f, org.springframework.security.web.authentication.logout.LogoutFilter@6fd6c395, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@2aafcaa1, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@453d2992, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@75dfef66, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@73bc6e0a, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@22a58b15, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5e4fd56d, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1c7be428, org.springframework.security.web.access.ExceptionTranslationFilter@56754c60, org.springframework.security.web.access.intercept.AuthorizationFilter@634f4666]
2024-03-22 09:15:48,855  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:15:48,937  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:15:48,937  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:15:48,938  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:15:48,939  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1784372527.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:15:48,939  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1784372527.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:15:48,939  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:15:48,939  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@719b0fb1
2024-03-22 09:15:48,941  INFO main o.e.h.r.j.r.RSQLDistributionSetFieldTest:56 - Started RSQLDistributionSetFieldTest in 4.662 seconds (process running for 64.312)
2024-03-22 09:15:49,051  INFO pool-8-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:15:49,498  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLDistributionSetFieldTest.testFilterByType()]...
2024-03-22 09:15:49,560  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLDistributionSetFieldTest.testFilterByType()] succeeded.
2024-03-22 09:15:49,800  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLDistributionSetFieldTest.testFilterByTag()]...
2024-03-22 09:15:49,847  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLDistributionSetFieldTest.testFilterByTag()] succeeded.
2024-03-22 09:15:50,116  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLDistributionSetFieldTest.testFilterByParameterDescription()]...
2024-03-22 09:15:50,155  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLDistributionSetFieldTest.testFilterByParameterDescription()] succeeded.
2024-03-22 09:15:50,378  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLDistributionSetFieldTest.testFilterByAttributeComplete()]...
2024-03-22 09:15:50,445  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLDistributionSetFieldTest.testFilterByAttributeComplete()] succeeded.
2024-03-22 09:15:50,676  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLDistributionSetFieldTest.testFilterByAttributeValid()]...
2024-03-22 09:15:50,719  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLDistributionSetFieldTest.testFilterByAttributeValid()] succeeded.
2024-03-22 09:15:50,923  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLDistributionSetFieldTest.testFilterByMetadata()]...
2024-03-22 09:15:51,020  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLDistributionSetFieldTest.testFilterByMetadata()] succeeded.
2024-03-22 09:15:51,233  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLDistributionSetFieldTest.testFilterByParameterName()]...
2024-03-22 09:15:51,263  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLDistributionSetFieldTest.testFilterByParameterName()] succeeded.
2024-03-22 09:15:51,461  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLDistributionSetFieldTest.testFilterByParameterId()]...
2024-03-22 09:15:51,491  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLDistributionSetFieldTest.testFilterByParameterId()] succeeded.
2024-03-22 09:15:51,720  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLDistributionSetFieldTest.testFilterBySoftwareModule()]...
2024-03-22 09:15:51,750  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLDistributionSetFieldTest.testFilterBySoftwareModule()] succeeded.
2024-03-22 09:15:51,956  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLDistributionSetFieldTest.testFilterByParameterVersion()]...
2024-03-22 09:15:51,979  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLDistributionSetFieldTest.testFilterByParameterVersion()] succeeded.
2024-03-22 09:15:51,983  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@719b0fb1
2024-03-22 09:15:51,994  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1784372527.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:15:51,996  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:15:51,996  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:15:51,996  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:15:52,017  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:15:52,019  INFO main c.z.h.HikariDataSource:350 - HikariPool-6 - Shutdown initiated...
2024-03-22 09:15:52,020  INFO main c.z.h.HikariDataSource:352 - HikariPool-6 - Shutdown completed.
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.752 s -- in org.eclipse.hawkbit.repository.jpa.rsql.RSQLDistributionSetFieldTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.rsql.RSQLRolloutGroupFieldTest
2024-03-22 09:15:52,025  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:15:52,078  INFO main o.e.h.r.j.r.RSQLRolloutGroupFieldTest:50 - Starting RSQLRolloutGroupFieldTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:15:52,078  INFO main o.e.h.r.j.r.RSQLRolloutGroupFieldTest:660 - The following 1 profile is active: "test"
2024-03-22 09:15:52,253  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:15:52,275  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 21 ms. Found 20 JPA repository interfaces.
2024-03-22 09:15:52,387  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:15:52,387  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:15:52,403  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:15:52,426  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:52,427  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:52,428  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:52,428  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:52,429  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:52,431  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:52,432  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:52,433  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:52,434  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:52,438  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:52,439  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:52,439  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:52,448  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:52,450  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:52,453  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:15:52,529  INFO main c.z.h.HikariDataSource:110 - HikariPool-7 - Starting...
2024-03-22 09:15:52,531  INFO main c.z.h.p.HikariPool:565 - HikariPool-7 - Added connection conn60: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:15:52,532  INFO main c.z.h.HikariDataSource:123 - HikariPool-7 - Start completed.
2024-03-22 09:15:52,544  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:15:52,545  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:15:52,557  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:15:52,558  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.010s)
2024-03-22 09:15:52,559  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:15:52,564  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:15:52,584  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:15:52,643  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:15:52,651  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:15:52,661  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:15:52,665  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:15:52,674  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:15:52,715  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:15:52,719  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:15:52,735  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:15:52,741  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:15:52,747  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:15:52,751  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:15:52,757  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:15:52,768  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:15:52,777  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:15:52,784  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:15:52,840  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:15:52,875  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:15:52,879  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:15:52,883  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:15:52,890  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:15:52,930  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:15:52,944  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:15:52,947  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:15:52,951  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:15:52,966  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:15:52,970  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:15:52,981  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:15:52,987  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:15:52,991  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:15:52,996  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:15:53,002  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:15:53,005  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:15:53,018  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:15:53,023  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:15:53,034  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:15:53,042  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:15:53,047  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:15:53,057  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:15:53,064  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:15:53,071  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:15:53,074  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:15:53,077  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:15:53,082  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:15:53,090  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:15:53,099  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:15:53,107  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:15:53,119  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:15:53,137  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:15:53,148  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.369s)
2024-03-22 09:15:53,254  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:15:53,701  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:15:53,702  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:15:53,706  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:15:53,732  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:15:53,736  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:15:54,111  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:15:54,114  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:15:54,122  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:15:54,945  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:15:55,465  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@4263b99, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@ab93520, org.springframework.security.web.context.SecurityContextHolderFilter@1b5be81, org.springframework.security.web.header.HeaderWriterFilter@54bc71c7, org.springframework.web.filter.CorsFilter@f62143f, org.springframework.security.web.csrf.CsrfFilter@29dd5757, org.springframework.security.web.authentication.logout.LogoutFilter@522ffa1e, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@7faf5e26, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@35a8f7f5, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@30864298, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@527db4c7, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4291260f, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@22d9c3e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5494de2, org.springframework.security.web.access.ExceptionTranslationFilter@2d4db63d, org.springframework.security.web.access.intercept.AuthorizationFilter@4e680f22]
2024-03-22 09:15:55,577  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:15:55,670  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:15:55,671  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:15:55,671  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:15:55,672  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '703928939.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:15:55,672  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '703928939.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:15:55,672  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:15:55,672  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@76d51a89
2024-03-22 09:15:55,674  INFO main o.e.h.r.j.r.RSQLRolloutGroupFieldTest:56 - Started RSQLRolloutGroupFieldTest in 3.64 seconds (process running for 71.045)
2024-03-22 09:15:55,775  INFO pool-9-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:15:56,120  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLRolloutGroupFieldTest.testFilterByParameterDescription()]...
2024-03-22 09:15:56,182  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLRolloutGroupFieldTest.testFilterByParameterDescription()] succeeded.
2024-03-22 09:15:56,339  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLRolloutGroupFieldTest.testFilterByParameterName()]...
2024-03-22 09:15:56,375  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLRolloutGroupFieldTest.testFilterByParameterName()] succeeded.
2024-03-22 09:15:56,515  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLRolloutGroupFieldTest.testFilterByParameterId()]...
2024-03-22 09:15:56,551  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLRolloutGroupFieldTest.testFilterByParameterId()] succeeded.
2024-03-22 09:15:56,554  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@76d51a89
2024-03-22 09:15:56,564  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.703928939.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:15:56,566  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:15:56,566  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:15:56,566  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:15:56,571  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:15:56,572  INFO main c.z.h.HikariDataSource:350 - HikariPool-7 - Shutdown initiated...
2024-03-22 09:15:56,573  INFO main c.z.h.HikariDataSource:352 - HikariPool-7 - Shutdown completed.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.548 s -- in org.eclipse.hawkbit.repository.jpa.rsql.RSQLRolloutGroupFieldTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFilterQueryFieldsTest
2024-03-22 09:15:56,578  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:15:56,629  INFO main o.e.h.r.j.r.RSQLTargetFilterQueryFieldsTest:50 - Starting RSQLTargetFilterQueryFieldsTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:15:56,629  INFO main o.e.h.r.j.r.RSQLTargetFilterQueryFieldsTest:660 - The following 1 profile is active: "test"
2024-03-22 09:15:56,783  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:15:56,803  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 19 ms. Found 20 JPA repository interfaces.
2024-03-22 09:15:56,934  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:15:56,934  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:15:56,950  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:15:56,969  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:56,970  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:56,971  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:56,971  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:56,972  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:56,974  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:56,975  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:56,976  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:56,976  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:56,980  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:56,981  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:56,982  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:56,990  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:56,993  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:15:56,994  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:15:57,068  INFO main c.z.h.HikariDataSource:110 - HikariPool-8 - Starting...
2024-03-22 09:15:57,070  INFO main c.z.h.p.HikariPool:565 - HikariPool-8 - Added connection conn70: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:15:57,071  INFO main c.z.h.HikariDataSource:123 - HikariPool-8 - Start completed.
2024-03-22 09:15:57,082  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:15:57,083  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:15:57,094  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:15:57,094  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.009s)
2024-03-22 09:15:57,095  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:15:57,100  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:15:57,120  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:15:57,147  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:15:57,153  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:15:57,162  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:15:57,166  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:15:57,172  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:15:57,187  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:15:57,190  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:15:57,228  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:15:57,234  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:15:57,240  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:15:57,243  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:15:57,249  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:15:57,259  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:15:57,267  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:15:57,274  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:15:57,317  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:15:57,343  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:15:57,347  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:15:57,350  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:15:57,355  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:15:57,397  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:15:57,418  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:15:57,422  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:15:57,425  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:15:57,438  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:15:57,441  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:15:57,451  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:15:57,457  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:15:57,461  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:15:57,465  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:15:57,471  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:15:57,476  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:15:57,482  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:15:57,487  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:15:57,498  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:15:57,505  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:15:57,517  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:15:57,527  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:15:57,534  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:15:57,541  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:15:57,544  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:15:57,548  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:15:57,554  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:15:57,562  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:15:57,571  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:15:57,578  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:15:57,583  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:15:57,598  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:15:57,607  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.289s)
2024-03-22 09:15:57,751  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:15:58,182  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:15:58,183  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:15:58,186  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:15:58,203  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:15:58,216  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:15:58,598  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:15:58,598  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:15:58,605  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:15:59,371  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:15:59,860  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@4a25e828, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@ff8852e, org.springframework.security.web.context.SecurityContextHolderFilter@36ae8d7b, org.springframework.security.web.header.HeaderWriterFilter@20253db8, org.springframework.web.filter.CorsFilter@7db120a0, org.springframework.security.web.csrf.CsrfFilter@2626ade6, org.springframework.security.web.authentication.logout.LogoutFilter@9d73b11, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@51c47ffe, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@4cdd5e4d, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@42bee69b, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@617bc964, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@25f45fd5, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@451c73ab, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@27bf324c, org.springframework.security.web.access.ExceptionTranslationFilter@190f20e0, org.springframework.security.web.access.intercept.AuthorizationFilter@9798c3e]
2024-03-22 09:15:59,958  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:16:00,025  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:16:00,026  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:16:00,026  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:16:00,027  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '967820342.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:16:00,027  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '967820342.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:16:00,027  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:16:00,027  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@4f670318
2024-03-22 09:16:00,028  INFO main o.e.h.r.j.r.RSQLTargetFilterQueryFieldsTest:56 - Started RSQLTargetFilterQueryFieldsTest in 3.443 seconds (process running for 75.4)
2024-03-22 09:16:00,151  INFO pool-10-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:16:00,436  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFilterQueryFieldsTest.testFilterByAutoAssignedDsVersion()]...
2024-03-22 09:16:00,475  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFilterQueryFieldsTest.testFilterByAutoAssignedDsVersion()] succeeded.
2024-03-22 09:16:00,623  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFilterQueryFieldsTest.testFilterByAutoAssignedDsName()]...
2024-03-22 09:16:00,653  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFilterQueryFieldsTest.testFilterByAutoAssignedDsName()] succeeded.
2024-03-22 09:16:00,784  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFilterQueryFieldsTest.testFilterByParameterName()]...
2024-03-22 09:16:00,826  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFilterQueryFieldsTest.testFilterByParameterName()] succeeded.
2024-03-22 09:16:00,976  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFilterQueryFieldsTest.testFilterByParameterId()]...
2024-03-22 09:16:01,000  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFilterQueryFieldsTest.testFilterByParameterId()] succeeded.
2024-03-22 09:16:01,003  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@4f670318
2024-03-22 09:16:01,021  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.967820342.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:16:01,022  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:16:01,023  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:16:01,023  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:16:01,027  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:16:01,028  INFO main c.z.h.HikariDataSource:350 - HikariPool-8 - Shutdown initiated...
2024-03-22 09:16:01,029  INFO main c.z.h.HikariDataSource:352 - HikariPool-8 - Shutdown completed.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.453 s -- in org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFilterQueryFieldsTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetMetadataFieldsTest
2024-03-22 09:16:01,034  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:16:01,065  INFO main o.e.h.r.j.r.RSQLTargetMetadataFieldsTest:50 - Starting RSQLTargetMetadataFieldsTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:16:01,065  INFO main o.e.h.r.j.r.RSQLTargetMetadataFieldsTest:660 - The following 1 profile is active: "test"
2024-03-22 09:16:01,203  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:16:01,226  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 22 ms. Found 20 JPA repository interfaces.
2024-03-22 09:16:01,315  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:16:01,316  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:16:01,331  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:16:01,349  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:01,350  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:01,351  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:01,351  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:01,352  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:01,354  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:01,356  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:01,356  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:01,357  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:01,360  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:01,361  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:01,362  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:01,369  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:01,372  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:01,373  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:16:01,458  INFO main c.z.h.HikariDataSource:110 - HikariPool-9 - Starting...
2024-03-22 09:16:01,460  INFO main c.z.h.p.HikariPool:565 - HikariPool-9 - Added connection conn80: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:16:01,460  INFO main c.z.h.HikariDataSource:123 - HikariPool-9 - Start completed.
2024-03-22 09:16:01,470  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:16:01,471  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:16:01,482  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:16:01,483  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.010s)
2024-03-22 09:16:01,484  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:16:01,488  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:16:01,497  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:16:01,524  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:16:01,528  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:16:01,535  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:16:01,538  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:16:01,543  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:16:01,553  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:16:01,556  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:16:01,567  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:16:01,571  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:16:01,575  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:16:01,578  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:16:01,582  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:16:01,588  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:16:01,594  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:16:01,598  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:16:01,627  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:16:01,648  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:16:01,650  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:16:01,653  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:16:01,657  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:16:01,674  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:16:01,683  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:16:01,685  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:16:01,687  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:16:01,697  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:16:01,700  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:16:01,707  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:16:01,712  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:16:01,716  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:16:01,719  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:16:01,724  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:16:01,727  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:16:01,732  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:16:01,736  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:16:01,744  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:16:01,751  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:16:01,754  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:16:01,761  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:16:01,766  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:16:01,771  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:16:01,773  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:16:01,775  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:16:01,779  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:16:01,784  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:16:01,791  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:16:01,796  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:16:01,800  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:16:01,816  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:16:01,844  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.225s)
2024-03-22 09:16:01,927  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:16:02,275  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:16:02,276  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:16:02,278  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:16:02,292  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:16:02,294  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:16:02,615  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:16:02,615  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:16:02,621  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:16:03,318  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:16:03,689  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@1c134554, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5863bd31, org.springframework.security.web.context.SecurityContextHolderFilter@12f93724, org.springframework.security.web.header.HeaderWriterFilter@3a723af0, org.springframework.web.filter.CorsFilter@2d0ea7c1, org.springframework.security.web.csrf.CsrfFilter@7b3fa21e, org.springframework.security.web.authentication.logout.LogoutFilter@7377443c, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@4817a1f5, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@3e6be9bb, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@6e964b3d, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@1884a6f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@14d05837, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@15e5f44d, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@68299a5e, org.springframework.security.web.access.ExceptionTranslationFilter@1b635aea, org.springframework.security.web.access.intercept.AuthorizationFilter@284d8f28]
2024-03-22 09:16:03,796  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:16:03,855  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:16:03,855  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:16:03,855  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:16:03,856  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '357460325.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:16:03,856  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '357460325.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:16:03,856  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:16:03,856  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@579eef08
2024-03-22 09:16:03,857  INFO main o.e.h.r.j.r.RSQLTargetMetadataFieldsTest:56 - Started RSQLTargetMetadataFieldsTest in 2.817 seconds (process running for 79.229)
2024-03-22 09:16:03,927  INFO pool-11-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:16:04,038  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetMetadataFieldsTest.testFilterByParameterValue()]...
2024-03-22 09:16:04,068  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetMetadataFieldsTest.testFilterByParameterValue()] succeeded.
2024-03-22 09:16:04,137  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetMetadataFieldsTest.testFilterByParameterKey()]...
2024-03-22 09:16:04,154  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetMetadataFieldsTest.testFilterByParameterKey()] succeeded.
2024-03-22 09:16:04,157  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@579eef08
2024-03-22 09:16:04,166  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.357460325.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:16:04,167  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:16:04,167  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:16:04,167  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:16:04,171  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:16:04,173  INFO main c.z.h.HikariDataSource:350 - HikariPool-9 - Shutdown initiated...
2024-03-22 09:16:04,173  INFO main c.z.h.HikariDataSource:352 - HikariPool-9 - Shutdown completed.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.141 s -- in org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetMetadataFieldsTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.rsql.VirtualPropertyResolverTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.668 s -- in org.eclipse.hawkbit.repository.jpa.rsql.VirtualPropertyResolverTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.rsql.RSQLUtilityTest
2024-03-22 09:16:06,387  INFO main o.e.h.r.j.r.JpaQueryRsqlVisitor:294 - given value UNKNOWNVALUE cannot be transformed into the correct enum type class org.eclipse.hawkbit.repository.jpa.rsql.RSQLUtilityTest$TestValueEnum
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.542 s -- in org.eclipse.hawkbit.repository.jpa.rsql.RSQLUtilityTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.rsql.RSQLSoftwareModuleMetadataFieldsTest
2024-03-22 09:16:06,393  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:16:06,442  INFO main o.e.h.r.j.r.RSQLSoftwareModuleMetadataFieldsTest:50 - Starting RSQLSoftwareModuleMetadataFieldsTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:16:06,443  INFO main o.e.h.r.j.r.RSQLSoftwareModuleMetadataFieldsTest:660 - The following 1 profile is active: "test"
2024-03-22 09:16:06,598  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:16:06,621  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 22 ms. Found 20 JPA repository interfaces.
2024-03-22 09:16:06,701  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:16:06,702  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:16:06,721  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:16:06,738  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:06,739  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:06,740  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:06,740  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:06,741  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:06,743  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:06,744  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:06,745  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:06,745  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:06,749  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:06,749  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:06,750  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:06,757  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:06,760  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:06,761  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:16:06,822  INFO main c.z.h.HikariDataSource:110 - HikariPool-10 - Starting...
2024-03-22 09:16:06,824  INFO main c.z.h.p.HikariPool:565 - HikariPool-10 - Added connection conn90: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:16:06,825  INFO main c.z.h.HikariDataSource:123 - HikariPool-10 - Start completed.
2024-03-22 09:16:06,835  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:16:06,836  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:16:06,845  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:16:06,845  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.008s)
2024-03-22 09:16:06,846  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:16:06,849  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:16:06,856  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:16:06,874  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:16:06,877  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:16:06,882  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:16:06,885  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:16:06,888  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:16:06,896  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:16:06,898  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:16:06,917  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:16:06,921  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:16:06,925  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:16:06,927  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:16:06,931  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:16:06,937  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:16:06,941  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:16:06,969  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:16:06,988  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:16:07,004  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:16:07,006  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:16:07,008  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:16:07,011  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:16:07,029  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:16:07,036  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:16:07,038  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:16:07,040  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:16:07,048  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:16:07,050  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:16:07,056  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:16:07,059  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:16:07,062  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:16:07,065  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:16:07,068  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:16:07,070  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:16:07,074  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:16:07,077  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:16:07,083  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:16:07,088  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:16:07,091  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:16:07,097  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:16:07,101  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:16:07,105  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:16:07,107  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:16:07,108  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:16:07,116  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:16:07,121  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:16:07,127  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:16:07,132  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:16:07,136  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:16:07,147  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:16:07,153  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.172s)
2024-03-22 09:16:07,231  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:16:07,631  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:16:07,631  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:16:07,634  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:16:07,646  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:16:07,648  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:16:07,944  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:16:07,945  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:16:07,950  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:16:08,606  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:16:09,050  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@c423115, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@393b9a89, org.springframework.security.web.context.SecurityContextHolderFilter@619fa07b, org.springframework.security.web.header.HeaderWriterFilter@2c17561a, org.springframework.web.filter.CorsFilter@6566e17a, org.springframework.security.web.csrf.CsrfFilter@654c8301, org.springframework.security.web.authentication.logout.LogoutFilter@553181a5, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@1da82539, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@7ad6c187, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@4c1e9ff5, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@44cda380, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@60ca63c2, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6c67ed97, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@51c9d5fa, org.springframework.security.web.access.ExceptionTranslationFilter@7e7e4bff, org.springframework.security.web.access.intercept.AuthorizationFilter@4a7ff672]
2024-03-22 09:16:09,158  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:16:09,226  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:16:09,226  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:16:09,226  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:16:09,227  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '812115809.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:16:09,227  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '812115809.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:16:09,228  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:16:09,228  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@3b25b3b3
2024-03-22 09:16:09,229  INFO main o.e.h.r.j.r.RSQLSoftwareModuleMetadataFieldsTest:56 - Started RSQLSoftwareModuleMetadataFieldsTest in 2.809 seconds (process running for 84.6)
2024-03-22 09:16:09,301  INFO pool-12-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:16:09,440  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLSoftwareModuleMetadataFieldsTest.testFilterByParameterValue()]...
2024-03-22 09:16:09,470  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLSoftwareModuleMetadataFieldsTest.testFilterByParameterValue()] succeeded.
2024-03-22 09:16:09,525  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLSoftwareModuleMetadataFieldsTest.testFilterByParameterTargetVisible()]...
2024-03-22 09:16:09,541  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLSoftwareModuleMetadataFieldsTest.testFilterByParameterTargetVisible()] succeeded.
2024-03-22 09:16:09,589  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLSoftwareModuleMetadataFieldsTest.testFilterByParameterKey()]...
2024-03-22 09:16:09,639  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLSoftwareModuleMetadataFieldsTest.testFilterByParameterKey()] succeeded.
2024-03-22 09:16:09,642  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@3b25b3b3
2024-03-22 09:16:09,651  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.812115809.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:16:09,653  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:16:09,653  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:16:09,653  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:16:09,657  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:16:09,658  INFO main c.z.h.HikariDataSource:350 - HikariPool-10 - Shutdown initiated...
2024-03-22 09:16:09,659  INFO main c.z.h.HikariDataSource:352 - HikariPool-10 - Shutdown completed.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.268 s -- in org.eclipse.hawkbit.repository.jpa.rsql.RSQLSoftwareModuleMetadataFieldsTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.rsql.RSQLActionFieldsTest
2024-03-22 09:16:09,663  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:16:09,734  INFO main o.e.h.r.j.r.RSQLActionFieldsTest:50 - Starting RSQLActionFieldsTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:16:09,734  INFO main o.e.h.r.j.r.RSQLActionFieldsTest:660 - The following 1 profile is active: "test"
2024-03-22 09:16:09,929  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:16:09,946  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 16 ms. Found 20 JPA repository interfaces.
2024-03-22 09:16:10,070  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:16:10,070  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:16:10,120  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:16:10,136  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:10,138  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:10,138  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:10,139  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:10,139  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:10,141  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:10,143  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:10,143  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:10,144  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:10,147  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:10,148  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:10,148  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:10,155  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:10,157  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:10,158  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:16:10,250  INFO main c.z.h.HikariDataSource:110 - HikariPool-11 - Starting...
2024-03-22 09:16:10,252  INFO main c.z.h.p.HikariPool:565 - HikariPool-11 - Added connection conn100: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:16:10,274  INFO main c.z.h.HikariDataSource:123 - HikariPool-11 - Start completed.
2024-03-22 09:16:10,284  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:16:10,285  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:16:10,316  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:16:10,317  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.030s)
2024-03-22 09:16:10,318  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:16:10,321  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:16:10,327  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:16:10,344  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:16:10,348  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:16:10,353  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:16:10,355  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:16:10,358  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:16:10,366  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:16:10,368  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:16:10,376  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:16:10,380  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:16:10,383  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:16:10,385  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:16:10,388  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:16:10,394  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:16:10,417  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:16:10,423  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:16:10,443  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:16:10,459  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:16:10,461  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:16:10,463  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:16:10,466  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:16:10,480  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:16:10,486  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:16:10,489  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:16:10,491  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:16:10,498  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:16:10,515  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:16:10,521  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:16:10,524  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:16:10,526  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:16:10,529  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:16:10,532  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:16:10,534  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:16:10,538  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:16:10,541  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:16:10,548  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:16:10,553  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:16:10,555  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:16:10,561  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:16:10,565  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:16:10,569  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:16:10,571  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:16:10,573  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:16:10,576  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:16:10,581  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:16:10,586  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:16:10,591  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:16:10,595  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:16:10,605  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:16:10,610  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.150s)
2024-03-22 09:16:10,717  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:16:11,046  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:16:11,046  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:16:11,049  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:16:11,061  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:16:11,064  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:16:11,352  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:16:11,352  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:16:11,357  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:16:11,969  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:16:12,388  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@1cfd8036, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@49829041, org.springframework.security.web.context.SecurityContextHolderFilter@5d15a354, org.springframework.security.web.header.HeaderWriterFilter@50d42154, org.springframework.web.filter.CorsFilter@a515153, org.springframework.security.web.csrf.CsrfFilter@54ad8eb0, org.springframework.security.web.authentication.logout.LogoutFilter@7f4e70a6, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@7fd798ea, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@41785b98, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@79558b43, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@73901cf6, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@65f57e48, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@30570247, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@9d9486f, org.springframework.security.web.access.ExceptionTranslationFilter@244e3736, org.springframework.security.web.access.intercept.AuthorizationFilter@742421c1]
2024-03-22 09:16:12,493  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:16:12,567  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:16:12,568  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:16:12,568  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:16:12,569  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1575067062.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:16:12,569  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1575067062.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:16:12,569  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:16:12,569  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@313d481a
2024-03-22 09:16:12,570  INFO main o.e.h.r.j.r.RSQLActionFieldsTest:56 - Started RSQLActionFieldsTest in 2.901 seconds (process running for 87.942)
2024-03-22 09:16:12,641  INFO pool-13-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:16:12,860  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLActionFieldsTest.testFilterByParameterExtRef()]...
2024-03-22 09:16:12,917  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLActionFieldsTest.testFilterByParameterExtRef()] succeeded.
2024-03-22 09:16:12,994  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLActionFieldsTest.testFilterByParameterStatus()]...
2024-03-22 09:16:13,042  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLActionFieldsTest.testFilterByParameterStatus()] succeeded.
2024-03-22 09:16:13,143  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLActionFieldsTest.testFilterByParameterId()]...
2024-03-22 09:16:13,190  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLActionFieldsTest.testFilterByParameterId()] succeeded.
2024-03-22 09:16:13,194  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@313d481a
2024-03-22 09:16:13,204  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1575067062.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:16:13,205  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:16:13,206  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:16:13,206  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:16:13,223  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:16:13,225  INFO main c.z.h.HikariDataSource:350 - HikariPool-11 - Shutdown initiated...
2024-03-22 09:16:13,226  INFO main c.z.h.HikariDataSource:352 - HikariPool-11 - Shutdown completed.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.563 s -- in org.eclipse.hawkbit.repository.jpa.rsql.RSQLActionFieldsTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.rsql.RSQLTagFieldsTest
2024-03-22 09:16:13,232  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:16:13,268  INFO main o.e.h.r.j.r.RSQLTagFieldsTest:50 - Starting RSQLTagFieldsTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:16:13,268  INFO main o.e.h.r.j.r.RSQLTagFieldsTest:660 - The following 1 profile is active: "test"
2024-03-22 09:16:13,462  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:16:13,516  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 53 ms. Found 20 JPA repository interfaces.
2024-03-22 09:16:13,658  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:16:13,658  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:16:13,669  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:16:13,720  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:13,722  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:13,722  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:13,723  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:13,723  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:13,725  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:13,726  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:13,727  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:13,727  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:13,730  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:13,731  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:13,732  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:13,738  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:13,741  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:13,742  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:16:13,794  INFO main c.z.h.HikariDataSource:110 - HikariPool-12 - Starting...
2024-03-22 09:16:13,815  INFO main c.z.h.p.HikariPool:565 - HikariPool-12 - Added connection conn110: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:16:13,815  INFO main c.z.h.HikariDataSource:123 - HikariPool-12 - Start completed.
2024-03-22 09:16:13,825  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:16:13,826  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:16:13,836  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:16:13,836  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.008s)
2024-03-22 09:16:13,837  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:16:13,840  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:16:13,847  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:16:13,864  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:16:13,867  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:16:13,873  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:16:13,875  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:16:13,878  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:16:13,888  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:16:13,889  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:16:13,898  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:16:13,901  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:16:13,904  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:16:13,906  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:16:13,917  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:16:13,922  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:16:13,926  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:16:13,930  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:16:13,947  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:16:13,962  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:16:13,964  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:16:13,967  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:16:13,970  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:16:13,984  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:16:13,991  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:16:13,993  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:16:13,995  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:16:14,002  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:16:14,004  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:16:14,029  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:16:14,032  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:16:14,035  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:16:14,037  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:16:14,040  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:16:14,042  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:16:14,046  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:16:14,049  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:16:14,055  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:16:14,059  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:16:14,061  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:16:14,068  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:16:14,072  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:16:14,075  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:16:14,077  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:16:14,079  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:16:14,082  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:16:14,086  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:16:14,091  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:16:14,096  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:16:14,100  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:16:14,110  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:16:14,116  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.169s)
2024-03-22 09:16:14,187  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:16:14,567  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:16:14,567  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:16:14,569  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:16:14,581  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:16:14,584  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:16:14,919  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:16:14,920  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:16:14,925  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:16:15,545  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:16:15,978  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@46e1aabf, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5cf95bbe, org.springframework.security.web.context.SecurityContextHolderFilter@6a28373c, org.springframework.security.web.header.HeaderWriterFilter@38625cd5, org.springframework.web.filter.CorsFilter@4a2aa1ca, org.springframework.security.web.csrf.CsrfFilter@8796ed0, org.springframework.security.web.authentication.logout.LogoutFilter@1dbe8c8c, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@2c274c5f, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@393512b4, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@2ca5e683, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@45946fbb, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2964cb47, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@139b70e6, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@675a15fa, org.springframework.security.web.access.ExceptionTranslationFilter@681a5be6, org.springframework.security.web.access.intercept.AuthorizationFilter@445bcb26]
2024-03-22 09:16:16,069  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:16:16,152  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:16:16,152  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:16:16,152  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:16:16,153  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '58273741.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:16:16,154  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '58273741.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:16:16,154  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:16:16,154  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@30d2eab3
2024-03-22 09:16:16,155  INFO main o.e.h.r.j.r.RSQLTagFieldsTest:56 - Started RSQLTagFieldsTest in 2.915 seconds (process running for 91.526)
2024-03-22 09:16:16,235  INFO pool-14-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:16:16,365  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTagFieldsTest.testFilterDistributionSetTagByParameterName()]...
2024-03-22 09:16:16,400  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTagFieldsTest.testFilterDistributionSetTagByParameterName()] succeeded.
2024-03-22 09:16:16,491  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTagFieldsTest.testFilterTargetTagByParameterColour()]...
2024-03-22 09:16:16,537  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTagFieldsTest.testFilterTargetTagByParameterColour()] succeeded.
2024-03-22 09:16:16,616  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTagFieldsTest.testFilterTargetTagByParameterDescription()]...
2024-03-22 09:16:16,647  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTagFieldsTest.testFilterTargetTagByParameterDescription()] succeeded.
2024-03-22 09:16:16,722  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTagFieldsTest.testFilterDistributionSetTagByParameterDescription()]...
2024-03-22 09:16:16,746  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTagFieldsTest.testFilterDistributionSetTagByParameterDescription()] succeeded.
2024-03-22 09:16:16,824  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTagFieldsTest.testFilterDistributionSetTagByParameterColour()]...
2024-03-22 09:16:16,848  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTagFieldsTest.testFilterDistributionSetTagByParameterColour()] succeeded.
2024-03-22 09:16:16,921  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTagFieldsTest.testFilterTargetTagByParameterName()]...
2024-03-22 09:16:16,944  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTagFieldsTest.testFilterTargetTagByParameterName()] succeeded.
2024-03-22 09:16:16,947  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@30d2eab3
2024-03-22 09:16:16,957  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.58273741.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:16:16,958  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:16:16,958  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:16:16,958  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:16:16,963  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:16:16,964  INFO main c.z.h.HikariDataSource:350 - HikariPool-12 - Shutdown initiated...
2024-03-22 09:16:16,965  INFO main c.z.h.HikariDataSource:352 - HikariPool-12 - Shutdown completed.
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.734 s -- in org.eclipse.hawkbit.repository.jpa.rsql.RSQLTagFieldsTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.rsql.RSQLSoftwareModuleFieldTest
2024-03-22 09:16:16,969  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:16:17,026  INFO main o.e.h.r.j.r.RSQLSoftwareModuleFieldTest:50 - Starting RSQLSoftwareModuleFieldTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:16:17,026  INFO main o.e.h.r.j.r.RSQLSoftwareModuleFieldTest:660 - The following 1 profile is active: "test"
2024-03-22 09:16:17,171  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:16:17,190  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 18 ms. Found 20 JPA repository interfaces.
2024-03-22 09:16:17,287  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:16:17,287  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:16:17,299  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:16:17,319  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:17,320  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:17,321  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:17,322  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:17,322  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:17,324  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:17,326  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:17,326  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:17,327  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:17,330  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:17,331  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:17,331  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:17,338  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:17,340  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:17,341  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:16:17,417  INFO main c.z.h.HikariDataSource:110 - HikariPool-13 - Starting...
2024-03-22 09:16:17,419  INFO main c.z.h.p.HikariPool:565 - HikariPool-13 - Added connection conn120: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:16:17,419  INFO main c.z.h.HikariDataSource:123 - HikariPool-13 - Start completed.
2024-03-22 09:16:17,429  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:16:17,431  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:16:17,440  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:16:17,441  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.009s)
2024-03-22 09:16:17,442  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:16:17,445  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:16:17,452  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:16:17,472  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:16:17,476  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:16:17,482  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:16:17,485  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:16:17,488  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:16:17,499  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:16:17,501  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:16:17,519  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:16:17,523  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:16:17,527  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:16:17,530  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:16:17,534  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:16:17,541  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:16:17,547  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:16:17,552  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:16:17,581  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:16:17,616  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:16:17,618  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:16:17,621  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:16:17,625  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:16:17,643  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:16:17,652  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:16:17,654  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:16:17,656  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:16:17,682  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:16:17,685  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:16:17,691  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:16:17,696  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:16:17,698  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:16:17,702  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:16:17,706  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:16:17,717  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:16:17,722  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:16:17,726  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:16:17,734  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:16:17,740  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:16:17,743  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:16:17,750  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:16:17,755  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:16:17,760  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:16:17,762  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:16:17,764  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:16:17,768  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:16:17,773  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:16:17,779  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:16:17,784  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:16:17,789  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:16:17,801  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:16:17,808  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.233s)
2024-03-22 09:16:17,887  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:16:18,259  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:16:18,260  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:16:18,262  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:16:18,275  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:16:18,277  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:16:18,603  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:16:18,604  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:16:18,609  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:16:19,258  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:16:19,674  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@3dff34e2, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@79cb155b, org.springframework.security.web.context.SecurityContextHolderFilter@47c1271f, org.springframework.security.web.header.HeaderWriterFilter@7b83f63f, org.springframework.web.filter.CorsFilter@50e9e112, org.springframework.security.web.csrf.CsrfFilter@3fa563b9, org.springframework.security.web.authentication.logout.LogoutFilter@3b3b40c, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@768be010, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@7734057b, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@97ed4e7, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@68063919, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@536d2cf5, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@13e22b36, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4d62a90e, org.springframework.security.web.access.ExceptionTranslationFilter@215c327c, org.springframework.security.web.access.intercept.AuthorizationFilter@56424640]
2024-03-22 09:16:19,769  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:16:19,840  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:16:19,841  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:16:19,841  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:16:19,842  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1422151186.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:16:19,842  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1422151186.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:16:19,842  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:16:19,842  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@1e6307fb
2024-03-22 09:16:19,843  INFO main o.e.h.r.j.r.RSQLSoftwareModuleFieldTest:56 - Started RSQLSoftwareModuleFieldTest in 2.867 seconds (process running for 95.215)
2024-03-22 09:16:19,923  INFO pool-15-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:16:20,078  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLSoftwareModuleFieldTest.testFilterByParameterNameWithUmlaut()]...
2024-03-22 09:16:20,106  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLSoftwareModuleFieldTest.testFilterByParameterNameWithUmlaut()] succeeded.
2024-03-22 09:16:20,182  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLSoftwareModuleFieldTest.testFilterByType()]...
2024-03-22 09:16:20,218  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLSoftwareModuleFieldTest.testFilterByType()] succeeded.
2024-03-22 09:16:20,288  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLSoftwareModuleFieldTest.testFilterByParameterDescription()]...
2024-03-22 09:16:20,328  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLSoftwareModuleFieldTest.testFilterByParameterDescription()] succeeded.
2024-03-22 09:16:20,404  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLSoftwareModuleFieldTest.testFilterByMetadata()]...
2024-03-22 09:16:20,443  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLSoftwareModuleFieldTest.testFilterByMetadata()] succeeded.
2024-03-22 09:16:20,520  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLSoftwareModuleFieldTest.testFilterByParameterName()]...
2024-03-22 09:16:20,561  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLSoftwareModuleFieldTest.testFilterByParameterName()] succeeded.
2024-03-22 09:16:20,637  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLSoftwareModuleFieldTest.testFilterByParameterId()]...
2024-03-22 09:16:20,662  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLSoftwareModuleFieldTest.testFilterByParameterId()] succeeded.
2024-03-22 09:16:20,741  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLSoftwareModuleFieldTest.testFilterByParameterVersion()]...
2024-03-22 09:16:20,760  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLSoftwareModuleFieldTest.testFilterByParameterVersion()] succeeded.
2024-03-22 09:16:20,763  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@1e6307fb
2024-03-22 09:16:20,771  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1422151186.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:16:20,773  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:16:20,773  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:16:20,773  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:16:20,777  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:16:20,778  INFO main c.z.h.HikariDataSource:350 - HikariPool-13 - Shutdown initiated...
2024-03-22 09:16:20,778  INFO main c.z.h.HikariDataSource:352 - HikariPool-13 - Shutdown completed.
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.810 s -- in org.eclipse.hawkbit.repository.jpa.rsql.RSQLSoftwareModuleFieldTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.rsql.RSQLDistributionSetMetadataFieldsTest
2024-03-22 09:16:20,782  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:16:20,829  INFO main o.e.h.r.j.r.RSQLDistributionSetMetadataFieldsTest:50 - Starting RSQLDistributionSetMetadataFieldsTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:16:20,829  INFO main o.e.h.r.j.r.RSQLDistributionSetMetadataFieldsTest:660 - The following 1 profile is active: "test"
2024-03-22 09:16:20,954  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:16:20,969  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 14 ms. Found 20 JPA repository interfaces.
2024-03-22 09:16:21,050  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:16:21,050  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:16:21,060  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:16:21,076  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:21,078  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:21,078  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:21,079  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:21,079  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:21,081  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:21,082  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:21,083  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:21,083  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:21,086  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:21,087  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:21,088  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:21,094  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:21,096  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:21,097  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:16:21,161  INFO main c.z.h.HikariDataSource:110 - HikariPool-14 - Starting...
2024-03-22 09:16:21,163  INFO main c.z.h.p.HikariPool:565 - HikariPool-14 - Added connection conn130: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:16:21,163  INFO main c.z.h.HikariDataSource:123 - HikariPool-14 - Start completed.
2024-03-22 09:16:21,172  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:16:21,173  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:16:21,181  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:16:21,181  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.007s)
2024-03-22 09:16:21,182  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:16:21,185  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:16:21,190  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:16:21,207  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:16:21,210  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:16:21,216  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:16:21,218  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:16:21,221  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:16:21,235  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:16:21,237  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:16:21,245  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:16:21,249  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:16:21,252  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:16:21,254  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:16:21,257  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:16:21,263  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:16:21,267  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:16:21,271  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:16:21,290  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:16:21,305  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:16:21,307  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:16:21,316  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:16:21,320  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:16:21,334  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:16:21,341  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:16:21,343  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:16:21,344  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:16:21,352  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:16:21,354  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:16:21,363  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:16:21,367  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:16:21,369  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:16:21,372  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:16:21,375  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:16:21,377  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:16:21,380  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:16:21,384  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:16:21,390  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:16:21,395  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:16:21,397  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:16:21,403  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:16:21,407  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:16:21,418  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:16:21,420  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:16:21,421  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:16:21,424  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:16:21,429  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:16:21,434  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:16:21,438  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:16:21,443  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:16:21,453  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:16:21,459  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.163s)
2024-03-22 09:16:21,531  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:16:21,878  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:16:21,878  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:16:21,880  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:16:21,891  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:16:21,893  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:16:22,374  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:16:22,375  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:16:22,417  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:16:23,561  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:16:23,986  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@2c62ff16, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@667502ed, org.springframework.security.web.context.SecurityContextHolderFilter@73c56c81, org.springframework.security.web.header.HeaderWriterFilter@7202ec53, org.springframework.web.filter.CorsFilter@11465fc9, org.springframework.security.web.csrf.CsrfFilter@1f55933f, org.springframework.security.web.authentication.logout.LogoutFilter@1e2f4ab7, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@282bedff, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@50d7be4d, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@769175c6, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@4cb560bf, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@403ad5ad, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@35d2acd0, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4d30ae4d, org.springframework.security.web.access.ExceptionTranslationFilter@1f7d4c06, org.springframework.security.web.access.intercept.AuthorizationFilter@53f335d2]
2024-03-22 09:16:24,067  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:16:24,154  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:16:24,154  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:16:24,154  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:16:24,155  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1700874179.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:16:24,156  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1700874179.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:16:24,156  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:16:24,156  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@63c6c0fc
2024-03-22 09:16:24,157  INFO main o.e.h.r.j.r.RSQLDistributionSetMetadataFieldsTest:56 - Started RSQLDistributionSetMetadataFieldsTest in 3.369 seconds (process running for 99.529)
2024-03-22 09:16:24,336  INFO pool-16-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:16:24,632  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLDistributionSetMetadataFieldsTest.testFilterByParameterValue()]...
2024-03-22 09:16:24,671  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLDistributionSetMetadataFieldsTest.testFilterByParameterValue()] succeeded.
2024-03-22 09:16:24,781  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLDistributionSetMetadataFieldsTest.testFilterByParameterKey()]...
2024-03-22 09:16:24,801  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLDistributionSetMetadataFieldsTest.testFilterByParameterKey()] succeeded.
2024-03-22 09:16:24,814  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@63c6c0fc
2024-03-22 09:16:24,824  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1700874179.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:16:24,826  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:16:24,826  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:16:24,826  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:16:24,830  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:16:24,831  INFO main c.z.h.HikariDataSource:350 - HikariPool-14 - Shutdown initiated...
2024-03-22 09:16:24,832  INFO main c.z.h.HikariDataSource:352 - HikariPool-14 - Shutdown completed.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.051 s -- in org.eclipse.hawkbit.repository.jpa.rsql.RSQLDistributionSetMetadataFieldsTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.rsql.RSQLSoftwareModuleTypeFieldsTest
2024-03-22 09:16:24,837  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:16:24,869  INFO main o.e.h.r.j.r.RSQLSoftwareModuleTypeFieldsTest:50 - Starting RSQLSoftwareModuleTypeFieldsTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:16:24,869  INFO main o.e.h.r.j.r.RSQLSoftwareModuleTypeFieldsTest:660 - The following 1 profile is active: "test"
2024-03-22 09:16:25,102  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:16:25,116  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 13 ms. Found 20 JPA repository interfaces.
2024-03-22 09:16:25,190  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:16:25,190  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:16:25,200  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:16:25,226  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:25,228  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:25,228  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:25,229  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:25,229  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:25,231  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:25,233  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:25,234  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:25,234  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:25,237  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:25,238  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:25,240  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:25,246  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:25,248  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:25,249  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:16:25,303  INFO main c.z.h.HikariDataSource:110 - HikariPool-15 - Starting...
2024-03-22 09:16:25,305  INFO main c.z.h.p.HikariPool:565 - HikariPool-15 - Added connection conn140: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:16:25,306  INFO main c.z.h.HikariDataSource:123 - HikariPool-15 - Start completed.
2024-03-22 09:16:25,317  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:16:25,318  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:16:25,326  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:16:25,327  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.007s)
2024-03-22 09:16:25,327  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:16:25,330  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:16:25,336  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:16:25,353  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:16:25,356  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:16:25,361  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:16:25,363  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:16:25,366  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:16:25,374  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:16:25,376  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:16:25,384  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:16:25,387  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:16:25,390  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:16:25,392  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:16:25,395  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:16:25,400  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:16:25,404  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:16:25,407  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:16:25,432  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:16:25,448  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:16:25,450  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:16:25,452  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:16:25,455  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:16:25,468  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:16:25,474  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:16:25,476  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:16:25,478  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:16:25,486  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:16:25,488  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:16:25,494  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:16:25,497  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:16:25,499  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:16:25,502  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:16:25,505  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:16:25,507  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:16:25,516  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:16:25,519  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:16:25,525  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:16:25,530  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:16:25,532  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:16:25,538  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:16:25,542  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:16:25,546  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:16:25,547  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:16:25,549  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:16:25,552  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:16:25,556  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:16:25,561  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:16:25,565  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:16:25,568  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:16:25,578  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:16:25,583  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.142s)
2024-03-22 09:16:25,650  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:16:25,959  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:16:25,959  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:16:25,961  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:16:25,972  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:16:25,974  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:16:26,355  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:16:26,355  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:16:26,360  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:16:27,139  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:16:27,598  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@4ffd7aba, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@16b6a5ca, org.springframework.security.web.context.SecurityContextHolderFilter@143bec10, org.springframework.security.web.header.HeaderWriterFilter@4af861fa, org.springframework.web.filter.CorsFilter@7c01e2d0, org.springframework.security.web.csrf.CsrfFilter@3f57e4c6, org.springframework.security.web.authentication.logout.LogoutFilter@22e1bf7f, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@331b28c4, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@2f21e497, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@13dcd444, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@1c2e739f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@144a4b85, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@26dfb607, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@37d0542f, org.springframework.security.web.access.ExceptionTranslationFilter@382140d3, org.springframework.security.web.access.intercept.AuthorizationFilter@59700c5b]
2024-03-22 09:16:27,693  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:16:27,809  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:16:27,810  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:16:27,810  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:16:27,811  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1503689609.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:16:27,811  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1503689609.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:16:27,811  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:16:27,811  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@d9c308e
2024-03-22 09:16:27,813  INFO main o.e.h.r.j.r.RSQLSoftwareModuleTypeFieldsTest:56 - Started RSQLSoftwareModuleTypeFieldsTest in 2.967 seconds (process running for 103.184)
2024-03-22 09:16:27,887  INFO pool-17-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:16:27,955  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLSoftwareModuleTypeFieldsTest.testFilterByParameterDescription()]...
2024-03-22 09:16:27,984  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLSoftwareModuleTypeFieldsTest.testFilterByParameterDescription()] succeeded.
2024-03-22 09:16:28,030  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLSoftwareModuleTypeFieldsTest.testFilterByParameterName()]...
2024-03-22 09:16:28,043  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLSoftwareModuleTypeFieldsTest.testFilterByParameterName()] succeeded.
2024-03-22 09:16:28,079  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLSoftwareModuleTypeFieldsTest.testFilterByMaxAssignment()]...
2024-03-22 09:16:28,094  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLSoftwareModuleTypeFieldsTest.testFilterByMaxAssignment()] succeeded.
2024-03-22 09:16:28,143  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLSoftwareModuleTypeFieldsTest.testFilterByParameterId()]...
2024-03-22 09:16:28,165  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLSoftwareModuleTypeFieldsTest.testFilterByParameterId()] succeeded.
2024-03-22 09:16:28,198  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLSoftwareModuleTypeFieldsTest.testFilterByParameterKey()]...
2024-03-22 09:16:28,224  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.rsql.RSQLSoftwareModuleTypeFieldsTest.testFilterByParameterKey()] succeeded.
2024-03-22 09:16:28,227  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@d9c308e
2024-03-22 09:16:28,236  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1503689609.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:16:28,238  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:16:28,238  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:16:28,238  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:16:28,242  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:16:28,243  INFO main c.z.h.HikariDataSource:350 - HikariPool-15 - Shutdown initiated...
2024-03-22 09:16:28,244  INFO main c.z.h.HikariDataSource:352 - HikariPool-15 - Shutdown completed.
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.407 s -- in org.eclipse.hawkbit.repository.jpa.rsql.RSQLSoftwareModuleTypeFieldsTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFieldTest
2024-03-22 09:16:28,248  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:16:28,278  INFO main o.e.h.r.j.r.RSQLTargetFieldTest:50 - Starting RSQLTargetFieldTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:16:28,278  INFO main o.e.h.r.j.r.RSQLTargetFieldTest:660 - The following 1 profile is active: "test"
2024-03-22 09:16:28,443  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:16:28,459  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 14 ms. Found 20 JPA repository interfaces.
2024-03-22 09:16:28,540  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:16:28,540  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:16:28,552  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:16:28,570  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:28,572  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:28,573  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:28,573  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:28,573  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:28,575  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:28,577  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:28,578  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:28,578  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:28,584  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:28,585  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:28,586  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:28,595  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:28,598  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:28,599  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:16:28,671  INFO main c.z.h.HikariDataSource:110 - HikariPool-16 - Starting...
2024-03-22 09:16:28,674  INFO main c.z.h.p.HikariPool:565 - HikariPool-16 - Added connection conn150: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:16:28,675  INFO main c.z.h.HikariDataSource:123 - HikariPool-16 - Start completed.
2024-03-22 09:16:28,685  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:16:28,687  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:16:28,698  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:16:28,699  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.010s)
2024-03-22 09:16:28,700  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:16:28,703  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:16:28,720  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:16:28,741  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:16:28,745  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:16:28,752  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:16:28,755  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:16:28,759  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:16:28,769  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:16:28,772  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:16:28,783  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:16:28,788  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:16:28,792  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:16:28,794  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:16:28,798  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:16:28,805  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:16:28,810  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:16:28,818  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:16:28,838  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:16:28,854  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:16:28,856  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:16:28,859  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:16:28,862  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:16:28,875  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:16:28,880  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:16:28,882  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:16:28,883  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:16:28,890  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:16:28,892  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:16:28,897  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:16:28,900  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:16:28,902  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:16:28,904  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:16:28,907  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:16:28,909  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:16:28,916  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:16:28,919  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:16:28,925  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:16:28,930  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:16:28,933  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:16:28,939  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:16:28,943  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:16:28,946  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:16:28,948  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:16:28,950  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:16:28,953  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:16:28,957  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:16:28,962  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:16:28,969  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:16:28,972  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:16:28,982  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:16:28,987  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.162s)
2024-03-22 09:16:29,050  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:16:29,361  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:16:29,361  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:16:29,363  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:16:29,374  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:16:29,376  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:16:29,722  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:16:29,722  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:16:29,726  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:16:30,420  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:16:30,784  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@593b27de, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@460aae8b, org.springframework.security.web.context.SecurityContextHolderFilter@2b4bd2cd, org.springframework.security.web.header.HeaderWriterFilter@6e5f0c62, org.springframework.web.filter.CorsFilter@28b3341b, org.springframework.security.web.csrf.CsrfFilter@7b158554, org.springframework.security.web.authentication.logout.LogoutFilter@3e9dba9c, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@31fbf584, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@291afbee, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@453c5b78, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@6261e07d, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7c23cdd5, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3fb0cc66, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@45b991d6, org.springframework.security.web.access.ExceptionTranslationFilter@5be31669, org.springframework.security.web.access.intercept.AuthorizationFilter@794cdc5e]
2024-03-22 09:16:30,924  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:16:30,989  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:16:30,989  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:16:30,989  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:16:30,990  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '887337987.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:16:30,990  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '887337987.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:16:30,990  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:16:30,990  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@3ab7e058
2024-03-22 09:16:30,991  INFO main o.e.h.r.j.r.RSQLTargetFieldTest:56 - Started RSQLTargetFieldTest in 2.735 seconds (process running for 106.363)
2024-03-22 09:16:31,060  INFO pool-18-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:16:31,390  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFieldTest.testFilterByComplexQueries()]...
2024-03-22 09:16:31,425  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFieldTest.testFilterByComplexQueries()] succeeded.
2024-03-22 09:16:31,580  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFieldTest.testFilterByParameterUpdateStatus()]...
2024-03-22 09:16:31,586  INFO main o.e.h.r.j.r.JpaQueryRsqlVisitor:294 - given value NOEXIST* cannot be transformed into the correct enum type class org.eclipse.hawkbit.repository.model.TargetUpdateStatus
2024-03-22 09:16:31,622  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFieldTest.testFilterByParameterUpdateStatus()] succeeded.
2024-03-22 09:16:31,772  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFieldTest.testFilterByTag()]...
2024-03-22 09:16:31,924  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFieldTest.testFilterByTag()] succeeded.
2024-03-22 09:16:32,079  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFieldTest.shouldFilterTargetsByTypeKey()]...
2024-03-22 09:16:32,121  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFieldTest.shouldFilterTargetsByTypeKey()] succeeded.
2024-03-22 09:16:32,271  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFieldTest.testFilterByParameterDescription()]...
2024-03-22 09:16:32,302  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFieldTest.testFilterByParameterDescription()] succeeded.
2024-03-22 09:16:32,537  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFieldTest.testFilterByLastTargetQuery()]...
2024-03-22 09:16:32,571  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFieldTest.testFilterByLastTargetQuery()] succeeded.
2024-03-22 09:16:32,762  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFieldTest.testFilterByAssignedDsVersion()]...
2024-03-22 09:16:32,788  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFieldTest.testFilterByAssignedDsVersion()] succeeded.
2024-03-22 09:16:32,964  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFieldTest.testFilterByAssignedDsName()]...
2024-03-22 09:16:32,990  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFieldTest.testFilterByAssignedDsName()] succeeded.
2024-03-22 09:16:33,177  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFieldTest.shouldFilterTargetsByTypeName()]...
2024-03-22 09:16:33,201  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFieldTest.shouldFilterTargetsByTypeName()] succeeded.
2024-03-22 09:16:33,364  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFieldTest.shouldFilterTargetsByTypeIdAndDescription()]...
2024-03-22 09:16:33,377  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFieldTest.shouldFilterTargetsByTypeIdAndDescription()] succeeded.
2024-03-22 09:16:33,545  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFieldTest.testFilterByMetadata()]...
2024-03-22 09:16:33,626  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFieldTest.testFilterByMetadata()] succeeded.
2024-03-22 09:16:33,785  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFieldTest.testFilterByParameterName()]...
2024-03-22 09:16:33,819  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFieldTest.testFilterByParameterName()] succeeded.
2024-03-22 09:16:33,968  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFieldTest.testFilterByAttribute()]...
2024-03-22 09:16:34,033  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFieldTest.testFilterByAttribute()] succeeded.
2024-03-22 09:16:34,181  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFieldTest.testFilterByParameterId()]...
2024-03-22 09:16:34,218  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFieldTest.testFilterByParameterId()] succeeded.
2024-03-22 09:16:34,394  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFieldTest.testFilterByParameterControllerId()]...
2024-03-22 09:16:34,437  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFieldTest.testFilterByParameterControllerId()] succeeded.
2024-03-22 09:16:34,653  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFieldTest.rsqlValidTargetFields()]...
2024-03-22 09:16:34,665  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFieldTest.rsqlValidTargetFields()] succeeded.
2024-03-22 09:16:34,668  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@3ab7e058
2024-03-22 09:16:34,678  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.887337987.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:16:34,679  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:16:34,679  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:16:34,679  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:16:34,683  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:16:34,684  INFO main c.z.h.HikariDataSource:350 - HikariPool-16 - Shutdown initiated...
2024-03-22 09:16:34,685  INFO main c.z.h.HikariDataSource:352 - HikariPool-16 - Shutdown completed.
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.439 s -- in org.eclipse.hawkbit.repository.jpa.rsql.RSQLTargetFieldTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.autocleanup.AutoCleanupSchedulerTest
2024-03-22 09:16:34,689  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:16:34,729  INFO main o.e.h.r.j.a.AutoCleanupSchedulerTest:50 - Starting AutoCleanupSchedulerTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:16:34,730  INFO main o.e.h.r.j.a.AutoCleanupSchedulerTest:660 - The following 1 profile is active: "test"
2024-03-22 09:16:34,844  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:16:34,858  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 13 ms. Found 20 JPA repository interfaces.
2024-03-22 09:16:34,938  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:16:34,939  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:16:34,949  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:16:34,965  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:34,966  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:34,967  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:34,967  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:34,968  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:34,970  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:34,971  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:34,972  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:34,972  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:34,975  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:34,975  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:34,976  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:34,982  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:35,015  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:35,016  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:16:35,065  INFO main c.z.h.HikariDataSource:110 - HikariPool-17 - Starting...
2024-03-22 09:16:35,067  INFO main c.z.h.p.HikariPool:565 - HikariPool-17 - Added connection conn160: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:16:35,067  INFO main c.z.h.HikariDataSource:123 - HikariPool-17 - Start completed.
2024-03-22 09:16:35,076  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:16:35,078  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:16:35,086  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:16:35,087  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.008s)
2024-03-22 09:16:35,088  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:16:35,090  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:16:35,097  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:16:35,112  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:16:35,115  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:16:35,120  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:16:35,122  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:16:35,125  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:16:35,132  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:16:35,134  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:16:35,142  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:16:35,145  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:16:35,148  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:16:35,150  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:16:35,153  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:16:35,157  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:16:35,161  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:16:35,164  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:16:35,182  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:16:35,228  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:16:35,230  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:16:35,232  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:16:35,235  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:16:35,248  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:16:35,254  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:16:35,256  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:16:35,258  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:16:35,264  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:16:35,266  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:16:35,271  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:16:35,274  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:16:35,276  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:16:35,279  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:16:35,282  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:16:35,284  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:16:35,288  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:16:35,317  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:16:35,323  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:16:35,327  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:16:35,330  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:16:35,335  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:16:35,340  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:16:35,344  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:16:35,346  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:16:35,349  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:16:35,352  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:16:35,356  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:16:35,361  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:16:35,364  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:16:35,367  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:16:35,376  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:16:35,381  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.189s)
2024-03-22 09:16:35,451  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:16:35,755  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:16:35,755  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:16:35,757  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:16:35,767  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:16:35,769  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:16:36,038  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:16:36,038  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:16:36,043  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:16:36,639  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:16:36,952  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@3a109b6e, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3b25bb45, org.springframework.security.web.context.SecurityContextHolderFilter@58d6fdf, org.springframework.security.web.header.HeaderWriterFilter@ca6eca5, org.springframework.web.filter.CorsFilter@12df027, org.springframework.security.web.csrf.CsrfFilter@73b829f3, org.springframework.security.web.authentication.logout.LogoutFilter@4b00a0e, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@37c1be78, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@1c5a2bf0, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@1b05c074, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@33a522f4, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3748292c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@27223875, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2570f391, org.springframework.security.web.access.ExceptionTranslationFilter@10d0055d, org.springframework.security.web.access.intercept.AuthorizationFilter@7f2fc37a]
2024-03-22 09:16:37,027  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:16:37,080  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:16:37,080  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:16:37,080  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:16:37,081  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1133589207.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:16:37,081  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1133589207.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:16:37,081  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:16:37,081  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@6b1a4f2e
2024-03-22 09:16:37,082  INFO main o.e.h.r.j.a.AutoCleanupSchedulerTest:56 - Started AutoCleanupSchedulerTest in 2.388 seconds (process running for 112.454)
2024-03-22 09:16:37,147  INFO pool-19-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:16:37,261  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.autocleanup.AutoCleanupSchedulerTest.executeHandlerChain()]...
2024-03-22 09:16:37,265 ERROR main o.e.h.r.j.a.AutoCleanupScheduler:84 - Cleanup task failed.
java.lang.RuntimeException: cleanup failed
	at org.eclipse.hawkbit.repository.jpa.autocleanup.AutoCleanupSchedulerTest$FailingCleanup.run(AutoCleanupSchedulerTest.java:75) ~[test-classes/:na]
	at org.eclipse.hawkbit.repository.jpa.autocleanup.AutoCleanupScheduler.lambda$executeAutoCleanup$0(AutoCleanupScheduler.java:82) ~[classes/:na]
	at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4204) ~[na:na]
	at org.eclipse.hawkbit.repository.jpa.autocleanup.AutoCleanupScheduler.lambda$executeAutoCleanup$1(AutoCleanupScheduler.java:76) ~[classes/:na]
	at org.eclipse.hawkbit.repository.jpa.management.JpaSystemManagement.lambda$forEachTenant$5(JpaSystemManagement.java:342) ~[classes/:na]
	at org.eclipse.hawkbit.security.SecurityContextTenantAware.runInContext(SecurityContextTenantAware.java:153) ~[hawkbit-security-core-0.5.0.jar:0.5.0]
	at org.eclipse.hawkbit.security.SecurityContextTenantAware.runAsTenant(SecurityContextTenantAware.java:111) ~[hawkbit-security-core-0.5.0.jar:0.5.0]
	at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:732) ~[na:na]
	at org.mockito.internal.util.reflection.InstrumentationMemberAccessor$Dispatcher$ByteBuddy$JaGEUHRa.invokeWithArguments(Unknown Source) ~[na:na]
	at org.mockito.internal.util.reflection.InstrumentationMemberAccessor.invoke(InstrumentationMemberAccessor.java:251) ~[mockito-core-5.7.0.jar:na]
	at org.mockito.internal.util.reflection.ModuleMemberAccessor.invoke(ModuleMemberAccessor.java:55) ~[mockito-core-5.7.0.jar:na]
	at org.mockito.internal.creation.bytebuddy.MockMethodAdvice.tryInvoke(MockMethodAdvice.java:314) ~[mockito-core-5.7.0.jar:na]
	at org.mockito.internal.creation.bytebuddy.MockMethodAdvice$RealMethodCall.invoke(MockMethodAdvice.java:234) ~[mockito-core-5.7.0.jar:na]
	at org.mockito.internal.invocation.InterceptedInvocation.callRealMethod(InterceptedInvocation.java:142) ~[mockito-core-5.7.0.jar:na]
	at org.mockito.internal.stubbing.answers.CallsRealMethods.answer(CallsRealMethods.java:45) ~[mockito-core-5.7.0.jar:na]
	at org.mockito.Answers.answer(Answers.java:90) ~[mockito-core-5.7.0.jar:na]
	at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:111) ~[mockito-core-5.7.0.jar:na]
	at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) ~[mockito-core-5.7.0.jar:na]
	at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:34) ~[mockito-core-5.7.0.jar:na]
	at org.mockito.internal.creation.bytebuddy.MockMethodInterceptor.doIntercept(MockMethodInterceptor.java:82) ~[mockito-core-5.7.0.jar:na]
	at org.mockito.internal.creation.bytebuddy.MockMethodAdvice.handle(MockMethodAdvice.java:134) ~[mockito-core-5.7.0.jar:na]
	at org.eclipse.hawkbit.security.SecurityContextTenantAware.runAsTenant(SecurityContextTenantAware.java:111) ~[hawkbit-security-core-0.5.0.jar:0.5.0]
	at org.eclipse.hawkbit.repository.jpa.management.JpaSystemManagement.lambda$forEachTenant$6(JpaSystemManagement.java:340) ~[classes/:na]
	at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[na:na]
	at org.eclipse.hawkbit.repository.jpa.management.JpaSystemManagement.forEachTenant(JpaSystemManagement.java:340) ~[classes/:na]
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
	at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:351) ~[spring-aop-6.1.4.jar:6.1.4]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) ~[spring-aop-6.1.4.jar:6.1.4]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-6.1.4.jar:6.1.4]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:765) ~[spring-aop-6.1.4.jar:6.1.4]
	at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:174) ~[spring-context-6.1.4.jar:6.1.4]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.4.jar:6.1.4]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:765) ~[spring-aop-6.1.4.jar:6.1.4]
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) ~[spring-tx-6.1.4.jar:6.1.4]
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:385) ~[spring-tx-6.1.4.jar:6.1.4]
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) ~[spring-tx-6.1.4.jar:6.1.4]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.4.jar:6.1.4]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:765) ~[spring-aop-6.1.4.jar:6.1.4]
	at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:67) ~[spring-security-core-6.2.2.jar:6.2.2]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.4.jar:6.1.4]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:765) ~[spring-aop-6.1.4.jar:6.1.4]
	at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:164) ~[spring-retry-2.0.5.jar:na]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.4.jar:6.1.4]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:765) ~[spring-aop-6.1.4.jar:6.1.4]
	at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64) ~[spring-aop-6.1.4.jar:6.1.4]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.4.jar:6.1.4]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:765) ~[spring-aop-6.1.4.jar:6.1.4]
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.4.jar:6.1.4]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.4.jar:6.1.4]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:765) ~[spring-aop-6.1.4.jar:6.1.4]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:717) ~[spring-aop-6.1.4.jar:6.1.4]
	at org.eclipse.hawkbit.repository.jpa.management.JpaSystemManagement$$SpringCGLIB$$16.forEachTenant(<generated>) ~[classes/:na]
	at org.eclipse.hawkbit.repository.jpa.autocleanup.AutoCleanupScheduler.executeAutoCleanup(AutoCleanupScheduler.java:76) ~[classes/:na]
	at org.eclipse.hawkbit.security.SystemSecurityContext.lambda$runAsSystemAsTenant$0(SystemSecurityContext.java:118) ~[hawkbit-security-core-0.5.0.jar:0.5.0]
	at org.eclipse.hawkbit.security.SecurityContextTenantAware.runInContext(SecurityContextTenantAware.java:153) ~[hawkbit-security-core-0.5.0.jar:0.5.0]
	at org.eclipse.hawkbit.security.SecurityContextTenantAware.runAsTenant(SecurityContextTenantAware.java:111) ~[hawkbit-security-core-0.5.0.jar:0.5.0]
	at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:732) ~[na:na]
	at org.mockito.internal.util.reflection.InstrumentationMemberAccessor$Dispatcher$ByteBuddy$JaGEUHRa.invokeWithArguments(Unknown Source) ~[na:na]
	at org.mockito.internal.util.reflection.InstrumentationMemberAccessor.invoke(InstrumentationMemberAccessor.java:251) ~[mockito-core-5.7.0.jar:na]
	at org.mockito.internal.util.reflection.ModuleMemberAccessor.invoke(ModuleMemberAccessor.java:55) ~[mockito-core-5.7.0.jar:na]
	at org.mockito.internal.creation.bytebuddy.MockMethodAdvice.tryInvoke(MockMethodAdvice.java:314) ~[mockito-core-5.7.0.jar:na]
	at org.mockito.internal.creation.bytebuddy.MockMethodAdvice$RealMethodCall.invoke(MockMethodAdvice.java:234) ~[mockito-core-5.7.0.jar:na]
	at org.mockito.internal.invocation.InterceptedInvocation.callRealMethod(InterceptedInvocation.java:142) ~[mockito-core-5.7.0.jar:na]
	at org.mockito.internal.stubbing.answers.CallsRealMethods.answer(CallsRealMethods.java:45) ~[mockito-core-5.7.0.jar:na]
	at org.mockito.Answers.answer(Answers.java:90) ~[mockito-core-5.7.0.jar:na]
	at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:111) ~[mockito-core-5.7.0.jar:na]
	at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) ~[mockito-core-5.7.0.jar:na]
	at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:34) ~[mockito-core-5.7.0.jar:na]
	at org.mockito.internal.creation.bytebuddy.MockMethodInterceptor.doIntercept(MockMethodInterceptor.java:82) ~[mockito-core-5.7.0.jar:na]
	at org.mockito.internal.creation.bytebuddy.MockMethodAdvice.handle(MockMethodAdvice.java:134) ~[mockito-core-5.7.0.jar:na]
	at org.eclipse.hawkbit.security.SecurityContextTenantAware.runAsTenant(SecurityContextTenantAware.java:111) ~[hawkbit-security-core-0.5.0.jar:0.5.0]
	at org.eclipse.hawkbit.security.SystemSecurityContext.runAsSystemAsTenant(SystemSecurityContext.java:115) ~[hawkbit-security-core-0.5.0.jar:0.5.0]
	at org.eclipse.hawkbit.security.SystemSecurityContext.runAsSystem(SystemSecurityContext.java:86) ~[hawkbit-security-core-0.5.0.jar:0.5.0]
	at org.eclipse.hawkbit.repository.jpa.autocleanup.AutoCleanupScheduler.run(AutoCleanupScheduler.java:67) ~[classes/:na]
	at org.eclipse.hawkbit.repository.jpa.autocleanup.AutoCleanupSchedulerTest.executeHandlerChain(AutoCleanupSchedulerTest.java:50) ~[test-classes/:na]
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
	at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) ~[junit-platform-commons-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) ~[junit-jupiter-engine-5.10.2.jar:5.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) ~[na:na]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.10.2.jar:1.10.2]
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
	at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56) ~[surefire-junit-platform-3.2.5.jar:3.2.5]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184) ~[surefire-junit-platform-3.2.5.jar:3.2.5]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148) ~[surefire-junit-platform-3.2.5.jar:3.2.5]
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122) ~[surefire-junit-platform-3.2.5.jar:3.2.5]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) ~[surefire-booter-3.2.5.jar:3.2.5]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) ~[surefire-booter-3.2.5.jar:3.2.5]
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) ~[surefire-booter-3.2.5.jar:3.2.5]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) ~[surefire-booter-3.2.5.jar:3.2.5]
2024-03-22 09:16:37,287  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.autocleanup.AutoCleanupSchedulerTest.executeHandlerChain()] succeeded.
2024-03-22 09:16:37,289  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@6b1a4f2e
2024-03-22 09:16:37,298  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1133589207.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:16:37,299  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:16:37,299  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:16:37,300  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:16:37,303  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:16:37,304  INFO main c.z.h.HikariDataSource:350 - HikariPool-17 - Shutdown initiated...
2024-03-22 09:16:37,305  INFO main c.z.h.HikariDataSource:352 - HikariPool-17 - Shutdown completed.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.617 s -- in org.eclipse.hawkbit.repository.jpa.autocleanup.AutoCleanupSchedulerTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.autocleanup.AutoActionCleanupTest
2024-03-22 09:16:37,309  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:16:37,340  INFO main o.e.h.r.j.a.AutoActionCleanupTest:50 - Starting AutoActionCleanupTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:16:37,340  INFO main o.e.h.r.j.a.AutoActionCleanupTest:660 - The following 1 profile is active: "test"
2024-03-22 09:16:37,460  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:16:37,475  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 14 ms. Found 20 JPA repository interfaces.
2024-03-22 09:16:37,564  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:16:37,565  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:16:37,577  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:16:37,598  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:37,600  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:37,600  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:37,601  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:37,601  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:37,604  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:37,605  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:37,606  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:37,606  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:37,610  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:37,611  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:37,611  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:37,619  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:37,621  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:37,623  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:16:37,685  INFO main c.z.h.HikariDataSource:110 - HikariPool-18 - Starting...
2024-03-22 09:16:37,687  INFO main c.z.h.p.HikariPool:565 - HikariPool-18 - Added connection conn170: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:16:37,687  INFO main c.z.h.HikariDataSource:123 - HikariPool-18 - Start completed.
2024-03-22 09:16:37,697  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:16:37,700  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:16:37,710  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:16:37,710  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.009s)
2024-03-22 09:16:37,711  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:16:37,715  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:16:37,722  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:16:37,740  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:16:37,745  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:16:37,751  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:16:37,754  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:16:37,758  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:16:37,767  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:16:37,770  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:16:37,779  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:16:37,783  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:16:37,787  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:16:37,790  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:16:37,793  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:16:37,798  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:16:37,803  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:16:37,806  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:16:37,823  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:16:37,836  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:16:37,838  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:16:37,840  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:16:37,842  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:16:37,854  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:16:37,860  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:16:37,862  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:16:37,864  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:16:37,870  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:16:37,872  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:16:37,877  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:16:37,880  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:16:37,883  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:16:37,885  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:16:37,888  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:16:37,890  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:16:37,894  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:16:37,897  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:16:37,902  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:16:37,907  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:16:37,909  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:16:37,918  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:16:37,922  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:16:37,926  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:16:37,928  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:16:37,929  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:16:37,932  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:16:37,936  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:16:37,941  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:16:37,945  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:16:37,948  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:16:37,957  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:16:37,962  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.141s)
2024-03-22 09:16:38,033  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:16:38,322  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:16:38,323  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:16:38,325  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:16:38,336  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:16:38,338  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:16:38,719  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:16:38,720  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:16:38,724  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:16:39,259  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:16:39,576  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@57d6f8cb, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@218adfce, org.springframework.security.web.context.SecurityContextHolderFilter@1599e48a, org.springframework.security.web.header.HeaderWriterFilter@4e896c1d, org.springframework.web.filter.CorsFilter@6cd37e3c, org.springframework.security.web.csrf.CsrfFilter@33dfd426, org.springframework.security.web.authentication.logout.LogoutFilter@3e19ccc7, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@109ba1f2, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@6f38b7ea, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@2dc009cc, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@609428d2, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@582a7cfb, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6ad4c729, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4d30bc1f, org.springframework.security.web.access.ExceptionTranslationFilter@7f69b4bb, org.springframework.security.web.access.intercept.AuthorizationFilter@5815c7f8]
2024-03-22 09:16:39,723  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:16:39,781  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:16:39,781  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:16:39,781  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:16:39,782  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1980524694.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:16:39,782  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1980524694.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:16:39,782  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:16:39,782  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@577566ad
2024-03-22 09:16:39,783  INFO main o.e.h.r.j.a.AutoActionCleanupTest:56 - Started AutoActionCleanupTest in 2.462 seconds (process running for 115.155)
2024-03-22 09:16:39,841  INFO pool-20-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:16:39,890  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.autocleanup.AutoActionCleanupTest.cleanupDisabled()]...
2024-03-22 09:16:40,150  WARN main o.e.h.r.j.m.JpaDeploymentManagement:631 - action (JpaAction [distributionSet=1, version=2, id=1, actionType=FORCED, weight=Optional[1000], isActive=true,  createdAt=1711099000069, lastModifiedAt=1711099000145, status=CANCELING]) was still active and has been force quite.
2024-03-22 09:16:40,218  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.autocleanup.AutoActionCleanupTest.cleanupDisabled()] succeeded.
2024-03-22 09:16:40,251  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.autocleanup.AutoActionCleanupTest.canceledAndFailedActionsAreCleanedUp()]...
2024-03-22 09:16:40,403  WARN main o.e.h.r.j.m.JpaDeploymentManagement:631 - action (JpaAction [distributionSet=3, version=2, id=3, actionType=FORCED, weight=Optional[1000], isActive=true,  createdAt=1711099000337, lastModifiedAt=1711099000400, status=CANCELING]) was still active and has been force quite.
2024-03-22 09:16:40,483  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.autocleanup.AutoActionCleanupTest.canceledAndFailedActionsAreCleanedUp()] succeeded.
2024-03-22 09:16:40,530  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.autocleanup.AutoActionCleanupTest.canceledActionsAreCleanedUp()]...
2024-03-22 09:16:40,676  WARN main o.e.h.r.j.m.JpaDeploymentManagement:631 - action (JpaAction [distributionSet=5, version=2, id=6, actionType=FORCED, weight=Optional[1000], isActive=true,  createdAt=1711099000599, lastModifiedAt=1711099000673, status=CANCELING]) was still active and has been force quite.
2024-03-22 09:16:40,715  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.autocleanup.AutoActionCleanupTest.canceledActionsAreCleanedUp()] succeeded.
2024-03-22 09:16:40,748  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.autocleanup.AutoActionCleanupTest.canceledAndFailedActionsAreCleanedUpWhenExpired() throws java.lang.InterruptedException]...
2024-03-22 09:16:40,891  WARN main o.e.h.r.j.m.JpaDeploymentManagement:631 - action (JpaAction [distributionSet=7, version=2, id=9, actionType=FORCED, weight=Optional[1000], isActive=true,  createdAt=1711099000828, lastModifiedAt=1711099000888, status=CANCELING]) was still active and has been force quite.
2024-03-22 09:16:41,722  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.autocleanup.AutoActionCleanupTest.canceledAndFailedActionsAreCleanedUpWhenExpired() throws java.lang.InterruptedException] succeeded.
2024-03-22 09:16:41,755  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.autocleanup.AutoActionCleanupTest.runningActionsAreNotCleanedUp()]...
2024-03-22 09:16:41,885  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.autocleanup.AutoActionCleanupTest.runningActionsAreNotCleanedUp()] succeeded.
2024-03-22 09:16:41,887  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@577566ad
2024-03-22 09:16:41,895  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1980524694.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:16:41,896  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:16:41,897  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:16:41,897  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:16:41,900  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:16:41,901  INFO main c.z.h.HikariDataSource:350 - HikariPool-18 - Shutdown initiated...
2024-03-22 09:16:41,902  INFO main c.z.h.HikariDataSource:352 - HikariPool-18 - Shutdown completed.
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.594 s -- in org.eclipse.hawkbit.repository.jpa.autocleanup.AutoActionCleanupTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest
2024-03-22 09:16:41,906  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:16:41,939  INFO main o.e.h.r.j.m.ArtifactManagementTest:50 - Starting ArtifactManagementTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:16:41,939  INFO main o.e.h.r.j.m.ArtifactManagementTest:660 - The following 1 profile is active: "test"
2024-03-22 09:16:42,055  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:16:42,070  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 13 ms. Found 20 JPA repository interfaces.
2024-03-22 09:16:42,146  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:16:42,147  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:16:42,156  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:16:42,174  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:42,175  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:42,176  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:42,176  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:42,176  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:42,178  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:42,180  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:42,180  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:42,180  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:42,183  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:42,184  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:42,184  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:42,190  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:42,192  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:42,193  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:16:42,241  INFO main c.z.h.HikariDataSource:110 - HikariPool-19 - Starting...
2024-03-22 09:16:42,243  INFO main c.z.h.p.HikariPool:565 - HikariPool-19 - Added connection conn180: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:16:42,243  INFO main c.z.h.HikariDataSource:123 - HikariPool-19 - Start completed.
2024-03-22 09:16:42,252  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:16:42,253  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:16:42,262  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:16:42,262  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.007s)
2024-03-22 09:16:42,263  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:16:42,266  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:16:42,271  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:16:42,285  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:16:42,289  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:16:42,293  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:16:42,295  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:16:42,298  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:16:42,305  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:16:42,306  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:16:42,319  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:16:42,322  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:16:42,326  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:16:42,329  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:16:42,332  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:16:42,336  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:16:42,340  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:16:42,344  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:16:42,359  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:16:42,371  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:16:42,373  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:16:42,375  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:16:42,377  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:16:42,388  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:16:42,394  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:16:42,395  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:16:42,397  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:16:42,403  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:16:42,404  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:16:42,409  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:16:42,411  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:16:42,416  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:16:42,418  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:16:42,420  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:16:42,422  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:16:42,425  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:16:42,428  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:16:42,433  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:16:42,437  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:16:42,439  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:16:42,444  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:16:42,447  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:16:42,450  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:16:42,452  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:16:42,453  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:16:42,456  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:16:42,459  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:16:42,463  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:16:42,467  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:16:42,470  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:16:42,478  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:16:42,483  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.123s)
2024-03-22 09:16:42,545  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:16:42,908  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:16:42,908  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:16:42,910  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:16:42,924  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:16:42,926  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:16:43,202  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:16:43,203  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:16:43,208  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:16:43,997  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:16:44,344  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@11a855e9, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@d87bf89, org.springframework.security.web.context.SecurityContextHolderFilter@ea55a52, org.springframework.security.web.header.HeaderWriterFilter@59954098, org.springframework.web.filter.CorsFilter@1319d23, org.springframework.security.web.csrf.CsrfFilter@41bae800, org.springframework.security.web.authentication.logout.LogoutFilter@26419373, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@3c361193, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@50421136, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@21eccfd7, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@1646d76d, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1849496e, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@23a0145a, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@72b8c11e, org.springframework.security.web.access.ExceptionTranslationFilter@27738431, org.springframework.security.web.access.intercept.AuthorizationFilter@45eb2b0e]
2024-03-22 09:16:44,430  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:16:44,488  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:16:44,488  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:16:44,488  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:16:44,489  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '646196302.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:16:44,489  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '646196302.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:16:44,489  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:16:44,490  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@39e1cabd
2024-03-22 09:16:44,491  INFO main o.e.h.r.j.m.ArtifactManagementTest:56 - Started ArtifactManagementTest in 2.572 seconds (process running for 119.862)
2024-03-22 09:16:44,565  INFO pool-21-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:16:44,653  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.entityQueriesReferringToNotExistingEntitiesThrowsException() throws java.net.URISyntaxException]...
2024-03-22 09:16:44,834  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.entityQueriesReferringToNotExistingEntitiesThrowsException() throws java.net.URISyntaxException] succeeded.
2024-03-22 09:16:44,870  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.loadArtifactBinaryWithoutDownloadArtifactThrowsPermissionDenied()]...
2024-03-22 09:16:44,886  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.loadArtifactBinaryWithoutDownloadArtifactThrowsPermissionDenied()] succeeded.
2024-03-22 09:16:44,941  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.findArtifact() throws java.io.IOException]...
2024-03-22 09:16:45,042  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.findArtifact() throws java.io.IOException] succeeded.
2024-03-22 09:16:45,076  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.createArtifactFailsIfTooLarge()]...
2024-03-22 09:16:45,207  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.createArtifactFailsIfTooLarge()] succeeded.
2024-03-22 09:16:45,240  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.createExistingArtifactReturnsFullHashList() throws java.io.IOException,java.security.NoSuchAlgorithmException]...
2024-03-22 09:16:45,272  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.createExistingArtifactReturnsFullHashList() throws java.io.IOException,java.security.NoSuchAlgorithmException] succeeded.
2024-03-22 09:16:45,301  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.deleteArtifactWithSameHashAndSoftwareModuleIsNotDeletedInDifferentTenants() throws java.lang.Exception]...
2024-03-22 09:16:45,378  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.deleteArtifactWithSameHashAndSoftwareModuleIsNotDeletedInDifferentTenants() throws java.lang.Exception] succeeded.
2024-03-22 09:16:45,406  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.deleteArtifactWithSameHashAndSoftwareModuleIsNotDeletedInSameTenants() throws java.io.IOException]...
2024-03-22 09:16:45,445  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.deleteArtifactWithSameHashAndSoftwareModuleIsNotDeletedInSameTenants() throws java.io.IOException] succeeded.
2024-03-22 09:16:45,474  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.loadStreamOfArtifact() throws java.io.IOException]...
2024-03-22 09:16:45,494  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.loadStreamOfArtifact() throws java.io.IOException] succeeded.
2024-03-22 09:16:45,543  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.createArtifact() throws java.io.IOException]...
2024-03-22 09:16:45,589  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.createArtifact() throws java.io.IOException] succeeded.
2024-03-22 09:16:45,627  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.hardDeleteSoftwareModule() throws java.io.IOException]...
2024-03-22 09:16:45,649  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.hardDeleteSoftwareModule() throws java.io.IOException] succeeded.
2024-03-22 09:16:45,680  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.findArtifactBySoftwareModule() throws java.io.IOException]...
2024-03-22 09:16:45,705  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.findArtifactBySoftwareModule() throws java.io.IOException] succeeded.
2024-03-22 09:16:45,742  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.createArtifactWithNoneMatchingHashes() throws java.io.IOException,java.security.NoSuchAlgorithmException]...
2024-03-22 09:16:45,767  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.createArtifactWithNoneMatchingHashes() throws java.io.IOException,java.security.NoSuchAlgorithmException] succeeded.
2024-03-22 09:16:45,797  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.createArtifactWithMatchingHashes() throws java.io.IOException,java.security.NoSuchAlgorithmException]...
2024-03-22 09:16:45,828  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.createArtifactWithMatchingHashes() throws java.io.IOException,java.security.NoSuchAlgorithmException] succeeded.
2024-03-22 09:16:45,860  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.createArtifactsUntilStorageQuotaIsExceeded() throws java.io.IOException]...
2024-03-22 09:16:46,251  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.createArtifactsUntilStorageQuotaIsExceeded() throws java.io.IOException] succeeded.
2024-03-22 09:16:46,282  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.createArtifactsUntilQuotaIsExceeded() throws java.io.IOException]...
2024-03-22 09:16:46,321  WARN main o.e.h.r.j.u.QuotaHelper:124 - Cannot assign 1 Artifact entities to SoftwareModule '34' because of the configured quota limit 3. Currently, there are 3 Artifact entities assigned.
2024-03-22 09:16:46,346  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.createArtifactsUntilQuotaIsExceeded() throws java.io.IOException] succeeded.
2024-03-22 09:16:46,376  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.deleteArtifact() throws java.io.IOException]...
2024-03-22 09:16:46,426  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.deleteArtifact() throws java.io.IOException] succeeded.
2024-03-22 09:16:46,457  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.entityQueryWithIllegalFilenameThrowsException() throws java.net.URISyntaxException]...
2024-03-22 09:16:46,476  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.entityQueryWithIllegalFilenameThrowsException() throws java.net.URISyntaxException] succeeded.
2024-03-22 09:16:46,504  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.findByFilenameAndSoftwareModule() throws java.io.IOException]...
2024-03-22 09:16:46,548  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.findByFilenameAndSoftwareModule() throws java.io.IOException] succeeded.
2024-03-22 09:16:46,581  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.nonExistingEntityAccessReturnsNotPresent()]...
2024-03-22 09:16:46,698  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.nonExistingEntityAccessReturnsNotPresent()] succeeded.
2024-03-22 09:16:46,729  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.deleteDuplicateArtifacts() throws java.io.IOException]...
2024-03-22 09:16:46,766  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest.deleteDuplicateArtifacts() throws java.io.IOException] succeeded.
2024-03-22 09:16:46,769  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@39e1cabd
2024-03-22 09:16:46,780  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.646196302.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:16:46,781  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:16:46,781  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:16:46,781  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:16:46,785  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:16:46,786  INFO main c.z.h.HikariDataSource:350 - HikariPool-19 - Shutdown initiated...
2024-03-22 09:16:46,787  INFO main c.z.h.HikariDataSource:352 - HikariPool-19 - Shutdown completed.
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.881 s -- in org.eclipse.hawkbit.repository.jpa.management.ArtifactManagementTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.management.ActionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.008 s -- in org.eclipse.hawkbit.repository.jpa.management.ActionTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleTypeManagementTest
2024-03-22 09:16:47,801  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:16:47,831  INFO main o.e.h.r.j.m.SoftwareModuleTypeManagementTest:50 - Starting SoftwareModuleTypeManagementTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:16:47,831  INFO main o.e.h.r.j.m.SoftwareModuleTypeManagementTest:660 - The following 1 profile is active: "test"
2024-03-22 09:16:47,944  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:16:47,959  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 14 ms. Found 20 JPA repository interfaces.
2024-03-22 09:16:48,036  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:16:48,036  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:16:48,048  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:16:48,068  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:48,069  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:48,070  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:48,071  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:48,071  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:48,073  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:48,075  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:48,076  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:48,076  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:48,079  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:48,080  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:48,081  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:48,088  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:48,090  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:48,091  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:16:48,154  INFO main c.z.h.HikariDataSource:110 - HikariPool-20 - Starting...
2024-03-22 09:16:48,156  INFO main c.z.h.p.HikariPool:565 - HikariPool-20 - Added connection conn190: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:16:48,157  INFO main c.z.h.HikariDataSource:123 - HikariPool-20 - Start completed.
2024-03-22 09:16:48,171  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:16:48,172  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:16:48,180  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:16:48,181  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.007s)
2024-03-22 09:16:48,181  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:16:48,184  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:16:48,190  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:16:48,205  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:16:48,208  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:16:48,216  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:16:48,218  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:16:48,222  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:16:48,229  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:16:48,231  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:16:48,238  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:16:48,241  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:16:48,244  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:16:48,246  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:16:48,249  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:16:48,253  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:16:48,257  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:16:48,260  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:16:48,276  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:16:48,288  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:16:48,290  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:16:48,292  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:16:48,295  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:16:48,322  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:16:48,328  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:16:48,330  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:16:48,331  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:16:48,338  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:16:48,340  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:16:48,345  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:16:48,348  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:16:48,350  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:16:48,352  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:16:48,355  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:16:48,357  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:16:48,360  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:16:48,363  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:16:48,369  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:16:48,373  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:16:48,375  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:16:48,380  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:16:48,384  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:16:48,387  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:16:48,388  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:16:48,390  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:16:48,392  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:16:48,396  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:16:48,400  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:16:48,404  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:16:48,407  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:16:48,417  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:16:48,422  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.139s)
2024-03-22 09:16:48,486  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:16:48,823  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:16:48,823  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:16:48,825  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:16:48,835  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:16:48,837  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:16:49,181  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:16:49,182  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:16:49,187  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:16:49,958  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:16:50,370  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@68274785, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@679b63b8, org.springframework.security.web.context.SecurityContextHolderFilter@3b782657, org.springframework.security.web.header.HeaderWriterFilter@5848f4b1, org.springframework.web.filter.CorsFilter@7cc6ef48, org.springframework.security.web.csrf.CsrfFilter@d471b76, org.springframework.security.web.authentication.logout.LogoutFilter@14a2706b, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@18b07ed5, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@6872632f, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@50582634, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@1f966480, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@ed106e5, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7780fc12, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@21148d5, org.springframework.security.web.access.ExceptionTranslationFilter@6033336e, org.springframework.security.web.access.intercept.AuthorizationFilter@1f220223]
2024-03-22 09:16:50,455  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:16:50,515  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:16:50,515  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:16:50,515  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:16:50,517  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1868313193.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:16:50,517  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1868313193.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:16:50,517  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:16:50,517  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@5f02ffb0
2024-03-22 09:16:50,518  INFO main o.e.h.r.j.m.SoftwareModuleTypeManagementTest:56 - Started SoftwareModuleTypeManagementTest in 2.709 seconds (process running for 125.89)
2024-03-22 09:16:50,582  INFO pool-22-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:16:50,642  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleTypeManagementTest.createMultipleSoftwareModuleTypes()]...
2024-03-22 09:16:50,667  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleTypeManagementTest.createMultipleSoftwareModuleTypes()] succeeded.
2024-03-22 09:16:50,697  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleTypeManagementTest.updateNothingResultsInUnchangedRepositoryForType()]...
2024-03-22 09:16:50,718  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleTypeManagementTest.updateNothingResultsInUnchangedRepositoryForType()] succeeded.
2024-03-22 09:16:50,747  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleTypeManagementTest.entityQueriesReferringToNotExistingEntitiesThrowsException()]...
2024-03-22 09:16:50,861  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleTypeManagementTest.entityQueriesReferringToNotExistingEntitiesThrowsException()] succeeded.
2024-03-22 09:16:50,892  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleTypeManagementTest.createSoftwareModuleTypesFailsWithExistingEntity()]...
2024-03-22 09:16:50,919  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleTypeManagementTest.createSoftwareModuleTypesFailsWithExistingEntity()] succeeded.
2024-03-22 09:16:50,949  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleTypeManagementTest.deleteAssignedAndUnassignedSoftwareModuleTypes()]...
2024-03-22 09:16:51,000  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleTypeManagementTest.deleteAssignedAndUnassignedSoftwareModuleTypes()] succeeded.
2024-03-22 09:16:51,035  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleTypeManagementTest.createSoftwareModuleTypeFailsWithExistingEntity()]...
2024-03-22 09:16:51,048  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleTypeManagementTest.createSoftwareModuleTypeFailsWithExistingEntity()] succeeded.
2024-03-22 09:16:51,077  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleTypeManagementTest.createSoftwareModuleTypesFailsWithInvalidMaxAssignment()]...
2024-03-22 09:16:51,100  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleTypeManagementTest.createSoftwareModuleTypesFailsWithInvalidMaxAssignment()] succeeded.
2024-03-22 09:16:51,142  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleTypeManagementTest.createModuleTypesCallFailsForExistingTypes()]...
2024-03-22 09:16:51,158  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleTypeManagementTest.createModuleTypesCallFailsForExistingTypes()] succeeded.
2024-03-22 09:16:51,188  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleTypeManagementTest.findSoftwareModuleTypeByName()]...
2024-03-22 09:16:51,217  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleTypeManagementTest.findSoftwareModuleTypeByName()] succeeded.
2024-03-22 09:16:51,247  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleTypeManagementTest.updateSoftwareModuleTypeFieldsToNewValue()]...
2024-03-22 09:16:51,259  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleTypeManagementTest.updateSoftwareModuleTypeFieldsToNewValue()] succeeded.
2024-03-22 09:16:51,325  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleTypeManagementTest.nonExistingEntityAccessReturnsNotPresent()]...
2024-03-22 09:16:51,437  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleTypeManagementTest.nonExistingEntityAccessReturnsNotPresent()] succeeded.
2024-03-22 09:16:51,440  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@5f02ffb0
2024-03-22 09:16:51,450  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1868313193.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:16:51,451  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:16:51,451  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:16:51,451  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:16:51,455  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:16:51,456  INFO main c.z.h.HikariDataSource:350 - HikariPool-20 - Shutdown initiated...
2024-03-22 09:16:51,457  INFO main c.z.h.HikariDataSource:352 - HikariPool-20 - Shutdown completed.
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.657 s -- in org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleTypeManagementTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.management.DistributionSetInvalidationManagementTest
2024-03-22 09:16:51,461  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:16:51,484  INFO main o.e.h.r.j.m.DistributionSetInvalidationManagementTest:50 - Starting DistributionSetInvalidationManagementTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:16:51,484  INFO main o.e.h.r.j.m.DistributionSetInvalidationManagementTest:660 - The following 1 profile is active: "test"
2024-03-22 09:16:51,597  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:16:51,610  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 12 ms. Found 20 JPA repository interfaces.
2024-03-22 09:16:51,686  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:16:51,687  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:16:51,696  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:16:51,715  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:51,716  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:51,717  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:51,717  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:51,718  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:51,720  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:51,721  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:51,722  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:51,722  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:51,725  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:51,725  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:51,726  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:51,732  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:51,734  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:51,735  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:16:51,781  INFO main c.z.h.HikariDataSource:110 - HikariPool-21 - Starting...
2024-03-22 09:16:51,783  INFO main c.z.h.p.HikariPool:565 - HikariPool-21 - Added connection conn200: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:16:51,783  INFO main c.z.h.HikariDataSource:123 - HikariPool-21 - Start completed.
2024-03-22 09:16:51,792  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:16:51,793  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:16:51,800  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:16:51,801  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.007s)
2024-03-22 09:16:51,801  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:16:51,804  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:16:51,809  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:16:51,826  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:16:51,829  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:16:51,834  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:16:51,836  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:16:51,838  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:16:51,846  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:16:51,848  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:16:51,855  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:16:51,857  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:16:51,860  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:16:51,862  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:16:51,865  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:16:51,869  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:16:51,872  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:16:51,875  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:16:51,890  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:16:51,903  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:16:51,915  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:16:51,917  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:16:51,920  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:16:51,931  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:16:51,937  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:16:51,939  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:16:51,940  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:16:51,947  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:16:51,948  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:16:51,953  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:16:52,000  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:16:52,002  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:16:52,004  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:16:52,007  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:16:52,008  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:16:52,015  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:16:52,018  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:16:52,023  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:16:52,027  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:16:52,029  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:16:52,034  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:16:52,037  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:16:52,040  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:16:52,042  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:16:52,043  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:16:52,046  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:16:52,049  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:16:52,053  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:16:52,057  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:16:52,060  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:16:52,068  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:16:52,072  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.159s)
2024-03-22 09:16:52,148  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:16:52,441  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:16:52,441  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:16:52,443  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:16:52,453  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:16:52,454  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:16:52,728  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:16:52,728  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:16:52,733  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:16:53,463  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:16:53,816  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@364b9cde, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1ec51410, org.springframework.security.web.context.SecurityContextHolderFilter@21020f9, org.springframework.security.web.header.HeaderWriterFilter@22b0fdf2, org.springframework.web.filter.CorsFilter@2b65e757, org.springframework.security.web.csrf.CsrfFilter@5fb7022f, org.springframework.security.web.authentication.logout.LogoutFilter@42b7ff66, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@403ea56a, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@2b7f2a67, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@6f5895f1, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@3d0f2ec4, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@65d1ecee, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@e851928, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@59f59a8, org.springframework.security.web.access.ExceptionTranslationFilter@1b8e062a, org.springframework.security.web.access.intercept.AuthorizationFilter@36a3d0af]
2024-03-22 09:16:53,945  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:16:54,001  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:16:54,001  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:16:54,001  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:16:54,002  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '850443157.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:16:54,002  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '850443157.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:16:54,002  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:16:54,002  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@4e4e1581
2024-03-22 09:16:54,003  INFO main o.e.h.r.j.m.DistributionSetInvalidationManagementTest:56 - Started DistributionSetInvalidationManagementTest in 2.537 seconds (process running for 129.375)
2024-03-22 09:16:54,063  INFO pool-23-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:16:54,124  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetInvalidationManagementTest.verifyInvalidateDistributionSetStopAutoAssignment()]...
2024-03-22 09:16:54,471  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetInvalidationManagementTest.verifyInvalidateDistributionSetStopAutoAssignment()] succeeded.
2024-03-22 09:16:54,537  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetInvalidationManagementTest.verifyInvalidateWithReadAndUpdateRepoAndUpdateTargetAndUpdateRolloutAuthority()]...
2024-03-22 09:16:54,738  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetInvalidationManagementTest.verifyInvalidateWithReadAndUpdateRepoAndUpdateTargetAndUpdateRolloutAuthority()] succeeded.
2024-03-22 09:16:54,770  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetInvalidationManagementTest.verifyInvalidateDistributionSetStopAll()]...
2024-03-22 09:16:54,944  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetInvalidationManagementTest.verifyInvalidateDistributionSetStopAll()] succeeded.
2024-03-22 09:16:54,975  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetInvalidationManagementTest.verifyInvalidateIncompleteDistributionSetThrowsException()]...
2024-03-22 09:16:54,993  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetInvalidationManagementTest.verifyInvalidateIncompleteDistributionSetThrowsException()] succeeded.
2024-03-22 09:16:55,033  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetInvalidationManagementTest.verifyInvalidateInvalidatedDistributionSetDontThrowsException()]...
2024-03-22 09:16:55,066  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetInvalidationManagementTest.verifyInvalidateInvalidatedDistributionSetDontThrowsException()] succeeded.
2024-03-22 09:16:55,096  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetInvalidationManagementTest.verifyInvalidateWithReadAndUpdateRepoAuthority()]...
2024-03-22 09:16:55,232  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetInvalidationManagementTest.verifyInvalidateWithReadAndUpdateRepoAuthority()] succeeded.
2024-03-22 09:16:55,265  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetInvalidationManagementTest.verifyInvalidateWithReadAndUpdateRepoAndUpdateTargetAuthority()]...
2024-03-22 09:16:55,401  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetInvalidationManagementTest.verifyInvalidateWithReadAndUpdateRepoAndUpdateTargetAuthority()] succeeded.
2024-03-22 09:16:55,442  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetInvalidationManagementTest.verifyInvalidateDistributionSetStopRollouts()]...
2024-03-22 09:16:55,626  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetInvalidationManagementTest.verifyInvalidateDistributionSetStopRollouts()] succeeded.
2024-03-22 09:16:55,665  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetInvalidationManagementTest.verifyInvalidateDistributionSetStopAllAndForceCancel()]...
2024-03-22 09:16:55,831  WARN main o.e.h.r.j.m.JpaDeploymentManagement:631 - action (JpaAction [distributionSet=9, version=1, id=31, actionType=FORCED, weight=Optional[1000], isActive=true,  createdAt=1711099015740, lastModifiedAt=1711099015740, status=CANCELING]) was still active and has been force quite.
2024-03-22 09:16:55,835  WARN main o.e.h.r.j.m.JpaDeploymentManagement:631 - action (JpaAction [distributionSet=9, version=1, id=32, actionType=FORCED, weight=Optional[1000], isActive=true,  createdAt=1711099015743, lastModifiedAt=1711099015743, status=CANCELING]) was still active and has been force quite.
2024-03-22 09:16:55,837  WARN main o.e.h.r.j.m.JpaDeploymentManagement:631 - action (JpaAction [distributionSet=9, version=1, id=33, actionType=FORCED, weight=Optional[1000], isActive=true,  createdAt=1711099015746, lastModifiedAt=1711099015746, status=CANCELING]) was still active and has been force quite.
2024-03-22 09:16:55,839  WARN main o.e.h.r.j.m.JpaDeploymentManagement:631 - action (JpaAction [distributionSet=9, version=1, id=34, actionType=FORCED, weight=Optional[1000], isActive=true,  createdAt=1711099015742, lastModifiedAt=1711099015742, status=CANCELING]) was still active and has been force quite.
2024-03-22 09:16:55,841  WARN main o.e.h.r.j.m.JpaDeploymentManagement:631 - action (JpaAction [distributionSet=9, version=1, id=35, actionType=FORCED, weight=Optional[1000], isActive=true,  createdAt=1711099015745, lastModifiedAt=1711099015745, status=CANCELING]) was still active and has been force quite.
2024-03-22 09:16:55,883  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetInvalidationManagementTest.verifyInvalidateDistributionSetStopAllAndForceCancel()] succeeded.
2024-03-22 09:16:55,886  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@4e4e1581
2024-03-22 09:16:55,896  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.850443157.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:16:55,897  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:16:55,897  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:16:55,897  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:16:55,901  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:16:55,902  INFO main c.z.h.HikariDataSource:350 - HikariPool-21 - Shutdown initiated...
2024-03-22 09:16:55,903  INFO main c.z.h.HikariDataSource:352 - HikariPool-21 - Shutdown completed.
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.444 s -- in org.eclipse.hawkbit.repository.jpa.management.DistributionSetInvalidationManagementTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.management.ConfirmationManagementTest
2024-03-22 09:16:55,908  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:16:55,941  INFO main o.e.h.r.j.m.ConfirmationManagementTest:50 - Starting ConfirmationManagementTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:16:55,941  INFO main o.e.h.r.j.m.ConfirmationManagementTest:660 - The following 1 profile is active: "test"
2024-03-22 09:16:56,060  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:16:56,074  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 13 ms. Found 20 JPA repository interfaces.
2024-03-22 09:16:56,149  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:16:56,149  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:16:56,160  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:16:56,175  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:56,176  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:56,177  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:56,177  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:56,178  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:56,180  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:56,181  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:56,182  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:56,182  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:56,185  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:56,185  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:56,186  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:56,193  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:56,195  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:16:56,196  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:16:56,311  INFO main c.z.h.HikariDataSource:110 - HikariPool-22 - Starting...
2024-03-22 09:16:56,312  INFO main c.z.h.p.HikariPool:565 - HikariPool-22 - Added connection conn210: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:16:56,313  INFO main c.z.h.HikariDataSource:123 - HikariPool-22 - Start completed.
2024-03-22 09:16:56,321  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:16:56,322  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:16:56,330  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:16:56,331  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.007s)
2024-03-22 09:16:56,331  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:16:56,334  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:16:56,340  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:16:56,353  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:16:56,356  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:16:56,361  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:16:56,363  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:16:56,366  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:16:56,373  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:16:56,374  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:16:56,381  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:16:56,384  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:16:56,387  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:16:56,388  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:16:56,391  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:16:56,395  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:16:56,398  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:16:56,401  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:16:56,423  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:16:56,436  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:16:56,438  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:16:56,440  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:16:56,443  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:16:56,454  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:16:56,460  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:16:56,461  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:16:56,463  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:16:56,469  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:16:56,470  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:16:56,475  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:16:56,477  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:16:56,480  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:16:56,482  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:16:56,484  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:16:56,486  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:16:56,489  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:16:56,492  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:16:56,497  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:16:56,501  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:16:56,503  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:16:56,509  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:16:56,516  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:16:56,519  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:16:56,520  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:16:56,522  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:16:56,524  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:16:56,528  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:16:56,532  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:16:56,536  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:16:56,539  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:16:56,547  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:16:56,552  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.118s)
2024-03-22 09:16:56,610  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:16:56,904  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:16:56,905  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:16:56,906  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:16:56,920  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:16:56,922  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:16:57,227  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:16:57,227  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:16:57,231  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:16:57,756  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:16:58,115  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@4b4dd088, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5790fd, org.springframework.security.web.context.SecurityContextHolderFilter@9bbce5c, org.springframework.security.web.header.HeaderWriterFilter@3be6c7a9, org.springframework.web.filter.CorsFilter@60ee5ebe, org.springframework.security.web.csrf.CsrfFilter@74fdb3e5, org.springframework.security.web.authentication.logout.LogoutFilter@5d4bcf3e, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@7fe3e75e, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@1b34dc24, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@bfa50fd, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@7cd2e5a3, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@10c03615, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@16628ace, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2e96189a, org.springframework.security.web.access.ExceptionTranslationFilter@1032d2d9, org.springframework.security.web.access.intercept.AuthorizationFilter@62952894]
2024-03-22 09:16:58,188  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:16:58,237  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:16:58,237  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:16:58,237  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:16:58,238  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1705769449.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:16:58,238  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1705769449.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:16:58,239  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:16:58,239  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@5ecfe1ab
2024-03-22 09:16:58,240  INFO main o.e.h.r.j.m.ConfirmationManagementTest:56 - Started ConfirmationManagementTest in 2.321 seconds (process running for 133.611)
2024-03-22 09:16:58,292  INFO pool-24-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:16:58,349  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ConfirmationManagementTest.deniedActionWillStayInWfcState()]...
2024-03-22 09:16:58,537  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ConfirmationManagementTest.deniedActionWillStayInWfcState()] succeeded.
2024-03-22 09:16:58,567  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ConfirmationManagementTest.disableAlreadyDisabledAutoConfirmationHaveNoAffect()]...
2024-03-22 09:16:58,581  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ConfirmationManagementTest.disableAlreadyDisabledAutoConfirmationHaveNoAffect()] succeeded.
2024-03-22 09:16:58,621  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ConfirmationManagementTest.verifyActivateAlreadyActiveAutoConfirmationThrowException()]...
2024-03-22 09:16:58,645  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ConfirmationManagementTest.verifyActivateAlreadyActiveAutoConfirmationThrowException()] succeeded.
2024-03-22 09:16:58,675  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ConfirmationManagementTest.activateAutoConfirmationInMultiAssignment()]...
2024-03-22 09:16:58,786  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ConfirmationManagementTest.activateAutoConfirmationInMultiAssignment()] succeeded.
2024-03-22 09:16:58,831  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ConfirmationManagementTest.verifyAutoConfirmationActivationValues(java.lang.String,java.lang.String)]...
2024-03-22 09:16:58,852  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ConfirmationManagementTest.verifyAutoConfirmationActivationValues(java.lang.String,java.lang.String)] succeeded.
2024-03-22 09:16:58,881  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ConfirmationManagementTest.verifyAutoConfirmationActivationValues(java.lang.String,java.lang.String)]...
2024-03-22 09:16:58,900  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ConfirmationManagementTest.verifyAutoConfirmationActivationValues(java.lang.String,java.lang.String)] succeeded.
2024-03-22 09:16:58,938  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ConfirmationManagementTest.verifyAutoConfirmationActivationValues(java.lang.String,java.lang.String)]...
2024-03-22 09:16:58,957  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ConfirmationManagementTest.verifyAutoConfirmationActivationValues(java.lang.String,java.lang.String)] succeeded.
2024-03-22 09:16:58,985  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ConfirmationManagementTest.verifyAutoConfirmationActivationValues(java.lang.String,java.lang.String)]...
2024-03-22 09:16:59,005  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ConfirmationManagementTest.verifyAutoConfirmationActivationValues(java.lang.String,java.lang.String)] succeeded.
2024-03-22 09:16:59,041  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ConfirmationManagementTest.confirmedActionCannotBeGivenOnFinishedAction()]...
2024-03-22 09:16:59,126  WARN main o.e.h.r.j.m.JpaConfirmationManagement:179 - Confirming action 4 is not possible since the action is not active anymore.
2024-03-22 09:16:59,136  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ConfirmationManagementTest.confirmedActionCannotBeGivenOnFinishedAction()] succeeded.
2024-03-22 09:16:59,165  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ConfirmationManagementTest.activateAutoConfirmationAndCreateAction()]...
2024-03-22 09:16:59,236  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ConfirmationManagementTest.activateAutoConfirmationAndCreateAction()] succeeded.
2024-03-22 09:16:59,266  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ConfirmationManagementTest.confirmedActionCannotBeConfirmedAgain()]...
2024-03-22 09:16:59,328  WARN main o.e.h.r.j.m.JpaConfirmationManagement:185 - Action 6 is not waiting for confirmation.
2024-03-22 09:16:59,337  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ConfirmationManagementTest.confirmedActionCannotBeConfirmedAgain()] succeeded.
2024-03-22 09:16:59,366  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ConfirmationManagementTest.activateAutoConfirmationOnActiveAction()]...
2024-03-22 09:16:59,443  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ConfirmationManagementTest.activateAutoConfirmationOnActiveAction()] succeeded.
2024-03-22 09:16:59,472  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ConfirmationManagementTest.retrieveActionsWithConfirmationState()]...
2024-03-22 09:16:59,619  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ConfirmationManagementTest.retrieveActionsWithConfirmationState()] succeeded.
2024-03-22 09:16:59,648  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ConfirmationManagementTest.retrieveActionsWithConfirmationStateInMultiAssignment()]...
2024-03-22 09:16:59,756  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ConfirmationManagementTest.retrieveActionsWithConfirmationStateInMultiAssignment()] succeeded.
2024-03-22 09:16:59,786  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ConfirmationManagementTest.confirmedActionWillSwitchToRunningState()]...
2024-03-22 09:16:59,859  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ConfirmationManagementTest.confirmedActionWillSwitchToRunningState()] succeeded.
2024-03-22 09:16:59,862  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@5ecfe1ab
2024-03-22 09:16:59,870  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1705769449.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:16:59,871  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:16:59,871  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:16:59,871  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:16:59,875  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:16:59,876  INFO main c.z.h.HikariDataSource:350 - HikariPool-22 - Shutdown initiated...
2024-03-22 09:16:59,876  INFO main c.z.h.HikariDataSource:352 - HikariPool-22 - Shutdown completed.
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.969 s -- in org.eclipse.hawkbit.repository.jpa.management.ConfirmationManagementTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest
2024-03-22 09:16:59,885  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:16:59,923  INFO main o.e.h.r.j.m.RolloutManagementTest:50 - Starting RolloutManagementTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:16:59,923  INFO main o.e.h.r.j.m.RolloutManagementTest:660 - The following 1 profile is active: "test"
2024-03-22 09:17:00,024  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:17:00,038  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 12 ms. Found 20 JPA repository interfaces.
2024-03-22 09:17:00,146  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:17:00,146  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:17:00,155  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:17:00,167  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:00,169  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:00,169  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:00,169  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:00,170  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:00,172  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:00,173  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:00,174  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:00,174  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:00,177  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:00,177  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:00,178  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:00,183  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:00,185  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:00,186  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:17:00,235  INFO main c.z.h.HikariDataSource:110 - HikariPool-23 - Starting...
2024-03-22 09:17:00,236  INFO main c.z.h.p.HikariPool:565 - HikariPool-23 - Added connection conn220: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:17:00,236  INFO main c.z.h.HikariDataSource:123 - HikariPool-23 - Start completed.
2024-03-22 09:17:00,244  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:17:00,245  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:17:00,253  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:17:00,253  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.006s)
2024-03-22 09:17:00,254  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:17:00,256  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:17:00,261  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:17:00,274  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:17:00,276  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:17:00,281  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:17:00,282  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:17:00,285  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:17:00,291  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:17:00,293  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:17:00,299  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:17:00,301  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:17:00,304  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:17:00,306  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:17:00,308  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:17:00,316  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:17:00,319  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:17:00,322  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:17:00,336  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:17:00,347  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:17:00,349  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:17:00,350  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:17:00,352  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:17:00,362  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:17:00,367  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:17:00,369  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:17:00,370  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:17:00,376  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:17:00,377  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:17:00,381  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:17:00,383  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:17:00,385  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:17:00,387  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:17:00,390  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:17:00,391  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:17:00,395  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:17:00,397  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:17:00,402  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:17:00,406  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:17:00,408  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:17:00,416  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:17:00,420  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:17:00,423  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:17:00,424  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:17:00,426  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:17:00,428  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:17:00,431  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:17:00,436  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:17:00,439  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:17:00,442  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:17:00,449  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:17:00,453  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.113s)
2024-03-22 09:17:00,506  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:17:00,770  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:17:00,771  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:17:00,772  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:17:00,782  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:17:00,784  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:17:01,064  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:17:01,065  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:17:01,069  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:17:01,659  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:17:02,020  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@3b64c009, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@32448dfd, org.springframework.security.web.context.SecurityContextHolderFilter@5c5a668, org.springframework.security.web.header.HeaderWriterFilter@780baadb, org.springframework.web.filter.CorsFilter@7db277a0, org.springframework.security.web.csrf.CsrfFilter@45277ac1, org.springframework.security.web.authentication.logout.LogoutFilter@5c6cb36e, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@7197d5c0, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@5e79faa5, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@7a16cc5e, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@48d9ef5f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7bca3563, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7b81ca7c, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@67ef2f9d, org.springframework.security.web.access.ExceptionTranslationFilter@e51d35d, org.springframework.security.web.access.intercept.AuthorizationFilter@38762beb]
2024-03-22 09:17:02,092  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:17:02,142  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:17:02,142  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:17:02,142  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:17:02,143  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1175505537.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:17:02,143  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1175505537.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:17:02,143  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:17:02,143  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@1d86c14
2024-03-22 09:17:02,144  INFO main o.e.h.r.j.m.RolloutManagementTest:56 - Started RolloutManagementTest in 2.253 seconds (process running for 137.516)
2024-03-22 09:17:02,206  INFO pool-25-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:17:02,261  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createRolloutWithIllegalAmountOfGroups()]...
2024-03-22 09:17:02,382  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createRolloutWithIllegalAmountOfGroups()] succeeded.
2024-03-22 09:17:02,418  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createRolloutWithGroupDefinitionsFailsIfQuotaGroupQuotaIsViolated()]...
2024-03-22 09:17:02,525  WARN main o.e.h.r.j.u.QuotaHelper:116 - Cannot assign 26 Target entities to RolloutGroup '<new>' because of the configured quota limit 25.
2024-03-22 09:17:02,539  WARN main o.e.h.r.j.u.QuotaHelper:116 - Cannot assign 51 Target entities to RolloutGroup '<new>' because of the configured quota limit 25.
2024-03-22 09:17:02,580  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createRolloutWithGroupDefinitionsFailsIfQuotaGroupQuotaIsViolated()] succeeded.
2024-03-22 09:17:02,620  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createRolloutWithGroupDefinitionAndConfirmationFlowActive()]...
2024-03-22 09:17:02,988  WARN main o.e.h.r.j.m.JpaDeploymentManagement:631 - action (JpaAction [distributionSet=3, version=3, id=7, actionType=FORCED, weight=Optional[1000], isActive=true,  createdAt=1711099022796, lastModifiedAt=1711099022983, status=CANCELING]) was still active and has been force quite.
2024-03-22 09:17:03,016  WARN main o.e.h.r.j.m.JpaDeploymentManagement:631 - action (JpaAction [distributionSet=3, version=3, id=8, actionType=FORCED, weight=Optional[1000], isActive=true,  createdAt=1711099022791, lastModifiedAt=1711099022999, status=CANCELING]) was still active and has been force quite.
2024-03-22 09:17:03,030  WARN main o.e.h.r.j.m.JpaDeploymentManagement:631 - action (JpaAction [distributionSet=3, version=3, id=2, actionType=FORCED, weight=Optional[1000], isActive=true,  createdAt=1711099022798, lastModifiedAt=1711099023026, status=CANCELING]) was still active and has been force quite.
2024-03-22 09:17:03,043  WARN main o.e.h.r.j.m.JpaDeploymentManagement:631 - action (JpaAction [distributionSet=3, version=3, id=4, actionType=FORCED, weight=Optional[1000], isActive=true,  createdAt=1711099022794, lastModifiedAt=1711099023040, status=CANCELING]) was still active and has been force quite.
2024-03-22 09:17:03,057  WARN main o.e.h.r.j.m.JpaDeploymentManagement:631 - action (JpaAction [distributionSet=3, version=3, id=6, actionType=FORCED, weight=Optional[1000], isActive=true,  createdAt=1711099022785, lastModifiedAt=1711099023054, status=CANCELING]) was still active and has been force quite.
2024-03-22 09:17:03,071  WARN main o.e.h.r.j.m.JpaDeploymentManagement:631 - action (JpaAction [distributionSet=3, version=3, id=3, actionType=FORCED, weight=Optional[1000], isActive=true,  createdAt=1711099022792, lastModifiedAt=1711099023067, status=CANCELING]) was still active and has been force quite.
2024-03-22 09:17:03,085  WARN main o.e.h.r.j.m.JpaDeploymentManagement:631 - action (JpaAction [distributionSet=3, version=3, id=5, actionType=FORCED, weight=Optional[1000], isActive=true,  createdAt=1711099022798, lastModifiedAt=1711099023081, status=CANCELING]) was still active and has been force quite.
2024-03-22 09:17:03,099  WARN main o.e.h.r.j.m.JpaDeploymentManagement:631 - action (JpaAction [distributionSet=3, version=3, id=9, actionType=FORCED, weight=Optional[1000], isActive=true,  createdAt=1711099022793, lastModifiedAt=1711099023095, status=CANCELING]) was still active and has been force quite.
2024-03-22 09:17:03,126  WARN main o.e.h.r.j.m.JpaDeploymentManagement:631 - action (JpaAction [distributionSet=3, version=3, id=1, actionType=FORCED, weight=Optional[1000], isActive=true,  createdAt=1711099022797, lastModifiedAt=1711099023123, status=CANCELING]) was still active and has been force quite.
2024-03-22 09:17:03,140  WARN main o.e.h.r.j.m.JpaDeploymentManagement:631 - action (JpaAction [distributionSet=3, version=3, id=10, actionType=FORCED, weight=Optional[1000], isActive=true,  createdAt=1711099022795, lastModifiedAt=1711099023136, status=CANCELING]) was still active and has been force quite.
2024-03-22 09:17:03,353  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createRolloutWithGroupDefinitionAndConfirmationFlowActive()] succeeded.
2024-03-22 09:17:03,383  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createAndStartRollout()]...
2024-03-22 09:17:04,278  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createAndStartRollout()] succeeded.
2024-03-22 09:17:04,308  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.startSecondRolloutAfterFirstRolloutEndsWithErrors()]...
2024-03-22 09:17:04,696  INFO main o.e.h.r.j.JpaRolloutExecutor:343 - Rollout Rollout [ targetFilterQuery=controllerId==rollout-K1bzq-*, distributionSet=JpaDistributionSet(super=BaseEntity [id=5], type=DistributionSetType [key=test_default_ds_type, isDeleted()=false, getId()=20], modules={IndirectSet: not instantiated}, tags={IndirectSet: not instantiated}, complete=true, locked=true, deleted=false, valid=true, requiredMigrationStep=false), status=RUNNING, lastCheck=0, getName()=rollout-K1bzq, getId()=4] is finished, setting FINISHED status
2024-03-22 09:17:04,988  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.startSecondRolloutAfterFirstRolloutEndsWithErrors()] succeeded.
2024-03-22 09:17:05,032  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.triggeringNextGroupRolloutWrongState()]...
2024-03-22 09:17:05,284  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.triggeringNextGroupRolloutWrongState()] succeeded.
2024-03-22 09:17:05,341  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.errorActionPausesRolloutAndRolloutGetsResumedStartsNextScheduledGroup()]...
2024-03-22 09:17:05,540  INFO main o.e.h.r.j.JpaRolloutExecutor:457 - Rollout rollout-0Tkig 7 has error, calling error action
2024-03-22 09:17:05,583  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.errorActionPausesRolloutAndRolloutGetsResumedStartsNextScheduledGroup()] succeeded.
2024-03-22 09:17:05,626  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.targetsOfRolloutGetDistributionSetAssignmentByOtherRollout()]...
2024-03-22 09:17:06,064  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.targetsOfRolloutGetDistributionSetAssignmentByOtherRollout()] succeeded.
2024-03-22 09:17:06,091  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createAndStartRolloutDuringCreationFails()]...
2024-03-22 09:17:06,144  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createAndStartRolloutDuringCreationFails()] succeeded.
2024-03-22 09:17:06,171  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.updateRolloutWithInvalidDistributionSet()]...
2024-03-22 09:17:06,307  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.updateRolloutWithInvalidDistributionSet()] succeeded.
2024-03-22 09:17:06,339  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createRolloutFailsIfQuotaGroupQuotaIsViolated()]...
2024-03-22 09:17:06,383  WARN main o.e.h.r.j.u.QuotaHelper:116 - Cannot assign 26 Target entities to RolloutGroup '<new>' because of the configured quota limit 25.
2024-03-22 09:17:06,393  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createRolloutFailsIfQuotaGroupQuotaIsViolated()] succeeded.
2024-03-22 09:17:06,430  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.entityQueriesReferringToNotExistingEntitiesThrowsException()]...
2024-03-22 09:17:07,696  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.entityQueriesReferringToNotExistingEntitiesThrowsException()] succeeded.
2024-03-22 09:17:07,725  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.runRolloutWithConfirmationFlagAndCoonfirmationFlowOptions(boolean,boolean,org.eclipse.hawkbit.repository.model.Action$Status)]...
2024-03-22 09:17:07,805  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.runRolloutWithConfirmationFlagAndCoonfirmationFlowOptions(boolean,boolean,org.eclipse.hawkbit.repository.model.Action$Status)] succeeded.
2024-03-22 09:17:07,839  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.runRolloutWithConfirmationFlagAndCoonfirmationFlowOptions(boolean,boolean,org.eclipse.hawkbit.repository.model.Action$Status)]...
2024-03-22 09:17:07,929  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.runRolloutWithConfirmationFlagAndCoonfirmationFlowOptions(boolean,boolean,org.eclipse.hawkbit.repository.model.Action$Status)] succeeded.
2024-03-22 09:17:07,957  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.runRolloutWithConfirmationFlagAndCoonfirmationFlowOptions(boolean,boolean,org.eclipse.hawkbit.repository.model.Action$Status)]...
2024-03-22 09:17:08,040  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.runRolloutWithConfirmationFlagAndCoonfirmationFlowOptions(boolean,boolean,org.eclipse.hawkbit.repository.model.Action$Status)] succeeded.
2024-03-22 09:17:08,067  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.runRolloutWithConfirmationFlagAndCoonfirmationFlowOptions(boolean,boolean,org.eclipse.hawkbit.repository.model.Action$Status)]...
2024-03-22 09:17:08,146  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.runRolloutWithConfirmationFlagAndCoonfirmationFlowOptions(boolean,boolean,org.eclipse.hawkbit.repository.model.Action$Status)] succeeded.
2024-03-22 09:17:08,173  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createRolloutWithGroupDefinition() throws java.lang.Exception]...
2024-03-22 09:17:09,309  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createRolloutWithGroupDefinition() throws java.lang.Exception] succeeded.
2024-03-22 09:17:09,337  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.startRolloutSetFirstGroupAndActionsInRunningStateAndOthersInScheduleState()]...
2024-03-22 09:17:09,534  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.startRolloutSetFirstGroupAndActionsInRunningStateAndOthersInScheduleState()] succeeded.
2024-03-22 09:17:09,562  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.findAllRolloutsConsidersSorting()]...
2024-03-22 09:17:09,729  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.findAllRolloutsConsidersSorting()] succeeded.
2024-03-22 09:17:09,765  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createRolloutNotMatchingTargets()]...
2024-03-22 09:17:09,822  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createRolloutNotMatchingTargets()] succeeded.
2024-03-22 09:17:09,850  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.rolloutAssignsNewDistributionSetAndAutoCloseActiveActions()]...
2024-03-22 09:17:10,004  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.rolloutAssignsNewDistributionSetAndAutoCloseActiveActions()] succeeded.
2024-03-22 09:17:10,040  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.rolloutShouldNotCancelRunningActionWithTheSameDistributionSet()]...
2024-03-22 09:17:10,144  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.rolloutShouldNotCancelRunningActionWithTheSameDistributionSet()] succeeded.
2024-03-22 09:17:10,171  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.countCorrectStatusForEachTargetGroupDuringRollout()]...
2024-03-22 09:17:10,471  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.countCorrectStatusForEachTargetGroupDuringRollout()] succeeded.
2024-03-22 09:17:10,498  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.errorConditionExceeded()]...
2024-03-22 09:17:10,671  INFO main o.e.h.r.j.JpaRolloutExecutor:457 - Rollout rollout-9dtzq 24 has error, calling error action
2024-03-22 09:17:10,683  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.errorConditionExceeded()] succeeded.
2024-03-22 09:17:10,725  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createRolloutWithGroupsNotMatchingTargets()]...
2024-03-22 09:17:11,143  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createRolloutWithGroupsNotMatchingTargets()] succeeded.
2024-03-22 09:17:11,169  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.countRolloutsAllByFilters()]...
2024-03-22 09:17:11,826  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.countRolloutsAllByFilters()] succeeded.
2024-03-22 09:17:11,852  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.countCorrectStatusForEachTargetDuringRolloutWithError()]...
2024-03-22 09:17:12,002  INFO main o.e.h.r.j.JpaRolloutExecutor:457 - Rollout rollout-95n9p 35 has error, calling error action
2024-03-22 09:17:12,025  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.countCorrectStatusForEachTargetDuringRolloutWithError()] succeeded.
2024-03-22 09:17:12,050  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.deleteRolloutWhichHasNeverStartedIsHardDeleted()]...
2024-03-22 09:17:13,277  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.deleteRolloutWhichHasNeverStartedIsHardDeleted()] succeeded.
2024-03-22 09:17:13,304  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.checkRunningRolloutsDoesNotStartNextGroupIfFinishConditionIsNotHit()]...
2024-03-22 09:17:13,491  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.checkRunningRolloutsDoesNotStartNextGroupIfFinishConditionIsNotHit()] succeeded.
2024-03-22 09:17:13,531  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.creatingRolloutIsCorrectPersisted()]...
2024-03-22 09:17:13,655  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.creatingRolloutIsCorrectPersisted()] succeeded.
2024-03-22 09:17:13,678  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.successConditionNotAchieved()]...
2024-03-22 09:17:13,848  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.successConditionNotAchieved()] succeeded.
2024-03-22 09:17:13,872  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createdRolloutWithApprovalRoleOrApprovalDisabledTransitionsToReadyState()]...
2024-03-22 09:17:13,974  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createdRolloutWithApprovalRoleOrApprovalDisabledTransitionsToReadyState()] succeeded.
2024-03-22 09:17:14,021  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.getFinishedPercentForRunningGroup()]...
2024-03-22 09:17:14,267  INFO main o.e.h.r.j.JpaRolloutExecutor:343 - Rollout Rollout [ targetFilterQuery=controllerId==MyRollout-*, distributionSet=JpaDistributionSet(super=BaseEntity [id=45], type=DistributionSetType [key=test_default_ds_type, isDeleted()=false, getId()=132], modules={IndirectSet: not instantiated}, tags={IndirectSet: not instantiated}, complete=true, locked=true, deleted=false, valid=true, requiredMigrationStep=false), status=RUNNING, lastCheck=0, getName()=MyRollout, getId()=41] is finished, setting FINISHED status
2024-03-22 09:17:14,283  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.getFinishedPercentForRunningGroup()] succeeded.
2024-03-22 09:17:14,331  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createInSingleStartInMultiassignMode()]...
2024-03-22 09:17:14,471  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createInSingleStartInMultiassignMode()] succeeded.
2024-03-22 09:17:14,495  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.deleteRolloutWhichHasBeenStartedBeforeIsSoftDeleted()]...
2024-03-22 09:17:16,197  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.deleteRolloutWhichHasBeenStartedBeforeIsSoftDeleted()] succeeded.
2024-03-22 09:17:16,224  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.dynamicGroupDoesntOverrideItsOrNewerStaticGroups()]...
2024-03-22 09:17:16,481  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.dynamicGroupDoesntOverrideItsOrNewerStaticGroups()] succeeded.
2024-03-22 09:17:16,515  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.checkErrorHitOfGroupCallsErrorActionToPauseTheRollout()]...
2024-03-22 09:17:16,691  INFO main o.e.h.r.j.JpaRolloutExecutor:457 - Rollout rollout-t9qET 46 has error, calling error action
2024-03-22 09:17:16,717  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.checkErrorHitOfGroupCallsErrorActionToPauseTheRollout()] succeeded.
2024-03-22 09:17:16,743  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.weightAllowedWhenMultiAssignmentModeNotEnabled()]...
2024-03-22 09:17:16,822  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.weightAllowedWhenMultiAssignmentModeNotEnabled()] succeeded.
2024-03-22 09:17:16,848  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.findAllRolloutsWithDetailedStatus()]...
2024-03-22 09:17:17,376  INFO main o.e.h.r.j.JpaRolloutExecutor:457 - Rollout RolloutC 50 has error, calling error action
2024-03-22 09:17:17,662  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.findAllRolloutsWithDetailedStatus()] succeeded.
2024-03-22 09:17:17,687  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.countCorrectStatusForEachTargetDuringRollout()]...
2024-03-22 09:17:17,963  INFO main o.e.h.r.j.JpaRolloutExecutor:343 - Rollout Rollout [ targetFilterQuery=controllerId==rollout-08tu0-*, distributionSet=JpaDistributionSet(super=BaseEntity [id=55], type=DistributionSetType [key=test_default_ds_type, isDeleted()=false, getId()=160], modules={IndirectSet: not instantiated}, tags={IndirectSet: not instantiated}, complete=true, locked=true, deleted=false, valid=true, requiredMigrationStep=false), status=RUNNING, lastCheck=0, getName()=rollout-08tu0, getId()=52] is finished, setting FINISHED status
2024-03-22 09:17:17,976  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.countCorrectStatusForEachTargetDuringRollout()] succeeded.
2024-03-22 09:17:18,002  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createRolloutWithIllegalPercentage()]...
2024-03-22 09:17:18,046  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createRolloutWithIllegalPercentage()] succeeded.
2024-03-22 09:17:18,071  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.findRolloutGroupTargetsWithRsqlParam()]...
2024-03-22 09:17:18,240  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.findRolloutGroupTargetsWithRsqlParam()] succeeded.
2024-03-22 09:17:18,264  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.checkRunningRolloutsManualTriggerNextGroup()]...
2024-03-22 09:17:18,680  INFO main o.e.h.r.j.JpaRolloutExecutor:343 - Rollout Rollout [ targetFilterQuery=controllerId==rollout-DBU1r-*, distributionSet=JpaDistributionSet(super=BaseEntity [id=58], type=DistributionSetType [key=test_default_ds_type, isDeleted()=false, getId()=172], modules={IndirectSet: not instantiated}, tags={IndirectSet: not instantiated}, complete=true, locked=true, deleted=false, valid=true, requiredMigrationStep=false), status=RUNNING, lastCheck=0, getName()=rollout-DBU1r, getId()=54] is finished, setting FINISHED status
2024-03-22 09:17:18,694  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.checkRunningRolloutsManualTriggerNextGroup()] succeeded.
2024-03-22 09:17:18,725  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.targetsOfRolloutGetsManuelDsAssignment()]...
2024-03-22 09:17:18,898  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.targetsOfRolloutGetsManuelDsAssignment()] succeeded.
2024-03-22 09:17:18,939  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.countCorrectStatusForEachTargetDuringDownloadOnlyRollout()]...
2024-03-22 09:17:19,193  INFO main o.e.h.r.j.JpaRolloutExecutor:343 - Rollout Rollout [ targetFilterQuery=controllerId==rollout-3icio-*, distributionSet=JpaDistributionSet(super=BaseEntity [id=61], type=DistributionSetType [key=test_default_ds_type, isDeleted()=false, getId()=180], modules={IndirectSet: not instantiated}, tags={IndirectSet: not instantiated}, complete=true, locked=true, deleted=false, valid=true, requiredMigrationStep=false), status=RUNNING, lastCheck=0, getName()=rollout-3icio, getId()=56] is finished, setting FINISHED status
2024-03-22 09:17:19,206  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.countCorrectStatusForEachTargetDuringDownloadOnlyRollout()] succeeded.
2024-03-22 09:17:19,239  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.checkRunningRolloutsStartsNextGroupIfTargetsDeleted()]...
2024-03-22 09:17:19,457  INFO main o.e.h.r.j.JpaRolloutExecutor:343 - Rollout Rollout [ targetFilterQuery=controllerId==rollout-b7a9T-*, distributionSet=JpaDistributionSet(super=BaseEntity [id=62], type=DistributionSetType [key=test_default_ds_type, isDeleted()=false, getId()=184], modules={IndirectSet: not instantiated}, tags={IndirectSet: not instantiated}, complete=true, locked=true, deleted=false, valid=true, requiredMigrationStep=false), status=RUNNING, lastCheck=0, getName()=rollout-b7a9T, getId()=57] is finished, setting FINISHED status
2024-03-22 09:17:19,470  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.checkRunningRolloutsStartsNextGroupIfTargetsDeleted()] succeeded.
2024-03-22 09:17:19,493  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createRolloutWithIncompleteDistributionSet()]...
2024-03-22 09:17:19,518  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createRolloutWithIncompleteDistributionSet()] succeeded.
2024-03-22 09:17:19,542  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createAndStartRolloutWithEmptyGroups()]...
2024-03-22 09:17:20,158  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createAndStartRolloutWithEmptyGroups()] succeeded.
2024-03-22 09:17:20,181  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.deniedRolloutTransitionsToApprovalDeniedState()]...
2024-03-22 09:17:20,268  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.deniedRolloutTransitionsToApprovalDeniedState()] succeeded.
2024-03-22 09:17:20,290  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.actionsWithWeightAreCreated()]...
2024-03-22 09:17:20,431  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.actionsWithWeightAreCreated()] succeeded.
2024-03-22 09:17:20,464  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.weightNotRequiredInMultiAssignmentMode()]...
2024-03-22 09:17:20,546  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.weightNotRequiredInMultiAssignmentMode()] succeeded.
2024-03-22 09:17:20,575  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.updateRolloutWithIncompleteDistributionSet()]...
2024-03-22 09:17:20,635  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.updateRolloutWithIncompleteDistributionSet()] succeeded.
2024-03-22 09:17:20,660  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.weightValidatedAndSaved()]...
2024-03-22 09:17:20,821  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.weightValidatedAndSaved()] succeeded.
2024-03-22 09:17:20,846  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createAndAutoStartRollout()]...
2024-03-22 09:17:21,650  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createAndAutoStartRollout()] succeeded.
2024-03-22 09:17:21,675  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.findRolloutByName()]...
2024-03-22 09:17:21,730  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.findRolloutByName()] succeeded.
2024-03-22 09:17:21,754  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.approvedRolloutTransitionsToReadyState()]...
2024-03-22 09:17:21,842  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.approvedRolloutTransitionsToReadyState()] succeeded.
2024-03-22 09:17:21,867  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.findRolloutByFilters()]...
2024-03-22 09:17:22,651  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.findRolloutByFilters()] succeeded.
2024-03-22 09:17:22,687  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createRolloutWithInvalidDistributionSet()]...
2024-03-22 09:17:22,737  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createRolloutWithInvalidDistributionSet()] succeeded.
2024-03-22 09:17:22,763  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createdRolloutWithoutApprovalRoleTransitionsToWaitingForApprovalState()]...
2024-03-22 09:17:22,891  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createdRolloutWithoutApprovalRoleTransitionsToWaitingForApprovalState()] succeeded.
2024-03-22 09:17:22,926  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.rightCountForAllRollouts()]...
2024-03-22 09:17:23,599  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.rightCountForAllRollouts()] succeeded.
2024-03-22 09:17:23,633  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.successConditionAchievedAndErrorConditionNotExceeded()]...
2024-03-22 09:17:23,832  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.successConditionAchievedAndErrorConditionNotExceeded()] succeeded.
2024-03-22 09:17:23,857  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.nonExistingEntityAccessReturnsNotPresent()]...
2024-03-22 09:17:23,967  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.nonExistingEntityAccessReturnsNotPresent()] succeeded.
2024-03-22 09:17:23,992  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createDuplicateRollout()]...
2024-03-22 09:17:24,073  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createDuplicateRollout()] succeeded.
2024-03-22 09:17:24,095  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.rolloutStartsGroupAfterGroupAndGetsFinished()]...
2024-03-22 09:17:24,424  INFO main o.e.h.r.j.JpaRolloutExecutor:343 - Rollout Rollout [ targetFilterQuery=controllerId==rollout-b2fyi-*, distributionSet=JpaDistributionSet(super=BaseEntity [id=104], type=DistributionSetType [key=test_default_ds_type, isDeleted()=false, getId()=256], modules={IndirectSet: not instantiated}, tags={IndirectSet: not instantiated}, complete=true, locked=true, deleted=false, valid=true, requiredMigrationStep=false), status=RUNNING, lastCheck=0, getName()=rollout-b2fyi, getId()=95] is finished, setting FINISHED status
2024-03-22 09:17:24,438  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.rolloutStartsGroupAfterGroupAndGetsFinished()] succeeded.
2024-03-22 09:17:24,461  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createAndStartRolloutWithTargetTypes()]...
2024-03-22 09:17:24,560  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest.createAndStartRolloutWithTargetTypes()] succeeded.
2024-03-22 09:17:24,563  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@1d86c14
2024-03-22 09:17:24,572  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1175505537.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:17:24,574  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:17:24,574  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:17:24,574  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:17:24,578  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:17:24,579  INFO main c.z.h.HikariDataSource:350 - HikariPool-23 - Shutdown initiated...
2024-03-22 09:17:24,580  INFO main c.z.h.HikariDataSource:352 - HikariPool-23 - Shutdown completed.
[INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.70 s -- in org.eclipse.hawkbit.repository.jpa.management.RolloutManagementTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.management.RolloutGroupManagementTest
2024-03-22 09:17:24,584  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:17:24,627  INFO main o.e.h.r.j.m.RolloutGroupManagementTest:50 - Starting RolloutGroupManagementTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:17:24,627  INFO main o.e.h.r.j.m.RolloutGroupManagementTest:660 - The following 1 profile is active: "test"
2024-03-22 09:17:24,753  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:17:24,767  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 13 ms. Found 20 JPA repository interfaces.
2024-03-22 09:17:24,839  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:17:24,839  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:17:24,848  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:17:24,863  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:24,864  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:24,865  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:24,865  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:24,865  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:24,867  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:24,868  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:24,869  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:24,869  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:24,872  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:24,873  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:24,873  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:24,879  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:24,881  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:24,882  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:17:24,935  INFO main c.z.h.HikariDataSource:110 - HikariPool-24 - Starting...
2024-03-22 09:17:24,936  INFO main c.z.h.p.HikariPool:565 - HikariPool-24 - Added connection conn230: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:17:24,937  INFO main c.z.h.HikariDataSource:123 - HikariPool-24 - Start completed.
2024-03-22 09:17:24,946  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:17:24,947  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:17:24,955  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:17:24,956  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.007s)
2024-03-22 09:17:24,956  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:17:24,959  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:17:24,964  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:17:24,975  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:17:24,977  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:17:24,981  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:17:24,983  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:17:24,985  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:17:25,036  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:17:25,038  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:17:25,043  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:17:25,046  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:17:25,048  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:17:25,050  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:17:25,052  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:17:25,055  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:17:25,058  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:17:25,060  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:17:25,073  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:17:25,083  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:17:25,085  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:17:25,086  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:17:25,088  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:17:25,097  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:17:25,118  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:17:25,119  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:17:25,121  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:17:25,126  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:17:25,128  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:17:25,131  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:17:25,133  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:17:25,135  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:17:25,137  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:17:25,139  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:17:25,140  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:17:25,143  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:17:25,145  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:17:25,150  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:17:25,153  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:17:25,155  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:17:25,159  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:17:25,161  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:17:25,164  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:17:25,165  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:17:25,167  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:17:25,169  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:17:25,172  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:17:25,175  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:17:25,178  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:17:25,181  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:17:25,187  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:17:25,191  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.150s)
2024-03-22 09:17:25,247  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:17:25,532  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:17:25,532  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:17:25,534  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:17:25,545  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:17:25,547  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:17:25,886  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:17:25,886  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:17:25,890  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:17:26,440  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:17:26,804  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@71eacff3, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@368ac7b2, org.springframework.security.web.context.SecurityContextHolderFilter@41b3c2f8, org.springframework.security.web.header.HeaderWriterFilter@6eee5b9, org.springframework.web.filter.CorsFilter@7e5d17e4, org.springframework.security.web.csrf.CsrfFilter@494bbbcc, org.springframework.security.web.authentication.logout.LogoutFilter@6b4d04d9, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@6155295e, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@75e36159, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@70fdbcc4, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@623d8261, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@55b284d9, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4519f47, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@574f607f, org.springframework.security.web.access.ExceptionTranslationFilter@22ee6b9b, org.springframework.security.web.access.intercept.AuthorizationFilter@de949dd]
2024-03-22 09:17:26,875  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:17:26,925  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:17:26,926  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:17:26,926  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:17:26,927  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '264054487.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:17:26,927  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '264054487.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:17:26,927  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:17:26,927  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@611a6c18
2024-03-22 09:17:26,928  INFO main o.e.h.r.j.m.RolloutGroupManagementTest:56 - Started RolloutGroupManagementTest in 2.338 seconds (process running for 162.3)
2024-03-22 09:17:26,986  INFO pool-26-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:17:27,051  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutGroupManagementTest.entityQueriesReferringToNotExistingEntitiesThrowsException()]...
2024-03-22 09:17:28,369  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutGroupManagementTest.entityQueriesReferringToNotExistingEntitiesThrowsException()] succeeded.
2024-03-22 09:17:28,396  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutGroupManagementTest.findAllTargetsOfRolloutGroupWithActionStatus()]...
2024-03-22 09:17:29,184  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutGroupManagementTest.findAllTargetsOfRolloutGroupWithActionStatus()] succeeded.
2024-03-22 09:17:29,217  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutGroupManagementTest.findAllTargetsOfRolloutGroupWithActionStatusConsidersSortingByLastActionStatusCode()]...
2024-03-22 09:17:29,763  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutGroupManagementTest.findAllTargetsOfRolloutGroupWithActionStatusConsidersSortingByLastActionStatusCode()] succeeded.
2024-03-22 09:17:29,786  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutGroupManagementTest.findAllTargetsOfRolloutGroupWithActionStatusConsidersSorting()]...
2024-03-22 09:17:30,254  WARN main o.e.h.r.j.m.JpaDeploymentManagement:631 - action (JpaAction [distributionSet=4, version=3, id=252, actionType=FORCED, weight=Optional[1000], isActive=true,  createdAt=1711099050044, lastModifiedAt=1711099050251, status=CANCELING]) was still active and has been force quite.
2024-03-22 09:17:30,291  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutGroupManagementTest.findAllTargetsOfRolloutGroupWithActionStatusConsidersSorting()] succeeded.
2024-03-22 09:17:30,325  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutGroupManagementTest.nonExistingEntityAccessReturnsNotPresent()]...
2024-03-22 09:17:30,435  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutGroupManagementTest.nonExistingEntityAccessReturnsNotPresent()] succeeded.
2024-03-22 09:17:30,438  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@611a6c18
2024-03-22 09:17:30,448  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.264054487.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:17:30,450  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:17:30,451  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:17:30,451  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:17:30,458  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:17:30,459  INFO main c.z.h.HikariDataSource:350 - HikariPool-24 - Shutdown initiated...
2024-03-22 09:17:30,460  INFO main c.z.h.HikariDataSource:352 - HikariPool-24 - Shutdown completed.
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.876 s -- in org.eclipse.hawkbit.repository.jpa.management.RolloutGroupManagementTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.management.TargetManagementSearchTest
2024-03-22 09:17:30,465  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:17:30,490  INFO main o.e.h.r.j.m.TargetManagementSearchTest:50 - Starting TargetManagementSearchTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:17:30,490  INFO main o.e.h.r.j.m.TargetManagementSearchTest:660 - The following 1 profile is active: "test"
2024-03-22 09:17:30,650  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:17:30,664  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 14 ms. Found 20 JPA repository interfaces.
2024-03-22 09:17:30,749  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:17:30,749  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:17:30,759  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:17:30,776  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:30,777  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:30,778  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:30,778  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:30,778  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:30,780  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:30,781  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:30,782  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:30,782  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:30,785  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:30,786  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:30,786  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:30,792  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:30,795  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:30,796  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:17:30,860  INFO main c.z.h.HikariDataSource:110 - HikariPool-25 - Starting...
2024-03-22 09:17:30,862  INFO main c.z.h.p.HikariPool:565 - HikariPool-25 - Added connection conn240: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:17:30,862  INFO main c.z.h.HikariDataSource:123 - HikariPool-25 - Start completed.
2024-03-22 09:17:30,871  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:17:30,872  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:17:30,880  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:17:30,880  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.007s)
2024-03-22 09:17:30,881  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:17:30,883  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:17:30,888  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:17:30,898  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:17:30,901  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:17:30,904  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:17:30,905  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:17:30,908  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:17:30,913  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:17:30,915  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:17:30,921  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:17:30,924  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:17:30,926  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:17:30,928  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:17:30,931  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:17:30,935  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:17:30,939  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:17:30,942  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:17:30,956  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:17:30,968  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:17:30,970  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:17:30,972  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:17:30,974  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:17:30,984  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:17:30,989  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:17:30,991  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:17:30,992  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:17:30,998  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:17:30,999  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:17:31,003  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:17:31,005  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:17:31,007  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:17:31,009  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:17:31,011  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:17:31,013  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:17:31,015  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:17:31,018  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:17:31,022  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:17:31,026  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:17:31,028  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:17:31,033  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:17:31,036  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:17:31,039  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:17:31,041  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:17:31,042  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:17:31,045  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:17:31,049  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:17:31,053  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:17:31,057  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:17:31,060  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:17:31,068  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:17:31,072  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.102s)
2024-03-22 09:17:31,128  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:17:31,433  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:17:31,433  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:17:31,435  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:17:31,447  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:17:31,449  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:17:31,700  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:17:31,701  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:17:31,704  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:17:32,323  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:17:32,698  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@ccb54f, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@69bea26f, org.springframework.security.web.context.SecurityContextHolderFilter@56b40739, org.springframework.security.web.header.HeaderWriterFilter@1bdac7ad, org.springframework.web.filter.CorsFilter@4ed374f9, org.springframework.security.web.csrf.CsrfFilter@6bc25872, org.springframework.security.web.authentication.logout.LogoutFilter@33ab300, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@3fc31130, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@3ce66d00, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@1f0eae87, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@6937077b, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2fccc455, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@71cc3b3b, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7a8d16e4, org.springframework.security.web.access.ExceptionTranslationFilter@33bbcb3, org.springframework.security.web.access.intercept.AuthorizationFilter@1c3eb4a5]
2024-03-22 09:17:32,770  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:17:32,825  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:17:32,825  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:17:32,825  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:17:32,826  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '217932868.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:17:32,826  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '217932868.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:17:32,826  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:17:32,826  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@4b95d0c0
2024-03-22 09:17:32,828  INFO main o.e.h.r.j.m.TargetManagementSearchTest:56 - Started TargetManagementSearchTest in 2.356 seconds (process running for 168.199)
2024-03-22 09:17:32,882  INFO pool-27-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:17:32,935  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementSearchTest.targetSearchWithVariousFilterCombinationsAndOrderByDistributionSet()]...
2024-03-22 09:17:33,155  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementSearchTest.targetSearchWithVariousFilterCombinationsAndOrderByDistributionSet()] succeeded.
2024-03-22 09:17:33,176  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementSearchTest.targetSearchWithVariousFilterCombinations()]...
2024-03-22 09:17:34,369  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementSearchTest.targetSearchWithVariousFilterCombinations()] succeeded.
2024-03-22 09:17:34,426  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementSearchTest.shouldNotFindTargetsIncompatibleWithDS()]...
2024-03-22 09:17:34,521  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementSearchTest.shouldNotFindTargetsIncompatibleWithDS()] succeeded.
2024-03-22 09:17:34,543  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementSearchTest.shouldFindAllTargetsCompatibleWithDS()]...
2024-03-22 09:17:34,594  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementSearchTest.shouldFindAllTargetsCompatibleWithDS()] succeeded.
2024-03-22 09:17:34,624  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementSearchTest.targetSearchWithOrderByDistributionSetAndSortParam()]...
2024-03-22 09:17:34,755  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementSearchTest.targetSearchWithOrderByDistributionSetAndSortParam()] succeeded.
2024-03-22 09:17:34,821  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementSearchTest.findTargetByAssignedDistributionSet()]...
2024-03-22 09:17:34,892  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementSearchTest.findTargetByAssignedDistributionSet()] succeeded.
2024-03-22 09:17:34,920  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementSearchTest.targetSearchWithOverdueFilterAndOrderByDistributionSet()]...
2024-03-22 09:17:35,062  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementSearchTest.targetSearchWithOverdueFilterAndOrderByDistributionSet()] succeeded.
2024-03-22 09:17:35,117  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementSearchTest.findTargetByInstalledDistributionSet()]...
2024-03-22 09:17:35,305  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementSearchTest.findTargetByInstalledDistributionSet()] succeeded.
2024-03-22 09:17:35,335  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetManagementSearchTest.findTargetByTargetType()]...
2024-03-22 09:17:35,360  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetManagementSearchTest.findTargetByTargetType()] succeeded.
2024-03-22 09:17:35,381  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementSearchTest.findTargetWithoutAssignedDistributionSet()]...
2024-03-22 09:17:35,464  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementSearchTest.findTargetWithoutAssignedDistributionSet()] succeeded.
2024-03-22 09:17:35,467  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@4b95d0c0
2024-03-22 09:17:35,476  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.217932868.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:17:35,477  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:17:35,477  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:17:35,477  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:17:35,480  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:17:35,481  INFO main c.z.h.HikariDataSource:350 - HikariPool-25 - Shutdown initiated...
2024-03-22 09:17:35,481  INFO main c.z.h.HikariDataSource:352 - HikariPool-25 - Shutdown completed.
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.018 s -- in org.eclipse.hawkbit.repository.jpa.management.TargetManagementSearchTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.management.LazyControllerManagementTest
2024-03-22 09:17:35,485  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:17:35,524  INFO main o.e.h.r.j.m.LazyControllerManagementTest:50 - Starting LazyControllerManagementTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:17:35,524  INFO main o.e.h.r.j.m.LazyControllerManagementTest:660 - The following 1 profile is active: "test"
2024-03-22 09:17:35,632  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:17:35,646  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 13 ms. Found 20 JPA repository interfaces.
2024-03-22 09:17:35,723  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:17:35,724  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:17:35,733  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:17:35,748  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:35,749  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:35,750  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:35,750  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:35,750  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:35,752  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:35,753  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:35,754  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:35,754  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:35,757  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:35,758  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:35,758  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:35,764  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:35,766  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:35,767  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:17:35,815  INFO main c.z.h.HikariDataSource:110 - HikariPool-26 - Starting...
2024-03-22 09:17:35,817  INFO main c.z.h.p.HikariPool:565 - HikariPool-26 - Added connection conn250: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:17:35,817  INFO main c.z.h.HikariDataSource:123 - HikariPool-26 - Start completed.
2024-03-22 09:17:35,826  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:17:35,827  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:17:35,835  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:17:35,836  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.007s)
2024-03-22 09:17:35,836  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:17:35,839  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:17:35,843  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:17:35,853  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:17:35,855  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:17:35,859  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:17:35,860  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:17:35,863  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:17:35,868  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:17:35,869  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:17:35,875  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:17:35,877  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:17:35,879  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:17:35,880  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:17:35,882  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:17:35,885  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:17:35,888  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:17:35,890  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:17:35,901  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:17:35,910  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:17:35,911  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:17:35,915  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:17:35,917  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:17:35,926  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:17:35,931  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:17:35,932  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:17:35,934  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:17:35,939  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:17:35,970  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:17:35,974  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:17:35,976  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:17:35,977  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:17:35,979  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:17:35,981  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:17:35,982  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:17:35,984  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:17:35,986  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:17:35,990  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:17:35,993  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:17:35,995  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:17:35,998  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:17:36,001  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:17:36,003  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:17:36,005  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:17:36,006  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:17:36,008  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:17:36,010  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:17:36,016  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:17:36,019  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:17:36,022  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:17:36,029  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:17:36,033  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.084s)
2024-03-22 09:17:36,085  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:17:36,342  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:17:36,342  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:17:36,344  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:17:36,353  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:17:36,355  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:17:36,616  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:17:36,616  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:17:36,620  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:17:37,198  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:17:37,500  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@1e82a310, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5684d754, org.springframework.security.web.context.SecurityContextHolderFilter@651398df, org.springframework.security.web.header.HeaderWriterFilter@522a2c8f, org.springframework.web.filter.CorsFilter@2fd89907, org.springframework.security.web.csrf.CsrfFilter@6d844980, org.springframework.security.web.authentication.logout.LogoutFilter@1ddae560, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@2e2ae1f2, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@6e4543fb, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@4427f82e, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@6491f0b2, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2a1415b4, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6d085481, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4fb64999, org.springframework.security.web.access.ExceptionTranslationFilter@65a44ff8, org.springframework.security.web.access.intercept.AuthorizationFilter@7647d12d]
2024-03-22 09:17:37,570  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:17:37,620  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:17:37,620  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:17:37,620  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:17:37,621  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '530780252.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:17:37,621  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '530780252.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:17:37,621  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:17:37,621  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@7a8ef9ce
2024-03-22 09:17:37,622  INFO main o.e.h.r.j.m.LazyControllerManagementTest:56 - Started LazyControllerManagementTest in 2.132 seconds (process running for 172.994)
2024-03-22 09:17:37,672  INFO pool-28-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:17:37,715  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.LazyControllerManagementTest.lazyFindOrRegisterTargetIfItDoesNotexist() throws java.lang.InterruptedException]...
2024-03-22 09:17:38,982  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.LazyControllerManagementTest.lazyFindOrRegisterTargetIfItDoesNotexist() throws java.lang.InterruptedException] succeeded.
2024-03-22 09:17:38,984  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@7a8ef9ce
2024-03-22 09:17:38,993  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.530780252.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:17:38,994  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:17:38,994  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:17:38,995  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:17:38,997  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:17:38,998  INFO main c.z.h.HikariDataSource:350 - HikariPool-26 - Shutdown initiated...
2024-03-22 09:17:38,999  INFO main c.z.h.HikariDataSource:352 - HikariPool-26 - Shutdown completed.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.515 s -- in org.eclipse.hawkbit.repository.jpa.management.LazyControllerManagementTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.management.DistributionSetTypeManagementTest
2024-03-22 09:17:39,003  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:17:39,027  INFO main o.e.h.r.j.m.DistributionSetTypeManagementTest:50 - Starting DistributionSetTypeManagementTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:17:39,028  INFO main o.e.h.r.j.m.DistributionSetTypeManagementTest:660 - The following 1 profile is active: "test"
2024-03-22 09:17:39,176  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:17:39,194  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 17 ms. Found 20 JPA repository interfaces.
2024-03-22 09:17:39,277  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:17:39,278  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:17:39,288  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:17:39,302  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:39,303  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:39,304  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:39,304  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:39,305  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:39,307  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:39,308  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:39,308  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:39,309  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:39,312  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:39,312  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:39,314  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:39,320  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:39,322  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:39,323  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:17:39,374  INFO main c.z.h.HikariDataSource:110 - HikariPool-27 - Starting...
2024-03-22 09:17:39,377  INFO main c.z.h.p.HikariPool:565 - HikariPool-27 - Added connection conn260: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:17:39,377  INFO main c.z.h.HikariDataSource:123 - HikariPool-27 - Start completed.
2024-03-22 09:17:39,386  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:17:39,387  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:17:39,395  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:17:39,396  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.007s)
2024-03-22 09:17:39,397  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:17:39,400  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:17:39,405  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:17:39,417  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:17:39,420  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:17:39,423  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:17:39,424  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:17:39,427  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:17:39,432  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:17:39,434  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:17:39,440  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:17:39,442  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:17:39,444  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:17:39,445  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:17:39,447  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:17:39,451  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:17:39,454  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:17:39,457  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:17:39,469  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:17:39,480  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:17:39,482  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:17:39,483  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:17:39,485  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:17:39,495  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:17:39,500  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:17:39,501  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:17:39,503  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:17:39,508  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:17:39,509  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:17:39,515  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:17:39,518  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:17:39,519  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:17:39,521  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:17:39,523  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:17:39,525  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:17:39,527  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:17:39,529  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:17:39,533  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:17:39,537  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:17:39,539  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:17:39,543  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:17:39,546  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:17:39,549  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:17:39,550  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:17:39,552  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:17:39,554  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:17:39,557  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:17:39,561  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:17:39,564  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:17:39,567  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:17:39,575  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:17:39,579  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.097s)
2024-03-22 09:17:39,641  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:17:39,985  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:17:39,986  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:17:39,988  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:17:39,996  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:17:39,998  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:17:40,236  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:17:40,236  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:17:40,240  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:17:40,777  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:17:41,085  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@48f1bd10, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7acf0b55, org.springframework.security.web.context.SecurityContextHolderFilter@30b4ee40, org.springframework.security.web.header.HeaderWriterFilter@74b8742d, org.springframework.web.filter.CorsFilter@79285789, org.springframework.security.web.csrf.CsrfFilter@69054abf, org.springframework.security.web.authentication.logout.LogoutFilter@4a766f00, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@4e59a7b2, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@169972cd, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@383fe1c5, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@37aecf16, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@73a70a5b, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@21b763ca, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7d63c2ef, org.springframework.security.web.access.ExceptionTranslationFilter@17e8a540, org.springframework.security.web.access.intercept.AuthorizationFilter@d97e378]
2024-03-22 09:17:41,148  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:17:41,193  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:17:41,193  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:17:41,193  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:17:41,194  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '587054881.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:17:41,194  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '587054881.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:17:41,194  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:17:41,195  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@854a88c
2024-03-22 09:17:41,196  INFO main o.e.h.r.j.m.DistributionSetTypeManagementTest:56 - Started DistributionSetTypeManagementTest in 2.187 seconds (process running for 176.567)
2024-03-22 09:17:41,242  INFO pool-30-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:17:41,277  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTypeManagementTest.addModuleToAssignedDistributionSetTypeFails()]...
2024-03-22 09:17:41,322  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTypeManagementTest.addModuleToAssignedDistributionSetTypeFails()] succeeded.
2024-03-22 09:17:41,344  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTypeManagementTest.createAndUpdateDistributionSetWithInvalidFields()]...
2024-03-22 09:17:41,719  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTypeManagementTest.createAndUpdateDistributionSetWithInvalidFields()] succeeded.
2024-03-22 09:17:41,741  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTypeManagementTest.quotaMaxSoftwareModuleTypes()]...
2024-03-22 09:17:41,751  WARN main o.e.h.r.j.u.QuotaHelper:116 - Cannot assign 6 SoftwareModuleType entities to DistributionSetType '14' because of the configured quota limit 5.
2024-03-22 09:17:41,753  WARN main o.e.h.r.j.u.QuotaHelper:116 - Cannot assign 6 SoftwareModuleType entities to DistributionSetType '14' because of the configured quota limit 5.
2024-03-22 09:17:41,765  WARN main o.e.h.r.j.u.QuotaHelper:124 - Cannot assign 1 SoftwareModuleType entities to DistributionSetType '15' because of the configured quota limit 5. Currently, there are 5 SoftwareModuleType entities assigned.
2024-03-22 09:17:41,774  WARN main o.e.h.r.j.u.QuotaHelper:124 - Cannot assign 1 SoftwareModuleType entities to DistributionSetType '16' because of the configured quota limit 5. Currently, there are 5 SoftwareModuleType entities assigned.
2024-03-22 09:17:41,781  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTypeManagementTest.quotaMaxSoftwareModuleTypes()] succeeded.
2024-03-22 09:17:41,801  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTypeManagementTest.deleteAssignedDistributionSetType()]...
2024-03-22 09:17:41,832  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTypeManagementTest.deleteAssignedDistributionSetType()] succeeded.
2024-03-22 09:17:41,852  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTypeManagementTest.entityQueriesReferringToNotExistingEntitiesThrowsException()]...
2024-03-22 09:17:42,071  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTypeManagementTest.entityQueriesReferringToNotExistingEntitiesThrowsException()] succeeded.
2024-03-22 09:17:42,093  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTypeManagementTest.shouldFailWhenDistributionSetHasNoSoftwareModulesAssigned()]...
2024-03-22 09:17:42,103  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTypeManagementTest.shouldFailWhenDistributionSetHasNoSoftwareModulesAssigned()] succeeded.
2024-03-22 09:17:42,124  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTypeManagementTest.removeModuleToAssignedDistributionSetTypeFails()]...
2024-03-22 09:17:42,140  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTypeManagementTest.removeModuleToAssignedDistributionSetTypeFails()] succeeded.
2024-03-22 09:17:42,161  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTypeManagementTest.deleteUnassignedDistributionSetType()]...
2024-03-22 09:17:42,175  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTypeManagementTest.deleteUnassignedDistributionSetType()] succeeded.
2024-03-22 09:17:42,195  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTypeManagementTest.updateUnassignedDistributionSetTypeModules()]...
2024-03-22 09:17:42,218  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTypeManagementTest.updateUnassignedDistributionSetTypeModules()] succeeded.
2024-03-22 09:17:42,239  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTypeManagementTest.updateAssignedDistributionSetTypeMetaData()]...
2024-03-22 09:17:42,253  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTypeManagementTest.updateAssignedDistributionSetTypeMetaData()] succeeded.
2024-03-22 09:17:42,275  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTypeManagementTest.nonExistingEntityAccessReturnsNotPresent()]...
2024-03-22 09:17:42,385  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTypeManagementTest.nonExistingEntityAccessReturnsNotPresent()] succeeded.
2024-03-22 09:17:42,387  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@854a88c
2024-03-22 09:17:42,395  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.587054881.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:17:42,397  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:17:42,397  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:17:42,397  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:17:42,400  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:17:42,401  INFO main c.z.h.HikariDataSource:350 - HikariPool-27 - Shutdown initiated...
2024-03-22 09:17:42,402  INFO main c.z.h.HikariDataSource:352 - HikariPool-27 - Shutdown completed.
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.399 s -- in org.eclipse.hawkbit.repository.jpa.management.DistributionSetTypeManagementTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest
2024-03-22 09:17:42,407  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:17:42,430  INFO main o.e.h.r.j.m.DeploymentManagementTest:50 - Starting DeploymentManagementTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:17:42,430  INFO main o.e.h.r.j.m.DeploymentManagementTest:660 - The following 1 profile is active: "test"
2024-03-22 09:17:42,563  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:17:42,578  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 15 ms. Found 20 JPA repository interfaces.
2024-03-22 09:17:42,649  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:17:42,649  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:17:42,657  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:17:42,671  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:42,673  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:42,673  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:42,673  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:42,674  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:42,676  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:42,677  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:42,677  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:42,678  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:42,680  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:42,681  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:42,681  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:42,686  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:42,688  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:17:42,689  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:17:42,733  INFO main c.z.h.HikariDataSource:110 - HikariPool-28 - Starting...
2024-03-22 09:17:42,735  INFO main c.z.h.p.HikariPool:565 - HikariPool-28 - Added connection conn270: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:17:42,735  INFO main c.z.h.HikariDataSource:123 - HikariPool-28 - Start completed.
2024-03-22 09:17:42,743  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:17:42,744  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:17:42,751  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:17:42,751  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.006s)
2024-03-22 09:17:42,752  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:17:42,754  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:17:42,759  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:17:42,767  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:17:42,770  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:17:42,773  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:17:42,774  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:17:42,777  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:17:42,781  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:17:42,783  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:17:42,788  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:17:42,790  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:17:42,792  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:17:42,793  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:17:42,795  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:17:42,798  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:17:42,801  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:17:42,803  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:17:42,814  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:17:42,824  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:17:42,825  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:17:42,827  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:17:42,829  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:17:42,837  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:17:42,841  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:17:42,842  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:17:42,843  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:17:42,848  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:17:42,849  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:17:42,852  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:17:42,854  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:17:42,855  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:17:42,857  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:17:42,858  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:17:42,860  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:17:42,862  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:17:42,864  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:17:42,868  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:17:42,871  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:17:42,872  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:17:42,876  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:17:42,879  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:17:42,882  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:17:42,883  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:17:42,884  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:17:42,886  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:17:42,889  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:17:42,892  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:17:42,895  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:17:42,897  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:17:42,904  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:17:42,907  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.079s)
2024-03-22 09:17:42,958  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:17:43,237  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:17:43,237  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:17:43,239  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:17:43,247  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:17:43,249  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:17:43,510  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:17:43,510  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:17:43,513  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:17:44,077  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:17:44,414  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@72124829, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3ef80329, org.springframework.security.web.context.SecurityContextHolderFilter@64e442fa, org.springframework.security.web.header.HeaderWriterFilter@2f202f74, org.springframework.web.filter.CorsFilter@226fde63, org.springframework.security.web.csrf.CsrfFilter@64f90852, org.springframework.security.web.authentication.logout.LogoutFilter@13019970, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@370571c4, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@679e36f, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@f30e4af, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@28d0a44d, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@48736dac, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@280c2295, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6f83a660, org.springframework.security.web.access.ExceptionTranslationFilter@65d0a9ee, org.springframework.security.web.access.intercept.AuthorizationFilter@13fbeba1]
2024-03-22 09:17:44,482  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:17:44,534  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:17:44,534  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:17:44,534  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:17:44,535  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1479683182.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:17:44,535  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1479683182.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:17:44,535  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:17:44,535  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@1a81c90
2024-03-22 09:17:44,537  INFO main o.e.h.r.j.m.DeploymentManagementTest:56 - Started DeploymentManagementTest in 2.123 seconds (process running for 179.908)
2024-03-22 09:17:44,592  INFO pool-31-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:17:44,643  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.multiAssigmentHistoryOverMultiplePagesResultsInTwoActiveAction()]...
2024-03-22 09:17:46,001  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.multiAssigmentHistoryOverMultiplePagesResultsInTwoActiveAction()] succeeded.
2024-03-22 09:17:46,022  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.verifyAssignTargetsToInvalidDistribution()]...
2024-03-22 09:17:46,051  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.verifyAssignTargetsToInvalidDistribution()] succeeded.
2024-03-22 09:17:46,073  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.checkThatDsRevisionsIsNotChangedWithTargetAssignment()]...
2024-03-22 09:17:46,149  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.checkThatDsRevisionsIsNotChangedWithTargetAssignment()] succeeded.
2024-03-22 09:17:46,169  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.failDistributionSetAssigmentThatIsNotComplete() throws java.lang.InterruptedException]...
2024-03-22 09:17:47,051  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.failDistributionSetAssigmentThatIsNotComplete() throws java.lang.InterruptedException] succeeded.
2024-03-22 09:17:47,073  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.findActionWithLazyDetails()]...
2024-03-22 09:17:47,115  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.findActionWithLazyDetails()] succeeded.
2024-03-22 09:17:47,134  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.entityQueriesReferringToNotExistingEntitiesThrowsException()]...
2024-03-22 09:17:47,257  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.entityQueriesReferringToNotExistingEntitiesThrowsException()] succeeded.
2024-03-22 09:17:47,278  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.manualCancelWithMultipleAssignmentsCancelMiddleOneFirst()]...
2024-03-22 09:17:47,422  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.manualCancelWithMultipleAssignmentsCancelMiddleOneFirst()] succeeded.
2024-03-22 09:17:47,442  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.verifyDSAssignmentFailsForTargetsWithTargetTypesThatAreNotCompatibleWithAnyDs()]...
2024-03-22 09:17:47,478  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.verifyDSAssignmentFailsForTargetsWithTargetTypesThatAreNotCompatibleWithAnyDs()] succeeded.
2024-03-22 09:17:47,498  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.assignDistributionSet2Targets()]...
2024-03-22 09:17:48,468  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.assignDistributionSet2Targets()] succeeded.
2024-03-22 09:17:48,488  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.manualCancelWithMultipleAssignmentsCancelLastOneFirst()]...
2024-03-22 09:17:48,643  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.manualCancelWithMultipleAssignmentsCancelLastOneFirst()] succeeded.
2024-03-22 09:17:48,663  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.deleteDistributionSet()]...
2024-03-22 09:17:48,894  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.deleteDistributionSet()] succeeded.
2024-03-22 09:17:48,920  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.assignDistributionSetToTagThatDoesNotExistThrowsException()]...
2024-03-22 09:17:48,980  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.assignDistributionSetToTagThatDoesNotExistThrowsException()] succeeded.
2024-03-22 09:17:48,999  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.verifyDistributionSetAssignmentResultNotContainsAlreadyAssignedTargets()]...
2024-03-22 09:17:49,049  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.verifyDistributionSetAssignmentResultNotContainsAlreadyAssignedTargets()] succeeded.
2024-03-22 09:17:49,067  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.forceQuitNotAllowedThrowsException()]...
2024-03-22 09:17:49,143  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.forceQuitNotAllowedThrowsException()] succeeded.
2024-03-22 09:17:49,162  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.duplicateAssignmentsInRequestAreRemovedIfMultiassignmentEnabled()]...
2024-03-22 09:17:50,228  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.duplicateAssignmentsInRequestAreRemovedIfMultiassignmentEnabled()] succeeded.
2024-03-22 09:17:50,249  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.forceAlreadyForcedActionNothingChanges()]...
2024-03-22 09:17:50,284  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.forceAlreadyForcedActionNothingChanges()] succeeded.
2024-03-22 09:17:50,303  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.verifyConfirmationRequiredFlagHaveNoInfluenceIfFlowIsDeactivated()]...
2024-03-22 09:17:50,349  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.verifyConfirmationRequiredFlagHaveNoInfluenceIfFlowIsDeactivated()] succeeded.
2024-03-22 09:17:50,368  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.assignedDistributionSet()]...
2024-03-22 09:17:50,460  WARN main o.e.h.r.j.m.AbstractDsAssignmentStrategy:267 - Cannot find target for targetWithActionType '2-00000'.
2024-03-22 09:17:50,460  WARN main o.e.h.r.j.m.AbstractDsAssignmentStrategy:267 - Cannot find target for targetWithActionType '2-00001'.
2024-03-22 09:17:50,460  WARN main o.e.h.r.j.m.AbstractDsAssignmentStrategy:267 - Cannot find target for targetWithActionType '2-00002'.
2024-03-22 09:17:50,460  WARN main o.e.h.r.j.m.AbstractDsAssignmentStrategy:267 - Cannot find target for targetWithActionType '2-00003'.
2024-03-22 09:17:50,460  WARN main o.e.h.r.j.m.AbstractDsAssignmentStrategy:267 - Cannot find target for targetWithActionType '2-00004'.
2024-03-22 09:17:50,460  WARN main o.e.h.r.j.m.AbstractDsAssignmentStrategy:267 - Cannot find target for targetWithActionType '2-00005'.
2024-03-22 09:17:50,461  WARN main o.e.h.r.j.m.AbstractDsAssignmentStrategy:267 - Cannot find target for targetWithActionType '2-00006'.
2024-03-22 09:17:50,461  WARN main o.e.h.r.j.m.AbstractDsAssignmentStrategy:267 - Cannot find target for targetWithActionType '2-00007'.
2024-03-22 09:17:50,461  WARN main o.e.h.r.j.m.AbstractDsAssignmentStrategy:267 - Cannot find target for targetWithActionType '2-00008'.
2024-03-22 09:17:50,461  WARN main o.e.h.r.j.m.AbstractDsAssignmentStrategy:267 - Cannot find target for targetWithActionType '2-00009'.
2024-03-22 09:17:51,327  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.assignedDistributionSet()] succeeded.
2024-03-22 09:17:51,349  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.assignDistributionSetAndAutoCloseActiveActions()]...
2024-03-22 09:17:52,581  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.assignDistributionSetAndAutoCloseActiveActions()] succeeded.
2024-03-22 09:17:52,612  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.forceSoftAction()]...
2024-03-22 09:17:52,656  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.forceSoftAction()] succeeded.
2024-03-22 09:17:52,675  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.alternatingAssignmentAndAddUpdateActionStatus()]...
2024-03-22 09:17:52,765  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.alternatingAssignmentAndAddUpdateActionStatus()] succeeded.
2024-03-22 09:17:52,786  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.cancelMultiAssignmentActions()]...
2024-03-22 09:17:54,117  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.cancelMultiAssignmentActions()] succeeded.
2024-03-22 09:17:54,140  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.verifyAssignTargetsToIncompleteDistribution()]...
2024-03-22 09:17:54,156  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.verifyAssignTargetsToIncompleteDistribution()] succeeded.
2024-03-22 09:17:54,175  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.multiOfflineAssignment()]...
2024-03-22 09:17:55,069  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.multiOfflineAssignment()] succeeded.
2024-03-22 09:17:55,089  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.forceQuitSetActionToInactive() throws java.lang.InterruptedException]...
2024-03-22 09:17:55,158  WARN main o.e.h.r.j.m.JpaDeploymentManagement:631 - action (JpaAction [distributionSet=47, version=2, id=151, actionType=FORCED, weight=Optional[1000], isActive=true,  createdAt=1711099075145, lastModifiedAt=1711099075155, status=CANCELING]) was still active and has been force quite.
2024-03-22 09:17:55,171  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.forceQuitSetActionToInactive() throws java.lang.InterruptedException] succeeded.
2024-03-22 09:17:55,192  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.assignmentWithConfirmationFlowActive(boolean)]...
2024-03-22 09:17:55,232  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.assignmentWithConfirmationFlowActive(boolean)] succeeded.
2024-03-22 09:17:55,251  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.assignmentWithConfirmationFlowActive(boolean)]...
2024-03-22 09:17:55,316  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.assignmentWithConfirmationFlowActive(boolean)] succeeded.
2024-03-22 09:17:55,336  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.weightAllowedWhenMultiAssignmentModeNotEnabled()]...
2024-03-22 09:17:55,367  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.weightAllowedWhenMultiAssignmentModeNotEnabled()] succeeded.
2024-03-22 09:17:55,386  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.multipleAssignmentWithConfirmationFlowActiveVerifyCancelBehaviour()]...
2024-03-22 09:17:55,457  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.multipleAssignmentWithConfirmationFlowActiveVerifyCancelBehaviour()] succeeded.
2024-03-22 09:17:55,476  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.findActionStatusByActionId()]...
2024-03-22 09:17:55,522  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.findActionStatusByActionId()] succeeded.
2024-03-22 09:17:55,541  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.previousAssignmentsAreNotCanceledInMultiAssignMode()]...
2024-03-22 09:17:56,758  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.previousAssignmentsAreNotCanceledInMultiAssignMode()] succeeded.
2024-03-22 09:17:56,776  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.verifyDSAssignmentFailsForTargetsWithIncompatibleTargetTypes()]...
2024-03-22 09:17:56,800  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.verifyDSAssignmentFailsForTargetsWithIncompatibleTargetTypes()] succeeded.
2024-03-22 09:17:56,817  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.findMessagesByActionStatusId()]...
2024-03-22 09:17:56,864  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.findMessagesByActionStatusId()] succeeded.
2024-03-22 09:17:56,881  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.findActionByTargetId()]...
2024-03-22 09:17:56,919  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.findActionByTargetId()] succeeded.
2024-03-22 09:17:56,939  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.multiAssignmentInOneRequest()]...
2024-03-22 09:17:58,042  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.multiAssignmentInOneRequest()] succeeded.
2024-03-22 09:17:58,062  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.verifyDSAssignmentForMultipleTargetsWithDifferentTargetTypes()]...
2024-03-22 09:17:58,106  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.verifyDSAssignmentForMultipleTargetsWithDifferentTargetTypes()] succeeded.
2024-03-22 09:17:58,124  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.weightNotRequiredInMultiAssignmentMode()]...
2024-03-22 09:17:58,157  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.weightNotRequiredInMultiAssignmentMode()] succeeded.
2024-03-22 09:17:58,176  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.verifyDSAssignmentForMultipleTargetsWithSameTargetType()]...
2024-03-22 09:17:58,296  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.verifyDSAssignmentForMultipleTargetsWithSameTargetType()] succeeded.
2024-03-22 09:17:58,322  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.assignDistributionSetAndAddFinishedActionStatus()]...
2024-03-22 09:17:58,546  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.assignDistributionSetAndAddFinishedActionStatus()] succeeded.
2024-03-22 09:17:58,564  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.weightValidatedAndSaved()]...
2024-03-22 09:17:59,511  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.weightValidatedAndSaved()] succeeded.
2024-03-22 09:17:59,531  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.assignmentRequestThatIsTooLarge()]...
2024-03-22 09:17:59,616  WARN main o.e.h.r.j.u.QuotaHelper:144 - Quota exceeded: Cannot assign 21 entities at once. The maximum is 20.
2024-03-22 09:17:59,625  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.assignmentRequestThatIsTooLarge()] succeeded.
2024-03-22 09:17:59,643  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.multipleAssignmentsToTargetOnlyAllowedInMultiAssignMode()]...
2024-03-22 09:17:59,690  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.multipleAssignmentsToTargetOnlyAllowedInMultiAssignMode()] succeeded.
2024-03-22 09:17:59,719  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.assertMaxActionsPerTargetQuotaIsEnforced()]...
2024-03-22 09:17:59,910  WARN main o.e.h.r.j.u.QuotaHelper:124 - Cannot assign 1 Action entities to Target 'targetExist' because of the configured quota limit 20. Currently, there are 20 Action entities assigned.
2024-03-22 09:17:59,921  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.assertMaxActionsPerTargetQuotaIsEnforced()] succeeded.
2024-03-22 09:17:59,939  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.multipleDeployments()]...
2024-03-22 09:18:01,101  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.multipleDeployments()] succeeded.
2024-03-22 09:18:01,126  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.testAlreadyAssignedAndAssignedActionsInAssignmentResult()]...
2024-03-22 09:18:01,183  WARN main o.e.h.r.j.m.AbstractDsAssignmentStrategy:267 - Cannot find target for targetWithActionType 'target1'.
2024-03-22 09:18:01,195  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.testAlreadyAssignedAndAssignedActionsInAssignmentResult()] succeeded.
2024-03-22 09:18:01,215  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.nonExistingEntityAccessReturnsNotPresent()]...
2024-03-22 09:18:01,323  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.nonExistingEntityAccessReturnsNotPresent()] succeeded.
2024-03-22 09:18:01,343  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.deletesTargetsAndVerifyCascadeDeletes()]...
2024-03-22 09:18:01,536  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.deletesTargetsAndVerifyCascadeDeletes()] succeeded.
2024-03-22 09:18:01,553  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.assignmentWithAutoConfirmationWillBeHandledCorrectly(boolean)]...
2024-03-22 09:18:01,598  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.assignmentWithAutoConfirmationWillBeHandledCorrectly(boolean)] succeeded.
2024-03-22 09:18:01,620  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.assignmentWithAutoConfirmationWillBeHandledCorrectly(boolean)]...
2024-03-22 09:18:01,653  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.assignmentWithAutoConfirmationWillBeHandledCorrectly(boolean)] succeeded.
2024-03-22 09:18:01,670  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.maxActionsPerTargetIsCheckedBeforeAssignmentExecution()]...
2024-03-22 09:18:01,869  WARN main o.e.h.r.j.u.QuotaHelper:144 - Quota exceeded: Cannot assign 21 entities at once. The maximum is 20.
2024-03-22 09:18:02,405  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.maxActionsPerTargetIsCheckedBeforeAssignmentExecution()] succeeded.
2024-03-22 09:18:02,422  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.assignDistributionSetToNotExistingTarget()]...
2024-03-22 09:18:02,454  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest.assignDistributionSetToNotExistingTarget()] succeeded.
2024-03-22 09:18:02,457  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@1a81c90
2024-03-22 09:18:02,465  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1479683182.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:18:02,466  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:18:02,466  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:18:02,466  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:18:02,469  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:18:02,469  INFO main c.z.h.HikariDataSource:350 - HikariPool-28 - Shutdown initiated...
2024-03-22 09:18:02,470  INFO main c.z.h.HikariDataSource:352 - HikariPool-28 - Shutdown completed.
[INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.06 s -- in org.eclipse.hawkbit.repository.jpa.management.DeploymentManagementTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.management.SystemManagementTest
2024-03-22 09:18:02,474  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!
2024-03-22 09:18:02,478  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:18:02,522  INFO main o.e.h.r.j.m.SystemManagementTest:50 - Starting SystemManagementTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:18:02,522  INFO main o.e.h.r.j.m.SystemManagementTest:660 - The following 1 profile is active: "test"
2024-03-22 09:18:02,656  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:18:02,668  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 11 ms. Found 20 JPA repository interfaces.
2024-03-22 09:18:02,750  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:18:02,750  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:18:02,759  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:18:02,772  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:02,773  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:02,774  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:02,774  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:02,775  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:02,776  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:02,778  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:02,778  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:02,778  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:02,781  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:02,782  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:02,782  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:02,787  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:02,789  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:02,790  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:18:02,839  INFO main c.z.h.HikariDataSource:110 - HikariPool-29 - Starting...
2024-03-22 09:18:02,840  INFO main c.z.h.p.HikariPool:565 - HikariPool-29 - Added connection conn280: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:18:02,841  INFO main c.z.h.HikariDataSource:123 - HikariPool-29 - Start completed.
2024-03-22 09:18:02,849  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:18:02,850  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:18:02,858  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:18:02,858  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.007s)
2024-03-22 09:18:02,858  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:18:02,860  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:18:02,866  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:18:02,875  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:18:02,878  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:18:02,881  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:18:02,882  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:18:02,885  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:18:02,891  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:18:02,892  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:18:02,898  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:18:02,901  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:18:02,903  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:18:02,905  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:18:02,907  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:18:02,915  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:18:02,918  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:18:02,921  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:18:02,934  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:18:02,947  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:18:02,948  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:18:02,950  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:18:02,952  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:18:02,962  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:18:02,966  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:18:02,968  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:18:02,969  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:18:02,975  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:18:02,976  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:18:02,979  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:18:02,981  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:18:03,017  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:18:03,018  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:18:03,020  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:18:03,021  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:18:03,024  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:18:03,026  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:18:03,030  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:18:03,034  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:18:03,035  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:18:03,039  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:18:03,041  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:18:03,044  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:18:03,045  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:18:03,046  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:18:03,048  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:18:03,051  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:18:03,055  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:18:03,058  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:18:03,060  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:18:03,066  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:18:03,070  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.124s)
2024-03-22 09:18:03,150  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:18:03,436  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:18:03,436  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:18:03,438  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:18:03,446  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:18:03,447  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:18:03,715  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:18:03,716  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:18:03,719  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:18:04,250  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:18:04,573  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@98747a9, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5f2a498a, org.springframework.security.web.context.SecurityContextHolderFilter@5a1d94b0, org.springframework.security.web.header.HeaderWriterFilter@39fb4398, org.springframework.web.filter.CorsFilter@56b384b1, org.springframework.security.web.csrf.CsrfFilter@2f7015b2, org.springframework.security.web.authentication.logout.LogoutFilter@5476f8e7, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@2da48698, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@69a274a1, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@2fac52c6, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@4ef6f20b, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@75efc7c4, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@a2601fe, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1c25f295, org.springframework.security.web.access.ExceptionTranslationFilter@56853679, org.springframework.security.web.access.intercept.AuthorizationFilter@14184c67]
2024-03-22 09:18:04,644  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:18:04,690  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:18:04,691  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:18:04,691  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:18:04,692  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1832468843.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:18:04,692  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1832468843.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:18:04,692  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:18:04,692  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@4f01f73a
2024-03-22 09:18:04,693  INFO main o.e.h.r.j.m.SystemManagementTest:56 - Started SystemManagementTest in 2.214 seconds (process running for 200.065)
2024-03-22 09:18:04,738  INFO pool-32-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:18:04,771  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SystemManagementTest.systemUsageReportCollectsActionsOfAllTenants() throws java.lang.Exception]...
2024-03-22 09:18:05,188  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SystemManagementTest.systemUsageReportCollectsActionsOfAllTenants() throws java.lang.Exception] succeeded.
2024-03-22 09:18:05,223  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SystemManagementTest.systemUsageReportCollectsTargetsOfAllTenants() throws java.lang.Exception]...
2024-03-22 09:18:05,333  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SystemManagementTest.systemUsageReportCollectsTargetsOfAllTenants() throws java.lang.Exception] succeeded.
2024-03-22 09:18:05,349  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SystemManagementTest.systemUsageReportCollectsArtifactsOfAllTenants() throws java.lang.Exception]...
2024-03-22 09:18:05,455  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SystemManagementTest.systemUsageReportCollectsArtifactsOfAllTenants() throws java.lang.Exception] succeeded.
2024-03-22 09:18:05,516  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SystemManagementTest.findTenantsReturnsAllTenantsNotOnlyWhichLoggedIn() throws java.lang.Exception]...
2024-03-22 09:18:05,532  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SystemManagementTest.findTenantsReturnsAllTenantsNotOnlyWhichLoggedIn() throws java.lang.Exception] succeeded.
2024-03-22 09:18:05,548  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SystemManagementTest.systemUsageReportCollectsStatisticsOfManyTenants() throws java.lang.Exception]...
2024-03-22 09:18:10,558  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SystemManagementTest.systemUsageReportCollectsStatisticsOfManyTenants() throws java.lang.Exception] succeeded.
2024-03-22 09:18:10,561  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@4f01f73a
2024-03-22 09:18:10,570  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1832468843.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:18:10,571  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:18:10,571  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:18:10,571  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:18:10,574  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:18:10,574  INFO main c.z.h.HikariDataSource:350 - HikariPool-29 - Shutdown initiated...
2024-03-22 09:18:10,575  INFO main c.z.h.HikariDataSource:352 - HikariPool-29 - Shutdown completed.
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.103 s -- in org.eclipse.hawkbit.repository.jpa.management.SystemManagementTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest
2024-03-22 09:18:10,582  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:18:10,605  INFO main o.e.h.r.j.m.ControllerManagementTest:50 - Starting ControllerManagementTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:18:10,605  INFO main o.e.h.r.j.m.ControllerManagementTest:660 - The following 1 profile is active: "test"
2024-03-22 09:18:10,708  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:18:10,723  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 15 ms. Found 20 JPA repository interfaces.
2024-03-22 09:18:10,791  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:18:10,792  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:18:10,800  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:18:10,814  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:10,815  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:10,816  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:10,816  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:10,817  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:10,818  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:10,820  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:10,820  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:10,820  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:10,823  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:10,824  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:10,824  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:10,829  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:10,831  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:10,832  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:18:10,898  INFO main c.z.h.HikariDataSource:110 - HikariPool-30 - Starting...
2024-03-22 09:18:10,899  INFO main c.z.h.p.HikariPool:565 - HikariPool-30 - Added connection conn290: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:18:10,900  INFO main c.z.h.HikariDataSource:123 - HikariPool-30 - Start completed.
2024-03-22 09:18:10,907  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:18:10,908  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:18:10,916  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:18:10,917  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.007s)
2024-03-22 09:18:10,917  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:18:10,919  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:18:10,924  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:18:10,932  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:18:10,934  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:18:10,937  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:18:10,938  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:18:10,940  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:18:10,945  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:18:10,946  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:18:10,951  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:18:10,954  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:18:10,956  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:18:10,957  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:18:10,959  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:18:10,962  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:18:10,965  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:18:10,967  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:18:10,979  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:18:10,989  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:18:10,990  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:18:10,992  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:18:10,994  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:18:11,002  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:18:11,007  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:18:11,008  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:18:11,009  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:18:11,019  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:18:11,020  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:18:11,024  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:18:11,026  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:18:11,027  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:18:11,029  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:18:11,031  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:18:11,033  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:18:11,035  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:18:11,037  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:18:11,042  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:18:11,045  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:18:11,047  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:18:11,051  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:18:11,054  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:18:11,057  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:18:11,058  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:18:11,060  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:18:11,062  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:18:11,065  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:18:11,069  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:18:11,072  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:18:11,075  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:18:11,082  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:18:11,085  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.090s)
2024-03-22 09:18:11,138  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:18:11,444  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:18:11,445  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:18:11,446  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:18:11,454  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:18:11,455  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:18:11,720  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:18:11,720  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:18:11,724  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:18:12,262  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:18:12,594  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@7d00f47, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@215fefc0, org.springframework.security.web.context.SecurityContextHolderFilter@70c7325, org.springframework.security.web.header.HeaderWriterFilter@c209c2a, org.springframework.web.filter.CorsFilter@2c4a8c7b, org.springframework.security.web.csrf.CsrfFilter@4d532a6e, org.springframework.security.web.authentication.logout.LogoutFilter@45b94dd0, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@31a797ff, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@334db169, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@6ea9031f, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@3eff8bd6, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@535839f0, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3b04bbef, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@698483ba, org.springframework.security.web.access.ExceptionTranslationFilter@5fd6ec58, org.springframework.security.web.access.intercept.AuthorizationFilter@56469b4]
2024-03-22 09:18:12,659  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:18:12,733  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:18:12,733  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:18:12,733  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:18:12,734  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1565197898.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:18:12,734  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1565197898.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:18:12,734  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:18:12,734  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@188f9a53
2024-03-22 09:18:12,735  INFO main o.e.h.r.j.m.ControllerManagementTest:56 - Started ControllerManagementTest in 2.147 seconds (process running for 208.107)
2024-03-22 09:18:12,781  INFO pool-33-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:18:12,818  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.controllerReportsDownloadedForDownloadOnlyAction()]...
2024-03-22 09:18:13,956  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.controllerReportsDownloadedForDownloadOnlyAction()] succeeded.
2024-03-22 09:18:13,974  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.findOrRegisterTargetIfItDoesNotExistDoesUpdateNameOnExistingTargetProperly()]...
2024-03-22 09:18:14,287  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.findOrRegisterTargetIfItDoesNotExistDoesUpdateNameOnExistingTargetProperly()] succeeded.
2024-03-22 09:18:14,304  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.tryToFinishWithErrorUpdateProcessMoreThanOnce()]...
2024-03-22 09:18:15,257  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.tryToFinishWithErrorUpdateProcessMoreThanOnce()] succeeded.
2024-03-22 09:18:15,274  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.findOrRegisterTargetIfItDoesNotExistDoesNotThrowExceptionBeforeMaxRetries()]...
2024-03-22 09:18:16,007  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.findOrRegisterTargetIfItDoesNotExistDoesNotThrowExceptionBeforeMaxRetries()] succeeded.
2024-03-22 09:18:16,025  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.controllerRejectsActionCancellationWithError()]...
2024-03-22 09:18:17,105  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.controllerRejectsActionCancellationWithError()] succeeded.
2024-03-22 09:18:17,122  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.findOrRegisterTargetIfItDoesNotExistThrowsExceptionForInvalidControllerIdParam()]...
2024-03-22 09:18:17,171  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.findOrRegisterTargetIfItDoesNotExistThrowsExceptionForInvalidControllerIdParam()] succeeded.
2024-03-22 09:18:17,187  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.controllerRejectsActionCancellationWithReject()]...
2024-03-22 09:18:18,265  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.controllerRejectsActionCancellationWithReject()] succeeded.
2024-03-22 09:18:18,282  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.findOrRegisterTargetIfItDoesNotExistWithoutTypeAndUpdateToExistingType()]...
2024-03-22 09:18:18,710  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.findOrRegisterTargetIfItDoesNotExistWithoutTypeAndUpdateToExistingType()] succeeded.
2024-03-22 09:18:18,732  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.controllerReportsFinishedForOldDownloadOnlyActionAfterSuccessfulForcedAssignment()]...
2024-03-22 09:18:19,813  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.controllerReportsFinishedForOldDownloadOnlyActionAfterSuccessfulForcedAssignment()] succeeded.
2024-03-22 09:18:19,830  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.getActionUsingSingleExternalRef()]...
2024-03-22 09:18:19,862  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.getActionUsingSingleExternalRef()] succeeded.
2024-03-22 09:18:19,879  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.targetPollEventNotSendIfDisabled()]...
2024-03-22 09:18:20,088  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.targetPollEventNotSendIfDisabled()] succeeded.
2024-03-22 09:18:20,106  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.entityQueriesReferringToNotExistingEntitiesThrowsException() throws java.net.URISyntaxException]...
2024-03-22 09:18:20,328  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.entityQueriesReferringToNotExistingEntitiesThrowsException() throws java.net.URISyntaxException] succeeded.
2024-03-22 09:18:20,345  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.updateTargetAttributesFailsIfTooManyEntries() throws java.lang.Exception]...
2024-03-22 09:18:20,350  WARN main o.e.h.r.j.u.QuotaHelper:116 - Cannot assign 11 Attribute entities to Target '12' because of the configured quota limit 10.
2024-03-22 09:18:20,361  WARN main o.e.h.r.j.u.QuotaHelper:116 - Cannot assign 11 Attribute entities to Target '12' because of the configured quota limit 10.
2024-03-22 09:18:20,570  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.updateTargetAttributesFailsIfTooManyEntries() throws java.lang.Exception] succeeded.
2024-03-22 09:18:20,589  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.hasTargetArtifactAssignedIsTrueWithMultipleArtifacts()]...
2024-03-22 09:18:21,470  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.hasTargetArtifactAssignedIsTrueWithMultipleArtifacts()] succeeded.
2024-03-22 09:18:21,490  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.externalRefCannotBeNull()]...
2024-03-22 09:18:21,496  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.externalRefCannotBeNull()] succeeded.
2024-03-22 09:18:21,512  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.controllerConfirmsActionCancellationWithFinished()]...
2024-03-22 09:18:22,615  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.controllerConfirmsActionCancellationWithFinished()] succeeded.
2024-03-22 09:18:22,632  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.recoverFindOrRegisterTargetIfItDoesNotExistIsNotInvokedForOtherExceptions()]...
2024-03-22 09:18:22,639  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.recoverFindOrRegisterTargetIfItDoesNotExistIsNotInvokedForOtherExceptions()] succeeded.
2024-03-22 09:18:22,655  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.controllerReportsDownloadForDownloadOnlyAction()]...
2024-03-22 09:18:23,504  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.controllerReportsDownloadForDownloadOnlyAction()] succeeded.
2024-03-22 09:18:23,520  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.createActionStatusWithTooManyMessages()]...
2024-03-22 09:18:23,549  WARN main o.e.h.r.j.u.QuotaHelper:116 - Cannot assign 11 Message entities to ActionStatus '<new>' because of the configured quota limit 10.
2024-03-22 09:18:24,362  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.createActionStatusWithTooManyMessages()] succeeded.
2024-03-22 09:18:24,380  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.quotaExceededExceptionWhenControllerReportsTooManyUpdateActionStatusMessagesForForced()]...
2024-03-22 09:18:24,413  WARN main o.e.h.r.j.u.QuotaHelper:124 - Cannot assign 1 ActionStatus entities to Action '12' because of the configured quota limit 10. Currently, there are 10 ActionStatus entities assigned.
2024-03-22 09:18:24,415  WARN main o.e.h.r.j.u.QuotaHelper:124 - Cannot assign 1 ActionStatus entities to Action '12' because of the configured quota limit 10. Currently, there are 10 ActionStatus entities assigned.
2024-03-22 09:18:24,417  WARN main o.e.h.r.j.u.QuotaHelper:124 - Cannot assign 1 ActionStatus entities to Action '12' because of the configured quota limit 10. Currently, there are 10 ActionStatus entities assigned.
2024-03-22 09:18:25,231  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.quotaExceededExceptionWhenControllerReportsTooManyUpdateActionStatusMessagesForForced()] succeeded.
2024-03-22 09:18:25,251  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.quotaExceptionWhencontrollerReportsTooManyDownloadedMessagesForDownloadOnlyAction()]...
2024-03-22 09:18:25,292  WARN main o.e.h.r.j.u.QuotaHelper:124 - Cannot assign 1 ActionStatus entities to Action '13' because of the configured quota limit 10. Currently, there are 10 ActionStatus entities assigned.
2024-03-22 09:18:26,307  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.quotaExceptionWhencontrollerReportsTooManyDownloadedMessagesForDownloadOnlyAction()] succeeded.
2024-03-22 09:18:26,324  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.controllerConfirmationFailsWithInvalidMessages()]...
2024-03-22 09:18:27,196  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.controllerConfirmationFailsWithInvalidMessages()] succeeded.
2024-03-22 09:18:27,219  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.findTargetVisibleMetaDataBySoftwareModuleId()]...
2024-03-22 09:18:27,565  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.findTargetVisibleMetaDataBySoftwareModuleId()] succeeded.
2024-03-22 09:18:27,583  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.controllerConfirmsActionCancellationWithCanceled()]...
2024-03-22 09:18:28,703  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.controllerConfirmsActionCancellationWithCanceled()] succeeded.
2024-03-22 09:18:28,720  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.updateTargetAttributesFailsForInvalidAttributes()]...
2024-03-22 09:18:28,732  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.updateTargetAttributesFailsForInvalidAttributes()] succeeded.
2024-03-22 09:18:28,748  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.findOrRegisterTargetIfItDoesNotExist()]...
2024-03-22 09:18:28,958  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.findOrRegisterTargetIfItDoesNotExist()] succeeded.
2024-03-22 09:18:28,975  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.controllerConfirmsUpdateWithFinished()]...
2024-03-22 09:18:30,044  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.controllerConfirmsUpdateWithFinished()] succeeded.
2024-03-22 09:18:30,061  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.sendUpdatesForFinishUpdateProcessDroppedIfDisabled()]...
2024-03-22 09:18:31,106  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.sendUpdatesForFinishUpdateProcessDroppedIfDisabled()] succeeded.
2024-03-22 09:18:31,122  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.updatedExternalRefOnActionIsReallyUpdated()]...
2024-03-22 09:18:31,174  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.updatedExternalRefOnActionIsReallyUpdated()] succeeded.
2024-03-22 09:18:31,191  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.updateTargetAttributes() throws java.lang.Exception]...
2024-03-22 09:18:31,406  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.updateTargetAttributes() throws java.lang.Exception] succeeded.
2024-03-22 09:18:31,422  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.findOrRegisterTargetIfItDoesNotExistThrowsExceptionAfterMaxRetries()]...
2024-03-22 09:18:32,336  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.findOrRegisterTargetIfItDoesNotExistThrowsExceptionAfterMaxRetries()] succeeded.
2024-03-22 09:18:32,351  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.controllerProvidesIntermediateFeedbackFailsIfQuotaHit()]...
2024-03-22 09:18:32,385  WARN main o.e.h.r.j.u.QuotaHelper:124 - Cannot assign 1 ActionStatus entities to Action '21' because of the configured quota limit 10. Currently, there are 10 ActionStatus entities assigned.
2024-03-22 09:18:33,197  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.controllerProvidesIntermediateFeedbackFailsIfQuotaHit()] succeeded.
2024-03-22 09:18:33,212  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.findOrRegisterTargetIfItDoesNotExistWithNonExistingTypeAndUpdateToExistingType()]...
2024-03-22 09:18:33,215 ERROR main o.e.h.r.j.m.JpaControllerManagement:418 - Target type with the provided name "unknownTargetTypeName" was not found. Creating target for thing ID "AA" without target type assignment
2024-03-22 09:18:33,626  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.findOrRegisterTargetIfItDoesNotExistWithNonExistingTypeAndUpdateToExistingType()] succeeded.
2024-03-22 09:18:33,646  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.cancellationFeedbackRejectedIfActionIsNotInCanceling()]...
2024-03-22 09:18:34,493  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.cancellationFeedbackRejectedIfActionIsNotInCanceling()] succeeded.
2024-03-22 09:18:34,533  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.findMessagesByActionStatusId()]...
2024-03-22 09:18:34,578  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.findMessagesByActionStatusId()] succeeded.
2024-03-22 09:18:34,595  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.deleteTargetWithInvalidThingId()]...
2024-03-22 09:18:34,704  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.deleteTargetWithInvalidThingId()] succeeded.
2024-03-22 09:18:34,721  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.findOrRegisterTargetIfItDoesNotExistWithName()]...
2024-03-22 09:18:35,032  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.findOrRegisterTargetIfItDoesNotExistWithName()] succeeded.
2024-03-22 09:18:35,049  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.controllerReportsActionFinishedForDownloadOnlyActionThatIsNotActive()]...
2024-03-22 09:18:36,095  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.controllerReportsActionFinishedForDownloadOnlyActionThatIsNotActive()] succeeded.
2024-03-22 09:18:36,112  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.sendUpdatesForFinishUpdateProcessAcceptedIfEnabled()]...
2024-03-22 09:18:37,157  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.sendUpdatesForFinishUpdateProcessAcceptedIfEnabled()] succeeded.
2024-03-22 09:18:37,174  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.controllerReportsMultipleDownloadedForDownloadOnlyAction()]...
2024-03-22 09:18:38,271  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.controllerReportsMultipleDownloadedForDownloadOnlyAction()] succeeded.
2024-03-22 09:18:38,286  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.controllerConfirmsUpdateWithFinishedAndIgnoresCancellationWithThat()]...
2024-03-22 09:18:39,430  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.controllerConfirmsUpdateWithFinishedAndIgnoresCancellationWithThat()] succeeded.
2024-03-22 09:18:39,449  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.quotaExceededExceptionWhenControllerReportsTooManyUpdateActionStatusMessagesForDownloadOnlyAction()]...
2024-03-22 09:18:39,491  WARN main o.e.h.r.j.u.QuotaHelper:124 - Cannot assign 1 ActionStatus entities to Action '28' because of the configured quota limit 10. Currently, there are 10 ActionStatus entities assigned.
2024-03-22 09:18:39,493  WARN main o.e.h.r.j.u.QuotaHelper:124 - Cannot assign 1 ActionStatus entities to Action '28' because of the configured quota limit 10. Currently, there are 10 ActionStatus entities assigned.
2024-03-22 09:18:39,495  WARN main o.e.h.r.j.u.QuotaHelper:124 - Cannot assign 1 ActionStatus entities to Action '28' because of the configured quota limit 10. Currently, there are 10 ActionStatus entities assigned.
2024-03-22 09:18:40,509  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.quotaExceededExceptionWhenControllerReportsTooManyUpdateActionStatusMessagesForDownloadOnlyAction()] succeeded.
2024-03-22 09:18:40,526  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.targetCanAlwaysReportFinishedOrErrorAfterActionIsClosedForDownloadOnlyAssignments()]...
2024-03-22 09:18:41,737  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.targetCanAlwaysReportFinishedOrErrorAfterActionIsClosedForDownloadOnlyAssignments()] succeeded.
2024-03-22 09:18:41,754  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.deleteTargetWithValidThingId()]...
2024-03-22 09:18:42,066  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.deleteTargetWithValidThingId()] succeeded.
2024-03-22 09:18:42,083  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.findOrRegisterTargetIfItDoesNotExistWithExistingTypeAndUpdateToExistingType()]...
2024-03-22 09:18:42,497  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.findOrRegisterTargetIfItDoesNotExistWithExistingTypeAndUpdateToExistingType()] succeeded.
2024-03-22 09:18:42,513  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.addActionStatusUpdatesUntilQuotaIsExceeded()]...
2024-03-22 09:18:42,548  WARN main o.e.h.r.j.u.QuotaHelper:124 - Cannot assign 1 ActionStatus entities to Action '33' because of the configured quota limit 10. Currently, there are 10 ActionStatus entities assigned.
2024-03-22 09:18:42,582  WARN main o.e.h.r.j.u.QuotaHelper:124 - Cannot assign 1 ActionStatus entities to Action '34' because of the configured quota limit 10. Currently, there are 10 ActionStatus entities assigned.
2024-03-22 09:18:43,394  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.addActionStatusUpdatesUntilQuotaIsExceeded()] succeeded.
2024-03-22 09:18:43,411  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.updateTargetAttributesWithDifferentUpdateModes()]...
2024-03-22 09:18:43,634  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.updateTargetAttributesWithDifferentUpdateModes()] succeeded.
2024-03-22 09:18:43,652  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.lastActionStatusCodeIsSet()]...
2024-03-22 09:18:43,702  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.lastActionStatusCodeIsSet()] succeeded.
2024-03-22 09:18:43,718  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.findOrRegisterTargetIfItDoesNotExistWithExistingTypeAndUnassignType()]...
2024-03-22 09:18:44,131  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.findOrRegisterTargetIfItDoesNotExistWithExistingTypeAndUnassignType()] succeeded.
2024-03-22 09:18:44,152  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.deleteTargetAfterItWasDeleted()]...
2024-03-22 09:18:44,468  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.deleteTargetAfterItWasDeleted()] succeeded.
2024-03-22 09:18:44,486  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.tryToFinishUpdateProcessMoreThanOnce()]...
2024-03-22 09:18:45,530  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.tryToFinishUpdateProcessMoreThanOnce()] succeeded.
2024-03-22 09:18:45,545  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.actionsAreExposedAccordingToTheirWeight()]...
2024-03-22 09:18:45,648  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.actionsAreExposedAccordingToTheirWeight()] succeeded.
2024-03-22 09:18:45,662  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.nonExistingEntityAccessReturnsNotPresent()]...
2024-03-22 09:18:45,883  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.nonExistingEntityAccessReturnsNotPresent()] succeeded.
2024-03-22 09:18:45,899  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.findOrRegisterTargetIfItDoesNotExistWithExistingTypeAndUpdateToNonExistingType()]...
2024-03-22 09:18:45,903 ERROR main o.e.h.r.j.m.JpaControllerManagement:539 - Target type with the provided name "unknownTargetTypeName" was not found. Target type for thing ID "AA" will not be updated
2024-03-22 09:18:46,212  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.findOrRegisterTargetIfItDoesNotExistWithExistingTypeAndUpdateToNonExistingType()] succeeded.
2024-03-22 09:18:46,227  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.findOrRegisterTargetIfItDoesNotExistDoesntRetryWhenEntityAlreadyExistsException()]...
2024-03-22 09:18:46,235  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest.findOrRegisterTargetIfItDoesNotExistDoesntRetryWhenEntityAlreadyExistsException()] succeeded.
2024-03-22 09:18:46,238  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@188f9a53
2024-03-22 09:18:46,247  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1565197898.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:18:46,248  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:18:46,248  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:18:46,248  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:18:46,251  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:18:46,251  INFO main c.z.h.HikariDataSource:350 - HikariPool-30 - Shutdown initiated...
2024-03-22 09:18:46,252  INFO main c.z.h.HikariDataSource:352 - HikariPool-30 - Shutdown completed.
[INFO] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.67 s -- in org.eclipse.hawkbit.repository.jpa.management.ControllerManagementTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.management.DistributionSetTagManagementTest
2024-03-22 09:18:46,256  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:18:46,282  INFO main o.e.h.r.j.m.DistributionSetTagManagementTest:50 - Starting DistributionSetTagManagementTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:18:46,282  INFO main o.e.h.r.j.m.DistributionSetTagManagementTest:660 - The following 1 profile is active: "test"
2024-03-22 09:18:46,390  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:18:46,404  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 12 ms. Found 20 JPA repository interfaces.
2024-03-22 09:18:46,477  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:18:46,478  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:18:46,487  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:18:46,501  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:46,502  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:46,503  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:46,503  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:46,504  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:46,506  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:46,507  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:46,507  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:46,508  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:46,510  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:46,511  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:46,511  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:46,518  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:46,520  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:46,521  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:18:46,568  INFO main c.z.h.HikariDataSource:110 - HikariPool-31 - Starting...
2024-03-22 09:18:46,570  INFO main c.z.h.p.HikariPool:565 - HikariPool-31 - Added connection conn300: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:18:46,570  INFO main c.z.h.HikariDataSource:123 - HikariPool-31 - Start completed.
2024-03-22 09:18:46,579  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:18:46,580  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:18:46,586  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:18:46,587  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.006s)
2024-03-22 09:18:46,587  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:18:46,590  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:18:46,595  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:18:46,604  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:18:46,607  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:18:46,615  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:18:46,617  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:18:46,619  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:18:46,624  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:18:46,625  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:18:46,630  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:18:46,632  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:18:46,634  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:18:46,636  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:18:46,637  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:18:46,641  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:18:46,643  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:18:46,646  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:18:46,657  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:18:46,666  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:18:46,668  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:18:46,693  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:18:46,695  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:18:46,704  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:18:46,708  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:18:46,716  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:18:46,717  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:18:46,722  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:18:46,723  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:18:46,727  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:18:46,729  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:18:46,730  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:18:46,732  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:18:46,734  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:18:46,735  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:18:46,738  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:18:46,740  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:18:46,745  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:18:46,748  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:18:46,750  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:18:46,754  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:18:46,757  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:18:46,759  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:18:46,760  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:18:46,762  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:18:46,764  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:18:46,766  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:18:46,769  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:18:46,772  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:18:46,774  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:18:46,780  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:18:46,784  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.087s)
2024-03-22 09:18:46,835  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:18:47,127  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:18:47,127  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:18:47,129  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:18:47,137  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:18:47,139  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:18:47,413  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:18:47,414  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:18:47,418  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:18:48,036  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:18:48,399  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@1bb56351, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5c1453d, org.springframework.security.web.context.SecurityContextHolderFilter@4b035fa2, org.springframework.security.web.header.HeaderWriterFilter@3803d56e, org.springframework.web.filter.CorsFilter@52235e7f, org.springframework.security.web.csrf.CsrfFilter@273ee0b9, org.springframework.security.web.authentication.logout.LogoutFilter@6f2382e9, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@4b438ed4, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@679726bf, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@49f01d35, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@3884699f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1be84553, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@41993347, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@796f40b1, org.springframework.security.web.access.ExceptionTranslationFilter@99a7627, org.springframework.security.web.access.intercept.AuthorizationFilter@3954f7c5]
2024-03-22 09:18:48,471  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:18:48,520  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:18:48,521  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:18:48,521  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:18:48,522  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '356771372.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:18:48,522  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '356771372.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:18:48,522  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:18:48,522  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@f2f07f5
2024-03-22 09:18:48,523  INFO main o.e.h.r.j.m.DistributionSetTagManagementTest:56 - Started DistributionSetTagManagementTest in 2.261 seconds (process running for 243.894)
2024-03-22 09:18:48,570  INFO pool-34-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:18:48,602  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTagManagementTest.updateDistributionSetTag()]...
2024-03-22 09:18:49,155  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTagManagementTest.updateDistributionSetTag()] succeeded.
2024-03-22 09:18:49,170  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTagManagementTest.entityQueriesReferringToNotExistingEntitiesThrowsException()]...
2024-03-22 09:18:49,383  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTagManagementTest.entityQueriesReferringToNotExistingEntitiesThrowsException()] succeeded.
2024-03-22 09:18:49,402  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTagManagementTest.findDistributionSetTagsAll()]...
2024-03-22 09:18:49,857  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTagManagementTest.findDistributionSetTagsAll()] succeeded.
2024-03-22 09:18:49,872  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTagManagementTest.failedDuplicateDsTagNameExceptionAfterUpdate()]...
2024-03-22 09:18:49,881  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTagManagementTest.failedDuplicateDsTagNameExceptionAfterUpdate()] succeeded.
2024-03-22 09:18:49,924  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTagManagementTest.assignAndUnassignDistributionSetTags()]...
2024-03-22 09:18:50,239  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTagManagementTest.assignAndUnassignDistributionSetTags()] succeeded.
2024-03-22 09:18:50,253  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTagManagementTest.createAndAssignAndDeleteDistributionSetTags()]...
2024-03-22 09:18:50,978  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTagManagementTest.createAndAssignAndDeleteDistributionSetTags()] succeeded.
2024-03-22 09:18:50,991  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTagManagementTest.createDistributionSetTag()]...
2024-03-22 09:18:50,997  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTagManagementTest.createDistributionSetTag()] succeeded.
2024-03-22 09:18:51,015  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTagManagementTest.failedDuplicateDsTagNameException()]...
2024-03-22 09:18:51,022  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTagManagementTest.failedDuplicateDsTagNameException()] succeeded.
2024-03-22 09:18:51,035  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTagManagementTest.deleteDistributionSetTag()]...
2024-03-22 09:18:51,455  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTagManagementTest.deleteDistributionSetTag()] succeeded.
2024-03-22 09:18:51,469  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTagManagementTest.createDistributionSetTags()]...
2024-03-22 09:18:51,847  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTagManagementTest.createDistributionSetTags()] succeeded.
2024-03-22 09:18:51,861  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTagManagementTest.nonExistingEntityAccessReturnsNotPresent()]...
2024-03-22 09:18:51,967  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.DistributionSetTagManagementTest.nonExistingEntityAccessReturnsNotPresent()] succeeded.
2024-03-22 09:18:51,970  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@f2f07f5
2024-03-22 09:18:51,990  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.356771372.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:18:51,991  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:18:51,991  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:18:51,992  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:18:51,994  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:18:51,995  INFO main c.z.h.HikariDataSource:350 - HikariPool-31 - Shutdown initiated...
2024-03-22 09:18:51,995  INFO main c.z.h.HikariDataSource:352 - HikariPool-31 - Shutdown completed.
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.740 s -- in org.eclipse.hawkbit.repository.jpa.management.DistributionSetTagManagementTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest
2024-03-22 09:18:51,999  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:18:52,020  INFO main o.e.h.r.j.m.SoftwareModuleManagementTest:50 - Starting SoftwareModuleManagementTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:18:52,020  INFO main o.e.h.r.j.m.SoftwareModuleManagementTest:660 - The following 1 profile is active: "test"
2024-03-22 09:18:52,106  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:18:52,119  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 11 ms. Found 20 JPA repository interfaces.
2024-03-22 09:18:52,184  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:18:52,184  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:18:52,191  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:18:52,203  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:52,204  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:52,205  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:52,205  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:52,206  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:52,207  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:52,208  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:52,209  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:52,209  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:52,215  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:52,215  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:52,216  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:52,221  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:52,223  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:52,224  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:18:52,267  INFO main c.z.h.HikariDataSource:110 - HikariPool-32 - Starting...
2024-03-22 09:18:52,268  INFO main c.z.h.p.HikariPool:565 - HikariPool-32 - Added connection conn310: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:18:52,269  INFO main c.z.h.HikariDataSource:123 - HikariPool-32 - Start completed.
2024-03-22 09:18:52,276  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:18:52,276  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:18:52,283  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:18:52,283  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.006s)
2024-03-22 09:18:52,283  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:18:52,285  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:18:52,290  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:18:52,297  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:18:52,299  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:18:52,302  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:18:52,303  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:18:52,305  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:18:52,309  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:18:52,310  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:18:52,315  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:18:52,317  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:18:52,319  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:18:52,320  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:18:52,322  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:18:52,325  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:18:52,328  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:18:52,330  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:18:52,341  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:18:52,351  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:18:52,352  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:18:52,353  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:18:52,355  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:18:52,364  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:18:52,368  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:18:52,369  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:18:52,370  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:18:52,394  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:18:52,395  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:18:52,398  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:18:52,400  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:18:52,401  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:18:52,402  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:18:52,404  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:18:52,405  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:18:52,407  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:18:52,409  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:18:52,417  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:18:52,420  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:18:52,422  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:18:52,425  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:18:52,427  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:18:52,430  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:18:52,431  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:18:52,432  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:18:52,434  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:18:52,436  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:18:52,439  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:18:52,442  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:18:52,444  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:18:52,450  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:18:52,454  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.097s)
2024-03-22 09:18:52,498  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:18:52,764  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:18:52,764  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:18:52,765  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:18:52,773  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:18:52,774  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:18:53,005  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:18:53,005  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:18:53,008  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:18:53,511  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:18:53,801  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@c10c078, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3efb3593, org.springframework.security.web.context.SecurityContextHolderFilter@baf4c54, org.springframework.security.web.header.HeaderWriterFilter@20ae2c61, org.springframework.web.filter.CorsFilter@1bf4af4c, org.springframework.security.web.csrf.CsrfFilter@58d0cdc7, org.springframework.security.web.authentication.logout.LogoutFilter@3c66bfda, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@39d38f37, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@608871d8, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@38683c35, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@30c27fb8, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@554f0613, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@31148ebf, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@32712840, org.springframework.security.web.access.ExceptionTranslationFilter@5356fd38, org.springframework.security.web.access.intercept.AuthorizationFilter@ab71dd4]
2024-03-22 09:18:53,889  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:18:53,939  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:18:53,940  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:18:53,940  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:18:53,941  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1240865337.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:18:53,941  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1240865337.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:18:53,941  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:18:53,941  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@43ecaaa7
2024-03-22 09:18:53,942  INFO main o.e.h.r.j.m.SoftwareModuleManagementTest:56 - Started SoftwareModuleManagementTest in 1.938 seconds (process running for 249.314)
2024-03-22 09:18:54,015  INFO pool-35-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:18:54,045  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.countSoftwareModuleTypesAll()]...
2024-03-22 09:18:54,092  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.countSoftwareModuleTypesAll()] succeeded.
2024-03-22 09:18:54,125  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.unlockSoftwareModule()]...
2024-03-22 09:18:54,137  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.unlockSoftwareModule()] succeeded.
2024-03-22 09:18:54,151  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.softDeleteOfAssignedArtifact()]...
2024-03-22 09:18:54,215  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.softDeleteOfAssignedArtifact()] succeeded.
2024-03-22 09:18:54,250  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.countSoftwareModuleByFilters()]...
2024-03-22 09:18:54,275  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.countSoftwareModuleByFilters()] succeeded.
2024-03-22 09:18:54,288  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.deleteSoftwareModulesWithSharedArtifact()]...
2024-03-22 09:18:54,314  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.deleteSoftwareModulesWithSharedArtifact()] succeeded.
2024-03-22 09:18:54,328  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.findSoftwareModuleByFilters()]...
2024-03-22 09:18:54,416  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.findSoftwareModuleByFilters()] succeeded.
2024-03-22 09:18:54,429  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.countSoftwareModulesAll()]...
2024-03-22 09:18:54,439  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.countSoftwareModulesAll()] succeeded.
2024-03-22 09:18:54,452  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.findSoftwareModulesById()]...
2024-03-22 09:18:54,460  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.findSoftwareModulesById()] succeeded.
2024-03-22 09:18:54,474  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.entityQueriesReferringToNotExistingEntitiesThrowsException()]...
2024-03-22 09:18:54,604  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.entityQueriesReferringToNotExistingEntitiesThrowsException()] succeeded.
2024-03-22 09:18:54,617  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.updateSoftwareModuleMetadata()]...
2024-03-22 09:18:54,633  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.updateSoftwareModuleMetadata()] succeeded.
2024-03-22 09:18:54,647  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.hardDeleteOfNotAssignedArtifact()]...
2024-03-22 09:18:54,670  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.hardDeleteOfNotAssignedArtifact()] succeeded.
2024-03-22 09:18:54,683  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.findSoftwareModulesByType()]...
2024-03-22 09:18:54,730  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.findSoftwareModulesByType()] succeeded.
2024-03-22 09:18:54,745  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.createSoftwareModuleMetadataFailsIfKeyExists()]...
2024-03-22 09:18:54,759  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.createSoftwareModuleMetadataFailsIfKeyExists()] succeeded.
2024-03-22 09:18:54,777  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.findSoftwareModuleOrderByDistributionModuleNameAscModuleVersionAsc()]...
2024-03-22 09:18:54,830  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.findSoftwareModuleOrderByDistributionModuleNameAscModuleVersionAsc()] succeeded.
2024-03-22 09:18:54,844  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.findSoftwareModuleMetadataFailsIfEntryDoesNotExist()]...
2024-03-22 09:18:54,853  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.findSoftwareModuleMetadataFailsIfEntryDoesNotExist()] succeeded.
2024-03-22 09:18:54,867  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.softDeleteOfHistoricalAssignedArtifact()]...
2024-03-22 09:18:54,923  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.softDeleteOfHistoricalAssignedArtifact()] succeeded.
2024-03-22 09:18:54,936  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.lockSoftwareModuleApplied()]...
2024-03-22 09:18:54,955  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.lockSoftwareModuleApplied()] succeeded.
2024-03-22 09:18:54,968  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.createSoftwareModuleMetadata()]...
2024-03-22 09:18:54,979  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.createSoftwareModuleMetadata()] succeeded.
2024-03-22 09:18:54,992  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.deleteMultipleSoftwareModulesWhichShareAnArtifact() throws java.io.IOException]...
2024-03-22 09:18:55,054  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.deleteMultipleSoftwareModulesWhichShareAnArtifact() throws java.io.IOException] succeeded.
2024-03-22 09:18:55,068  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.updateSoftwareModuleFieldsToNewValue()]...
2024-03-22 09:18:55,075  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.updateSoftwareModuleFieldsToNewValue()] succeeded.
2024-03-22 09:18:55,088  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.createSoftwareModuleMetadataUntilQuotaIsExceeded()]...
2024-03-22 09:18:55,103  WARN main o.e.h.r.j.u.QuotaHelper:124 - Cannot assign 1 SoftwareModuleMetadata entities to SoftwareModule '43' because of the configured quota limit 10. Currently, there are 10 SoftwareModuleMetadata entities assigned.
2024-03-22 09:18:55,116  WARN main o.e.h.r.j.u.QuotaHelper:116 - Cannot assign 11 SoftwareModuleMetadata entities to SoftwareModule '44' because of the configured quota limit 10.
2024-03-22 09:18:55,126  WARN main o.e.h.r.j.u.QuotaHelper:124 - Cannot assign 6 SoftwareModuleMetadata entities to SoftwareModule '45' because of the configured quota limit 10. Currently, there are 5 SoftwareModuleMetadata entities assigned.
2024-03-22 09:18:55,154  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.createSoftwareModuleMetadataUntilQuotaIsExceeded()] succeeded.
2024-03-22 09:18:55,168  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.findAllSoftwareModuleMetadataBySwId()]...
2024-03-22 09:18:55,199  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.findAllSoftwareModuleMetadataBySwId()] succeeded.
2024-03-22 09:18:55,219  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.lockSoftwareModule()]...
2024-03-22 09:18:55,228  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.lockSoftwareModule()] succeeded.
2024-03-22 09:18:55,240  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.createModuleCallFailsForExistingModule()]...
2024-03-22 09:18:55,252  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.createModuleCallFailsForExistingModule()] succeeded.
2024-03-22 09:18:55,269  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.findSoftwareModuleByAssignedTo()]...
2024-03-22 09:18:55,285  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.findSoftwareModuleByAssignedTo()] succeeded.
2024-03-22 09:18:55,300  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.deleteSoftwareModuleMetadata()]...
2024-03-22 09:18:55,326  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.deleteSoftwareModuleMetadata()] succeeded.
2024-03-22 09:18:55,341  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.nonExistingEntityAccessReturnsNotPresent()]...
2024-03-22 09:18:55,451  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.nonExistingEntityAccessReturnsNotPresent()] succeeded.
2024-03-22 09:18:55,467  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.updateNothingResultsInUnchangedRepository()]...
2024-03-22 09:18:55,474  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest.updateNothingResultsInUnchangedRepository()] succeeded.
2024-03-22 09:18:55,477  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@43ecaaa7
2024-03-22 09:18:55,486  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1240865337.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:18:55,488  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:18:55,488  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:18:55,488  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:18:55,491  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:18:55,492  INFO main c.z.h.HikariDataSource:350 - HikariPool-32 - Shutdown initiated...
2024-03-22 09:18:55,492  INFO main c.z.h.HikariDataSource:352 - HikariPool-32 - Shutdown completed.
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.494 s -- in org.eclipse.hawkbit.repository.jpa.management.SoftwareModuleManagementTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.management.TargetTagManagementTest
2024-03-22 09:18:55,496  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:18:55,521  INFO main o.e.h.r.j.m.TargetTagManagementTest:50 - Starting TargetTagManagementTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:18:55,521  INFO main o.e.h.r.j.m.TargetTagManagementTest:660 - The following 1 profile is active: "test"
2024-03-22 09:18:55,619  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:18:55,632  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 12 ms. Found 20 JPA repository interfaces.
2024-03-22 09:18:55,730  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:18:55,730  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:18:55,740  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:18:55,755  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:55,756  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:55,757  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:55,757  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:55,757  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:55,759  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:55,760  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:55,761  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:55,761  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:55,764  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:55,764  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:55,765  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:55,771  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:55,773  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:55,774  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:18:55,827  INFO main c.z.h.HikariDataSource:110 - HikariPool-33 - Starting...
2024-03-22 09:18:55,830  INFO main c.z.h.p.HikariPool:565 - HikariPool-33 - Added connection conn320: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:18:55,831  INFO main c.z.h.HikariDataSource:123 - HikariPool-33 - Start completed.
2024-03-22 09:18:55,845  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:18:55,846  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:18:55,853  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:18:55,853  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.006s)
2024-03-22 09:18:55,854  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:18:55,857  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:18:55,862  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:18:55,870  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:18:55,873  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:18:55,875  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:18:55,877  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:18:55,879  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:18:55,884  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:18:55,885  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:18:55,890  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:18:55,892  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:18:55,894  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:18:55,896  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:18:55,898  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:18:55,901  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:18:55,903  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:18:55,905  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:18:55,916  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:18:55,925  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:18:55,927  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:18:55,928  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:18:55,930  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:18:55,939  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:18:55,943  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:18:55,944  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:18:55,945  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:18:55,950  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:18:55,951  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:18:55,954  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:18:55,956  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:18:55,958  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:18:55,959  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:18:55,961  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:18:55,963  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:18:55,965  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:18:55,967  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:18:55,971  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:18:55,994  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:18:55,996  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:18:56,000  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:18:56,003  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:18:56,005  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:18:56,006  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:18:56,007  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:18:56,009  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:18:56,011  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:18:56,015  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:18:56,017  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:18:56,019  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:18:56,026  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:18:56,030  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.076s)
2024-03-22 09:18:56,082  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:18:56,363  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:18:56,364  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:18:56,366  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:18:56,374  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:18:56,375  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:18:56,623  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:18:56,624  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:18:56,627  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:18:57,103  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:18:57,400  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@4b16817e, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5fc57471, org.springframework.security.web.context.SecurityContextHolderFilter@4d94b2c0, org.springframework.security.web.header.HeaderWriterFilter@324bc91d, org.springframework.web.filter.CorsFilter@4b6a1402, org.springframework.security.web.csrf.CsrfFilter@6c7e35b, org.springframework.security.web.authentication.logout.LogoutFilter@696dba5d, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@7cfd18cb, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@776942ed, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@4b1ab16, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@7846fa5b, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@74f04d12, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1b8663a1, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7bd3c78f, org.springframework.security.web.access.ExceptionTranslationFilter@63d19914, org.springframework.security.web.access.intercept.AuthorizationFilter@7c1d1b46]
2024-03-22 09:18:57,482  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:18:57,529  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:18:57,529  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:18:57,529  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:18:57,530  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1051615945.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:18:57,530  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1051615945.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:18:57,530  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:18:57,530  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@366da585
2024-03-22 09:18:57,531  INFO main o.e.h.r.j.m.TargetTagManagementTest:56 - Started TargetTagManagementTest in 2.029 seconds (process running for 252.903)
2024-03-22 09:18:57,578  INFO pool-36-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:18:57,606  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTagManagementTest.createAndUpdateTagWithInvalidFields()]...
2024-03-22 09:18:57,648  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTagManagementTest.createAndUpdateTagWithInvalidFields()] succeeded.
2024-03-22 09:18:57,680  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTagManagementTest.entityQueriesReferringToNotExistingEntitiesThrowsException()]...
2024-03-22 09:18:57,892  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTagManagementTest.entityQueriesReferringToNotExistingEntitiesThrowsException()] succeeded.
2024-03-22 09:18:57,907  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTagManagementTest.findAllTargetTags()]...
2024-03-22 09:18:58,149  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTagManagementTest.findAllTargetTags()] succeeded.
2024-03-22 09:18:58,164  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTagManagementTest.assignAndUnassignTargetTags()]...
2024-03-22 09:18:58,218  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTagManagementTest.assignAndUnassignTargetTags()] succeeded.
2024-03-22 09:18:58,232  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTagManagementTest.deleteTargetTags()]...
2024-03-22 09:18:58,462  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTagManagementTest.deleteTargetTags()] succeeded.
2024-03-22 09:18:58,476  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTagManagementTest.failedDuplicateTargetTagNameException()]...
2024-03-22 09:18:58,483  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTagManagementTest.failedDuplicateTargetTagNameException()] succeeded.
2024-03-22 09:18:58,497  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTagManagementTest.updateTargetTag()]...
2024-03-22 09:18:58,662  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTagManagementTest.updateTargetTag()] succeeded.
2024-03-22 09:18:58,676  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTagManagementTest.failedDuplicateTargetTagNameExceptionAfterUpdate()]...
2024-03-22 09:18:58,685  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTagManagementTest.failedDuplicateTargetTagNameExceptionAfterUpdate()] succeeded.
2024-03-22 09:18:58,699  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTagManagementTest.nonExistingEntityAccessReturnsNotPresent()]...
2024-03-22 09:18:58,806  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTagManagementTest.nonExistingEntityAccessReturnsNotPresent()] succeeded.
2024-03-22 09:18:58,819  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTagManagementTest.createTargetTag()]...
2024-03-22 09:18:58,826  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTagManagementTest.createTargetTag()] succeeded.
2024-03-22 09:18:58,828  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@366da585
2024-03-22 09:18:58,836  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1051615945.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:18:58,838  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:18:58,838  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:18:58,838  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:18:58,841  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:18:58,841  INFO main c.z.h.HikariDataSource:350 - HikariPool-33 - Shutdown initiated...
2024-03-22 09:18:58,842  INFO main c.z.h.HikariDataSource:352 - HikariPool-33 - Shutdown completed.
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.347 s -- in org.eclipse.hawkbit.repository.jpa.management.TargetTagManagementTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.management.RolloutManagementFlowTest
2024-03-22 09:18:58,845  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:18:58,867  INFO main o.e.h.r.j.m.RolloutManagementFlowTest:50 - Starting RolloutManagementFlowTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:18:58,867  INFO main o.e.h.r.j.m.RolloutManagementFlowTest:660 - The following 1 profile is active: "test"
2024-03-22 09:18:58,999  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:18:59,017  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 17 ms. Found 20 JPA repository interfaces.
2024-03-22 09:18:59,081  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:18:59,082  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:18:59,091  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:18:59,104  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:59,105  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:59,106  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:59,106  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:59,106  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:59,108  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:59,109  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:59,110  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:59,110  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:59,112  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:59,113  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:59,113  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:59,119  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:59,121  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:18:59,121  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:18:59,169  INFO main c.z.h.HikariDataSource:110 - HikariPool-34 - Starting...
2024-03-22 09:18:59,170  INFO main c.z.h.p.HikariPool:565 - HikariPool-34 - Added connection conn330: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:18:59,171  INFO main c.z.h.HikariDataSource:123 - HikariPool-34 - Start completed.
2024-03-22 09:18:59,178  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:18:59,178  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:18:59,185  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:18:59,185  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.006s)
2024-03-22 09:18:59,185  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:18:59,187  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:18:59,192  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:18:59,199  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:18:59,201  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:18:59,204  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:18:59,222  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:18:59,226  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:18:59,231  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:18:59,233  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:18:59,238  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:18:59,240  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:18:59,242  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:18:59,244  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:18:59,245  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:18:59,249  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:18:59,251  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:18:59,253  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:18:59,264  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:18:59,274  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:18:59,275  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:18:59,277  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:18:59,279  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:18:59,287  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:18:59,292  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:18:59,293  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:18:59,295  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:18:59,299  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:18:59,300  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:18:59,303  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:18:59,305  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:18:59,306  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:18:59,308  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:18:59,310  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:18:59,311  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:18:59,315  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:18:59,317  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:18:59,320  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:18:59,324  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:18:59,325  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:18:59,328  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:18:59,331  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:18:59,333  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:18:59,334  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:18:59,336  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:18:59,337  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:18:59,340  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:18:59,344  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:18:59,346  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:18:59,349  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:18:59,355  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:18:59,359  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.077s)
2024-03-22 09:18:59,408  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:18:59,692  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:18:59,692  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:18:59,693  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:18:59,700  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:18:59,701  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:18:59,935  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:18:59,936  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:18:59,939  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:19:00,414  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:19:00,703  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@194eae00, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3993f23c, org.springframework.security.web.context.SecurityContextHolderFilter@7daa54b7, org.springframework.security.web.header.HeaderWriterFilter@26e25b8, org.springframework.web.filter.CorsFilter@31d98edc, org.springframework.security.web.csrf.CsrfFilter@772434ed, org.springframework.security.web.authentication.logout.LogoutFilter@32e18bda, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@4349717b, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@4accabca, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@8c43961, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@7dc88d93, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2b7f94b3, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@39fc1aa8, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6496b8d7, org.springframework.security.web.access.ExceptionTranslationFilter@542fa7e, org.springframework.security.web.access.intercept.AuthorizationFilter@44ac9a37]
2024-03-22 09:19:00,779  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:19:00,825  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:19:00,825  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:19:00,825  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:19:00,826  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '2063130740.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:19:00,826  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '2063130740.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:19:00,826  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:19:00,826  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@7333ecdf
2024-03-22 09:19:00,827  INFO main o.e.h.r.j.m.RolloutManagementFlowTest:56 - Started RolloutManagementFlowTest in 1.977 seconds (process running for 256.199)
2024-03-22 09:19:00,870  INFO pool-37-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:19:00,910  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementFlowTest.dynamicRolloutFlow()]...
2024-03-22 09:19:01,348  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementFlowTest.dynamicRolloutFlow()] succeeded.
2024-03-22 09:19:01,361  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementFlowTest.rolloutFlow()]...
2024-03-22 09:19:01,588  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.RolloutManagementFlowTest.rolloutFlow()] succeeded.
2024-03-22 09:19:01,590  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@7333ecdf
2024-03-22 09:19:01,598  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.2063130740.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:19:01,599  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:19:01,599  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:19:01,599  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:19:01,602  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:19:01,615  INFO main c.z.h.HikariDataSource:350 - HikariPool-34 - Shutdown initiated...
2024-03-22 09:19:01,616  INFO main c.z.h.HikariDataSource:352 - HikariPool-34 - Shutdown completed.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.771 s -- in org.eclipse.hawkbit.repository.jpa.management.RolloutManagementFlowTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest
2024-03-22 09:19:01,619  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:19:01,639  INFO main o.e.h.r.j.m.TargetFilterQueryManagementTest:50 - Starting TargetFilterQueryManagementTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:19:01,640  INFO main o.e.h.r.j.m.TargetFilterQueryManagementTest:660 - The following 1 profile is active: "test"
2024-03-22 09:19:01,742  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:19:01,753  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 11 ms. Found 20 JPA repository interfaces.
2024-03-22 09:19:01,827  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:19:01,827  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:19:01,834  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:19:01,847  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:01,848  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:01,848  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:01,848  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:01,849  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:01,850  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:01,852  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:01,852  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:01,852  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:01,855  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:01,855  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:01,856  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:01,861  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:01,863  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:01,864  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:19:01,906  INFO main c.z.h.HikariDataSource:110 - HikariPool-35 - Starting...
2024-03-22 09:19:01,908  INFO main c.z.h.p.HikariPool:565 - HikariPool-35 - Added connection conn340: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:19:01,908  INFO main c.z.h.HikariDataSource:123 - HikariPool-35 - Start completed.
2024-03-22 09:19:01,918  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:19:01,919  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:19:01,925  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:19:01,926  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.006s)
2024-03-22 09:19:01,926  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:19:01,928  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:19:01,933  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:19:01,940  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:19:01,942  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:19:01,945  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:19:01,946  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:19:01,948  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:19:01,953  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:19:01,954  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:19:01,973  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:19:01,975  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:19:01,977  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:19:01,978  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:19:01,980  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:19:01,983  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:19:01,986  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:19:01,988  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:19:01,998  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:19:02,007  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:19:02,016  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:19:02,017  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:19:02,019  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:19:02,026  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:19:02,030  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:19:02,031  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:19:02,032  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:19:02,037  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:19:02,038  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:19:02,041  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:19:02,043  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:19:02,044  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:19:02,046  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:19:02,048  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:19:02,049  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:19:02,051  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:19:02,053  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:19:02,056  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:19:02,059  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:19:02,061  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:19:02,064  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:19:02,066  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:19:02,069  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:19:02,070  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:19:02,071  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:19:02,073  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:19:02,075  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:19:02,078  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:19:02,081  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:19:02,083  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:19:02,089  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:19:02,093  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.090s)
2024-03-22 09:19:02,153  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:19:02,468  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:19:02,468  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:19:02,469  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:19:02,476  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:19:02,477  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:19:02,737  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:19:02,737  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:19:02,740  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:19:03,243  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:19:03,550  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@7b764ee3, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@c2da33a, org.springframework.security.web.context.SecurityContextHolderFilter@2a266e86, org.springframework.security.web.header.HeaderWriterFilter@48690b24, org.springframework.web.filter.CorsFilter@52e8f123, org.springframework.security.web.csrf.CsrfFilter@16cddf94, org.springframework.security.web.authentication.logout.LogoutFilter@2f6ee0b9, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@315de8d4, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@1d48440c, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@4ef1b3cd, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@69eead6e, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@52ef2529, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1d785cac, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7b9eda6, org.springframework.security.web.access.ExceptionTranslationFilter@764723e3, org.springframework.security.web.access.intercept.AuthorizationFilter@2f1b16e9]
2024-03-22 09:19:03,609  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:19:03,673  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:19:03,673  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:19:03,674  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:19:03,674  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '2042643946.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:19:03,674  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '2042643946.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:19:03,675  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:19:03,675  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@30c68e70
2024-03-22 09:19:03,675  INFO main o.e.h.r.j.m.TargetFilterQueryManagementTest:56 - Started TargetFilterQueryManagementTest in 2.051 seconds (process running for 259.047)
2024-03-22 09:19:03,722  INFO pool-38-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:19:03,750  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.entityQueriesReferringToNotExistingEntitiesThrowsException()]...
2024-03-22 09:19:04,144  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.entityQueriesReferringToNotExistingEntitiesThrowsException()] succeeded.
2024-03-22 09:19:04,158  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.createTargetFilterQuery()]...
2024-03-22 09:19:04,164  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.createTargetFilterQuery()] succeeded.
2024-03-22 09:19:04,177  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.assignDistributionSetToTargetFilterQueryThatExceedsQuota()]...
2024-03-22 09:19:04,206  WARN main o.e.h.r.j.u.QuotaHelper:116 - Cannot assign 21 Target entities to TargetFilterQuery 'testfilter' because of the configured quota limit 20.
2024-03-22 09:19:04,212  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.assignDistributionSetToTargetFilterQueryThatExceedsQuota()] succeeded.
2024-03-22 09:19:04,225  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.findFiltersWithDistributionSet()]...
2024-03-22 09:19:04,286  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.findFiltersWithDistributionSet()] succeeded.
2024-03-22 09:19:04,301  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.assignDistributionSet()]...
2024-03-22 09:19:04,389  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.assignDistributionSet()] succeeded.
2024-03-22 09:19:04,402  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.updateTargetFilterQuery()]...
2024-03-22 09:19:04,417  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.updateTargetFilterQuery()] succeeded.
2024-03-22 09:19:04,430  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.createTargetFilterWithInvalidDistributionSet()]...
2024-03-22 09:19:04,446  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.createTargetFilterWithInvalidDistributionSet()] succeeded.
2024-03-22 09:19:04,459  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.removeDsFromFilterWhenMultiAssignmentModeNotEnabled()]...
2024-03-22 09:19:04,481  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.removeDsFromFilterWhenMultiAssignmentModeNotEnabled()] succeeded.
2024-03-22 09:19:04,506  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.updateAutoAssignDsWithIncompleteDistributionSet()]...
2024-03-22 09:19:04,527  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.updateAutoAssignDsWithIncompleteDistributionSet()] succeeded.
2024-03-22 09:19:04,540  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.implicitlyRemoveAssignDistributionSet()]...
2024-03-22 09:19:04,570  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.implicitlyRemoveAssignDistributionSet()] succeeded.
2024-03-22 09:19:04,583  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.weightAllowedWhenMultiAssignmentModeNotEnabled()]...
2024-03-22 09:19:04,602  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.weightAllowedWhenMultiAssignmentModeNotEnabled()] succeeded.
2024-03-22 09:19:04,614  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.deleteTargetFilterQuery()]...
2024-03-22 09:19:04,622  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.deleteTargetFilterQuery()] succeeded.
2024-03-22 09:19:04,635  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.createTargetFilterWithIncompleteDistributionSet()]...
2024-03-22 09:19:04,645  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.createTargetFilterWithIncompleteDistributionSet()] succeeded.
2024-03-22 09:19:04,658  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.createTargetFilterQueryThatExceedsQuota()]...
2024-03-22 09:19:04,682  WARN main o.e.h.r.j.u.QuotaHelper:116 - Cannot assign 21 Target entities to TargetFilterQuery 'testfilter' because of the configured quota limit 20.
2024-03-22 09:19:04,688  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.createTargetFilterQueryThatExceedsQuota()] succeeded.
2024-03-22 09:19:04,700  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.updateAutoAssignDsWithInvalidDistributionSet()]...
2024-03-22 09:19:04,736  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.updateAutoAssignDsWithInvalidDistributionSet()] succeeded.
2024-03-22 09:19:04,750  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.weightNotRequiredInMultiAssignmentMode()]...
2024-03-22 09:19:04,770  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.weightNotRequiredInMultiAssignmentMode()] succeeded.
2024-03-22 09:19:04,782  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.createDuplicateTargetFilterQuery()]...
2024-03-22 09:19:04,789  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.createDuplicateTargetFilterQuery()] succeeded.
2024-03-22 09:19:04,801  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.updateTargetFilterQueryWithQueryThatExceedsQuota()]...
2024-03-22 09:19:04,825  WARN main o.e.h.r.j.u.QuotaHelper:116 - Cannot assign 21 Target entities to TargetFilterQuery 'testfilter' because of the configured quota limit 20.
2024-03-22 09:19:04,831  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.updateTargetFilterQueryWithQueryThatExceedsQuota()] succeeded.
2024-03-22 09:19:04,844  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.removeAssignDistributionSet()]...
2024-03-22 09:19:04,873  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.removeAssignDistributionSet()] succeeded.
2024-03-22 09:19:04,885  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.weightValidatedAndSaved()]...
2024-03-22 09:19:04,909  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.weightValidatedAndSaved()] succeeded.
2024-03-22 09:19:04,926  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.searchTargetFilterQuery()]...
2024-03-22 09:19:04,934  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.searchTargetFilterQuery()] succeeded.
2024-03-22 09:19:04,947  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.searchTargetFilterQueryInvalidField()]...
2024-03-22 09:19:04,953  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.searchTargetFilterQueryInvalidField()] succeeded.
2024-03-22 09:19:04,967  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.nonExistingEntityAccessReturnsNotPresent()]...
2024-03-22 09:19:05,074  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest.nonExistingEntityAccessReturnsNotPresent()] succeeded.
2024-03-22 09:19:05,076  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@30c68e70
2024-03-22 09:19:05,083  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.2042643946.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:19:05,084  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:19:05,084  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:19:05,084  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:19:05,086  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:19:05,087  INFO main c.z.h.HikariDataSource:350 - HikariPool-35 - Shutdown initiated...
2024-03-22 09:19:05,088  INFO main c.z.h.HikariDataSource:352 - HikariPool-35 - Shutdown completed.
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.469 s -- in org.eclipse.hawkbit.repository.jpa.management.TargetFilterQueryManagementTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest
2024-03-22 09:19:05,092  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:19:05,112  INFO main o.e.h.r.j.m.DistributionSetManagementTest:50 - Starting DistributionSetManagementTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:19:05,112  INFO main o.e.h.r.j.m.DistributionSetManagementTest:660 - The following 1 profile is active: "test"
2024-03-22 09:19:05,215  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:19:05,226  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 10 ms. Found 20 JPA repository interfaces.
2024-03-22 09:19:05,291  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:19:05,291  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:19:05,299  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:19:05,315  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:05,316  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:05,316  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:05,316  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:05,317  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:05,318  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:05,320  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:05,320  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:05,320  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:05,323  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:05,323  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:05,324  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:05,329  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:05,331  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:05,332  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:19:05,377  INFO main c.z.h.HikariDataSource:110 - HikariPool-36 - Starting...
2024-03-22 09:19:05,379  INFO main c.z.h.p.HikariPool:565 - HikariPool-36 - Added connection conn350: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:19:05,379  INFO main c.z.h.HikariDataSource:123 - HikariPool-36 - Start completed.
2024-03-22 09:19:05,399  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:19:05,399  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:19:05,406  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:19:05,406  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.006s)
2024-03-22 09:19:05,406  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:19:05,408  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:19:05,417  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:19:05,425  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:19:05,428  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:19:05,430  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:19:05,432  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:19:05,434  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:19:05,439  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:19:05,440  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:19:05,446  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:19:05,448  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:19:05,450  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:19:05,451  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:19:05,453  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:19:05,456  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:19:05,459  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:19:05,461  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:19:05,472  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:19:05,481  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:19:05,483  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:19:05,484  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:19:05,486  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:19:05,493  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:19:05,497  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:19:05,498  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:19:05,499  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:19:05,503  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:19:05,504  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:19:05,507  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:19:05,509  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:19:05,510  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:19:05,511  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:19:05,515  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:19:05,516  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:19:05,518  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:19:05,520  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:19:05,524  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:19:05,527  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:19:05,539  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:19:05,543  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:19:05,546  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:19:05,548  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:19:05,550  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:19:05,551  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:19:05,553  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:19:05,555  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:19:05,559  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:19:05,561  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:19:05,564  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:19:05,570  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:19:05,573  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.073s)
2024-03-22 09:19:05,618  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:19:05,884  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:19:05,884  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:19:05,885  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:19:05,892  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:19:05,893  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:19:06,129  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:19:06,129  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:19:06,132  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:19:06,601  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:19:06,908  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@4cf86959, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2db00ea1, org.springframework.security.web.context.SecurityContextHolderFilter@7749f64c, org.springframework.security.web.header.HeaderWriterFilter@572654dc, org.springframework.web.filter.CorsFilter@98f80db, org.springframework.security.web.csrf.CsrfFilter@19d6796a, org.springframework.security.web.authentication.logout.LogoutFilter@be3ef00, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@6b19e04c, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@1892e0d8, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@421cc0a3, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@7f9689c0, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5dfecce6, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7d77db1e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4d21cb18, org.springframework.security.web.access.ExceptionTranslationFilter@31823562, org.springframework.security.web.access.intercept.AuthorizationFilter@4794c7a0]
2024-03-22 09:19:06,987  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:19:07,033  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:19:07,033  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:19:07,033  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:19:07,034  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1904032649.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:19:07,034  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1904032649.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:19:07,034  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:19:07,034  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@2cbe2d4
2024-03-22 09:19:07,035  INFO main o.e.h.r.j.m.DistributionSetManagementTest:56 - Started DistributionSetManagementTest in 1.939 seconds (process running for 262.407)
2024-03-22 09:19:07,096  INFO pool-39-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:19:07,124  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.createAndUpdateDistributionSetWithInvalidFields()]...
2024-03-22 09:19:07,494  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.createAndUpdateDistributionSetWithInvalidFields()] succeeded.
2024-03-22 09:19:07,507  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.createDistributionSetWithImplicitType()]...
2024-03-22 09:19:07,514  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.createDistributionSetWithImplicitType()] succeeded.
2024-03-22 09:19:07,531  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.updateInvalidDistributionSet()]...
2024-03-22 09:19:07,580  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.updateInvalidDistributionSet()] succeeded.
2024-03-22 09:19:07,594  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.createMetadataForInvalidDistributionSet()]...
2024-03-22 09:19:07,621  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.createMetadataForInvalidDistributionSet()] succeeded.
2024-03-22 09:19:07,638  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.getAutoAssignmentsCountStatisticsForDistributionSet()]...
2024-03-22 09:19:07,699  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.getAutoAssignmentsCountStatisticsForDistributionSet()] succeeded.
2024-03-22 09:19:07,731  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.verifyGetValid()]...
2024-03-22 09:19:07,749  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.verifyGetValid()] succeeded.
2024-03-22 09:19:07,765  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.searchDistributionSetsOnFilters()]...
2024-03-22 09:19:07,999  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.searchDistributionSetsOnFilters()] succeeded.
2024-03-22 09:19:08,023  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.entityQueriesReferringToNotExistingEntitiesThrowsException()]...
2024-03-22 09:19:08,370  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.entityQueriesReferringToNotExistingEntitiesThrowsException()] succeeded.
2024-03-22 09:19:08,383  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.getActionsCountStatisticsForDistributionSet()]...
2024-03-22 09:19:08,476  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.getActionsCountStatisticsForDistributionSet()] succeeded.
2024-03-22 09:19:08,491  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.deleteUnassignedDistributionSet()]...
2024-03-22 09:19:08,526  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.deleteUnassignedDistributionSet()] succeeded.
2024-03-22 09:19:08,540  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.createDuplicateDistributionSetsFailsWithException()]...
2024-03-22 09:19:08,560  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.createDuplicateDistributionSetsFailsWithException()] succeeded.
2024-03-22 09:19:08,574  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.deleteIncompleteDistributionSet()]...
2024-03-22 09:19:08,583  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.deleteIncompleteDistributionSet()] succeeded.
2024-03-22 09:19:08,596  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.assignAndUnassignDistributionSetToTag()]...
2024-03-22 09:19:08,649  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.assignAndUnassignDistributionSetToTag()] succeeded.
2024-03-22 09:19:08,663  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.verifyGetValidAndComplete()]...
2024-03-22 09:19:08,672  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.verifyGetValidAndComplete()] succeeded.
2024-03-22 09:19:08,685  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.assignSoftwareModulesUntilQuotaIsExceeded()]...
2024-03-22 09:19:08,704  WARN main o.e.h.r.j.u.QuotaHelper:124 - Cannot assign 1 SoftwareModule entities to DistributionSet '34' because of the configured quota limit 5. Currently, there are 5 SoftwareModule entities assigned.
2024-03-22 09:19:08,709  WARN main o.e.h.r.j.u.QuotaHelper:116 - Cannot assign 6 SoftwareModule entities to DistributionSet '35' because of the configured quota limit 5.
2024-03-22 09:19:08,723  WARN main o.e.h.r.j.u.QuotaHelper:124 - Cannot assign 3 SoftwareModule entities to DistributionSet '36' because of the configured quota limit 5. Currently, there are 3 SoftwareModule entities assigned.
2024-03-22 09:19:08,729  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.assignSoftwareModulesUntilQuotaIsExceeded()] succeeded.
2024-03-22 09:19:08,743  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.lockIncompleteDistributionSetFails()]...
2024-03-22 09:19:08,752  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.lockIncompleteDistributionSetFails()] succeeded.
2024-03-22 09:19:08,765  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.createDistributionSetMetadataUntilQuotaIsExceeded()]...
2024-03-22 09:19:08,783  WARN main o.e.h.r.j.u.QuotaHelper:124 - Cannot assign 1 DistributionSetMetadata entities to DistributionSet '38' because of the configured quota limit 10. Currently, there are 10 DistributionSetMetadata entities assigned.
2024-03-22 09:19:08,798  WARN main o.e.h.r.j.u.QuotaHelper:116 - Cannot assign 11 DistributionSetMetadata entities to DistributionSet '39' because of the configured quota limit 10.
2024-03-22 09:19:08,818  WARN main o.e.h.r.j.u.QuotaHelper:124 - Cannot assign 6 DistributionSetMetadata entities to DistributionSet '40' because of the configured quota limit 10. Currently, there are 5 DistributionSetMetadata entities assigned.
2024-03-22 09:19:08,824  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.createDistributionSetMetadataUntilQuotaIsExceeded()] succeeded.
2024-03-22 09:19:08,838  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.verifyFindDistributionSetAllById()]...
2024-03-22 09:19:09,138  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.verifyFindDistributionSetAllById()] succeeded.
2024-03-22 09:19:09,153  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.createDistributionSetWithDuplicateNameAndVersionFails()]...
2024-03-22 09:19:09,163  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.createDistributionSetWithDuplicateNameAndVersionFails()] succeeded.
2024-03-22 09:19:09,176  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.verifyAssignSoftwareModulesToInvalidDistributionSet()]...
2024-03-22 09:19:09,192  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.verifyAssignSoftwareModulesToInvalidDistributionSet()] succeeded.
2024-03-22 09:19:09,205  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.updateDistributionSet()]...
2024-03-22 09:19:09,224  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.updateDistributionSet()] succeeded.
2024-03-22 09:19:09,238  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.deleteAssignedDistributionSet()]...
2024-03-22 09:19:09,323  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.deleteAssignedDistributionSet()] succeeded.
2024-03-22 09:19:09,336  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.lockDistributionSet()]...
2024-03-22 09:19:09,352  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.lockDistributionSet()] succeeded.
2024-03-22 09:19:09,365  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.verifyUnassignSoftwareModulesToInvalidDistributionSet()]...
2024-03-22 09:19:09,383  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.verifyUnassignSoftwareModulesToInvalidDistributionSet()] succeeded.
2024-03-22 09:19:09,396  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.updateDistributionSetForbiddenWithIllegalUpdate()]...
2024-03-22 09:19:09,442  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.updateDistributionSetForbiddenWithIllegalUpdate()] succeeded.
2024-03-22 09:19:09,456  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.updateDistributionSetMetadata()]...
2024-03-22 09:19:09,471  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.updateDistributionSetMetadata()] succeeded.
2024-03-22 09:19:09,485  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.lockDistributionSetApplied()]...
2024-03-22 09:19:09,515  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.lockDistributionSetApplied()] succeeded.
2024-03-22 09:19:09,529  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.deleteInvalidDistributionSet()]...
2024-03-22 09:19:09,545  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.deleteInvalidDistributionSet()] succeeded.
2024-03-22 09:19:09,559  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.updateDistributionSetUnsupportedModuleFails()]...
2024-03-22 09:19:09,578  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.updateDistributionSetUnsupportedModuleFails()] succeeded.
2024-03-22 09:19:09,622  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.findDistributionSetsWithoutLazy()]...
2024-03-22 09:19:09,787  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.findDistributionSetsWithoutLazy()] succeeded.
2024-03-22 09:19:09,800  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.isImplicitLockApplicableForDistributionSet()]...
2024-03-22 09:19:09,844  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.isImplicitLockApplicableForDistributionSet()] succeeded.
2024-03-22 09:19:09,858  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.unlockDistributionSet()]...
2024-03-22 09:19:09,874  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.unlockDistributionSet()] succeeded.
2024-03-22 09:19:09,888  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.getRolloutsCountStatisticsForDistributionSet()]...
2024-03-22 09:19:09,952  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.getRolloutsCountStatisticsForDistributionSet()] succeeded.
2024-03-22 09:19:09,965  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.createDistributionSetMetadata()]...
2024-03-22 09:19:09,987  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.createDistributionSetMetadata()] succeeded.
2024-03-22 09:19:10,000  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.findAllDistributionSetMetadataByDsId()]...
2024-03-22 09:19:10,040  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.findAllDistributionSetMetadataByDsId()] succeeded.
2024-03-22 09:19:10,053  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.findDistributionSetsAllOrderedByLinkTarget()]...
2024-03-22 09:19:10,192  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.findDistributionSetsAllOrderedByLinkTarget()] succeeded.
2024-03-22 09:19:10,206  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.nonExistingEntityAccessReturnsNotPresent()]...
2024-03-22 09:19:10,428  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.nonExistingEntityAccessReturnsNotPresent()] succeeded.
2024-03-22 09:19:10,442  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.createMultipleDistributionSetsWithImplicitType()]...
2024-03-22 09:19:10,468  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest.createMultipleDistributionSetsWithImplicitType()] succeeded.
2024-03-22 09:19:10,470  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@2cbe2d4
2024-03-22 09:19:10,478  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1904032649.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:19:10,480  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:19:10,480  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:19:10,480  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:19:10,482  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:19:10,483  INFO main c.z.h.HikariDataSource:350 - HikariPool-36 - Shutdown initiated...
2024-03-22 09:19:10,484  INFO main c.z.h.HikariDataSource:352 - HikariPool-36 - Shutdown completed.
[INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.392 s -- in org.eclipse.hawkbit.repository.jpa.management.DistributionSetManagementTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest
2024-03-22 09:19:10,489  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:19:10,512  INFO main o.e.h.r.j.m.TargetManagementTest:50 - Starting TargetManagementTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:19:10,512  INFO main o.e.h.r.j.m.TargetManagementTest:660 - The following 1 profile is active: "test"
2024-03-22 09:19:10,600  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:19:10,627  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 26 ms. Found 20 JPA repository interfaces.
2024-03-22 09:19:10,690  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:19:10,690  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:19:10,698  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:19:10,711  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:10,712  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:10,713  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:10,713  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:10,715  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:10,716  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:10,717  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:10,718  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:10,718  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:10,721  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:10,721  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:10,722  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:10,727  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:10,729  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:10,730  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:19:10,791  INFO main c.z.h.HikariDataSource:110 - HikariPool-37 - Starting...
2024-03-22 09:19:10,792  INFO main c.z.h.p.HikariPool:565 - HikariPool-37 - Added connection conn360: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:19:10,793  INFO main c.z.h.HikariDataSource:123 - HikariPool-37 - Start completed.
2024-03-22 09:19:10,801  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:19:10,801  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:19:10,808  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:19:10,808  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.005s)
2024-03-22 09:19:10,808  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:19:10,815  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:19:10,819  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:19:10,827  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:19:10,829  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:19:10,832  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:19:10,834  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:19:10,836  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:19:10,841  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:19:10,843  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:19:10,847  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:19:10,849  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:19:10,851  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:19:10,853  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:19:10,855  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:19:10,858  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:19:10,861  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:19:10,864  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:19:10,874  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:19:10,883  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:19:10,885  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:19:10,886  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:19:10,888  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:19:10,896  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:19:10,901  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:19:10,902  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:19:10,903  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:19:10,925  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:19:10,926  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:19:10,929  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:19:10,931  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:19:10,933  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:19:10,934  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:19:10,936  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:19:10,937  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:19:10,939  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:19:10,941  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:19:10,945  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:19:10,947  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:19:10,949  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:19:10,952  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:19:10,955  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:19:10,957  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:19:10,958  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:19:10,960  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:19:10,962  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:19:10,964  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:19:10,967  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:19:10,970  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:19:10,972  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:19:10,978  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:19:10,981  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.089s)
2024-03-22 09:19:11,030  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:19:11,299  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:19:11,300  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:19:11,301  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:19:11,308  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:19:11,310  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:19:11,553  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:19:11,553  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:19:11,557  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:19:12,050  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:19:12,544  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@530d6d30, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1b72f3a2, org.springframework.security.web.context.SecurityContextHolderFilter@614c3473, org.springframework.security.web.header.HeaderWriterFilter@61c65af5, org.springframework.web.filter.CorsFilter@497cc360, org.springframework.security.web.csrf.CsrfFilter@27af1359, org.springframework.security.web.authentication.logout.LogoutFilter@6189ac35, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@4562e7d3, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@69fe6939, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@10999572, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@6926034e, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3e26d6d8, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3a3c8d79, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@28451ebc, org.springframework.security.web.access.ExceptionTranslationFilter@7fcf7a27, org.springframework.security.web.access.intercept.AuthorizationFilter@25adb340]
2024-03-22 09:19:12,673  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:19:12,763  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:19:12,763  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:19:12,763  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:19:12,764  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '637120978.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:19:12,764  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '637120978.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:19:12,764  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:19:12,764  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@1a9f6fdd
2024-03-22 09:19:12,765  INFO main o.e.h.r.j.m.TargetManagementTest:56 - Started TargetManagementTest in 2.271 seconds (process running for 268.137)
2024-03-22 09:19:12,848  INFO pool-40-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:19:12,881  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.findTargetByControllerIDWithDetails()]...
2024-03-22 09:19:14,356  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.findTargetByControllerIDWithDetails()] succeeded.
2024-03-22 09:19:14,379  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.createTargetMetadataUntilQuotaIsExceeded()]...
2024-03-22 09:19:14,576  WARN main o.e.h.r.j.u.QuotaHelper:124 - Cannot assign 1 TargetMetadata entities to Target '2' because of the configured quota limit 100. Currently, there are 100 TargetMetadata entities assigned.
2024-03-22 09:19:14,615  WARN main o.e.h.r.j.u.QuotaHelper:116 - Cannot assign 101 TargetMetadata entities to Target '3' because of the configured quota limit 100.
2024-03-22 09:19:14,678  WARN main o.e.h.r.j.u.QuotaHelper:124 - Cannot assign 51 TargetMetadata entities to Target '4' because of the configured quota limit 100. Currently, there are 50 TargetMetadata entities assigned.
2024-03-22 09:19:14,720  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.createTargetMetadataUntilQuotaIsExceeded()] succeeded.
2024-03-22 09:19:14,736  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.verifyRequestControllerAttributes()]...
2024-03-22 09:19:14,749  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.verifyRequestControllerAttributes()] succeeded.
2024-03-22 09:19:14,767  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.entityQueriesReferringToNotExistingEntitiesThrowsException()]...
2024-03-22 09:19:15,060  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.entityQueriesReferringToNotExistingEntitiesThrowsException()] succeeded.
2024-03-22 09:19:15,077  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.verifyFindTargetAllById()]...
2024-03-22 09:19:15,195  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.verifyFindTargetAllById()] succeeded.
2024-03-22 09:19:15,209  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.findAllTargetMetadataByControllerId()]...
2024-03-22 09:19:15,238  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.findAllTargetMetadataByControllerId()] succeeded.
2024-03-22 09:19:15,252  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.targetTagBulkAssignments()]...
2024-03-22 09:19:15,722  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.targetTagBulkAssignments()] succeeded.
2024-03-22 09:19:15,738  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.deleteAndCreateTargets()]...
2024-03-22 09:19:16,181  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.deleteAndCreateTargets()] succeeded.
2024-03-22 09:19:16,202  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.matchesFilterWrongType()]...
2024-03-22 09:19:16,235  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.matchesFilterWrongType()] succeeded.
2024-03-22 09:19:16,248  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.createTargetDuplicate()]...
2024-03-22 09:19:16,358  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.createTargetDuplicate()] succeeded.
2024-03-22 09:19:16,372  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.targetCanBeReadWithOnlyReadTargetPermission() throws java.lang.Exception]...
2024-03-22 09:19:16,584  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.targetCanBeReadWithOnlyReadTargetPermission() throws java.lang.Exception] succeeded.
2024-03-22 09:19:16,597  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.matchesFilterDsAssigned()]...
2024-03-22 09:19:16,641  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.matchesFilterDsAssigned()] succeeded.
2024-03-22 09:19:16,828  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.createMultipleTargetsDuplicate()]...
2024-03-22 09:19:16,938  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.createMultipleTargetsDuplicate()] succeeded.
2024-03-22 09:19:16,951  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.matchesFilter()]...
2024-03-22 09:19:16,967  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.matchesFilter()] succeeded.
2024-03-22 09:19:16,980  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.targetTagBulkUnassignments()]...
2024-03-22 09:19:17,843  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.targetTagBulkUnassignments()] succeeded.
2024-03-22 09:19:17,857  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.targetTagAssignment()]...
2024-03-22 09:19:18,225  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.targetTagAssignment()] succeeded.
2024-03-22 09:19:18,244  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.createTargetForTenantWhichDoesNotExistThrowsTenantNotExistException()]...
2024-03-22 09:19:18,355  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.createTargetForTenantWhichDoesNotExistThrowsTenantNotExistException()] succeeded.
2024-03-22 09:19:18,373  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.assignInvalidTargetTypeToTarget()]...
2024-03-22 09:19:18,386  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.assignInvalidTargetTypeToTarget()] succeeded.
2024-03-22 09:19:18,400  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.bulkTargetCreationAndDelete()]...
2024-03-22 09:19:18,848  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.bulkTargetCreationAndDelete()] succeeded.
2024-03-22 09:19:18,866  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.assignAndUnassignTargetsToTag()]...
2024-03-22 09:19:19,195  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.assignAndUnassignTargetsToTag()] succeeded.
2024-03-22 09:19:19,210  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.assignTargetTypeInTarget()]...
2024-03-22 09:19:19,220  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.assignTargetTypeInTarget()] succeeded.
2024-03-22 09:19:19,235  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.matchesFilterDsNotExists()]...
2024-03-22 09:19:19,242  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.matchesFilterDsNotExists()] succeeded.
2024-03-22 09:19:19,257  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.findTargetsWithNoTag()]...
2024-03-22 09:19:19,603  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.findTargetsWithNoTag()] succeeded.
2024-03-22 09:19:19,618  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.createAndUpdateTargetTypeInTarget()]...
2024-03-22 09:19:19,630  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.createAndUpdateTargetTypeInTarget()] succeeded.
2024-03-22 09:19:19,643  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.updateTargetMetadata() throws java.lang.InterruptedException]...
2024-03-22 09:19:19,653  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.updateTargetMetadata() throws java.lang.InterruptedException] succeeded.
2024-03-22 09:19:19,666  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.findTargetsWithTagOrId()]...
2024-03-22 09:19:19,699  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.findTargetsWithTagOrId()] succeeded.
2024-03-22 09:19:19,715  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.targetTypeBulkAssignments()]...
2024-03-22 09:19:20,155  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.targetTypeBulkAssignments()] succeeded.
2024-03-22 09:19:20,174  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.findTargetsByRsqlWithMetadata()]...
2024-03-22 09:19:20,199  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.findTargetsByRsqlWithMetadata()] succeeded.
2024-03-22 09:19:20,213  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.singleTargetIsInsertedIntoRepo() throws java.lang.Exception]...
2024-03-22 09:19:20,526  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.singleTargetIsInsertedIntoRepo() throws java.lang.Exception] succeeded.
2024-03-22 09:19:20,543  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.matchesFilterWrongFilter()]...
2024-03-22 09:19:20,572  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.matchesFilterWrongFilter()] succeeded.
2024-03-22 09:19:20,586  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.createTargetMetadata()]...
2024-03-22 09:19:20,593  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.createTargetMetadata()] succeeded.
2024-03-22 09:19:20,606  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.getTargetSecurityTokenOnlyWithCorrectPermission() throws java.lang.Exception]...
2024-03-22 09:19:20,715  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.getTargetSecurityTokenOnlyWithCorrectPermission() throws java.lang.Exception] succeeded.
2024-03-22 09:19:20,730  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.unAssignTargetTypeFromTarget()]...
2024-03-22 09:19:20,739  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.unAssignTargetTypeFromTarget()] succeeded.
2024-03-22 09:19:20,753  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.createTargetThatViolatesUniqueConstraintFails()]...
2024-03-22 09:19:20,862  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.createTargetThatViolatesUniqueConstraintFails()] succeeded.
2024-03-22 09:19:20,876  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.matchesFilterTargetNotExists()]...
2024-03-22 09:19:20,889  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.matchesFilterTargetNotExists()] succeeded.
2024-03-22 09:19:20,901  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.matchesFilterInvalidFilter()]...
2024-03-22 09:19:20,913  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.matchesFilterInvalidFilter()] succeeded.
2024-03-22 09:19:20,927  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.nonExistingEntityAccessReturnsNotPresent()]...
2024-03-22 09:19:21,034  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.nonExistingEntityAccessReturnsNotPresent()] succeeded.
2024-03-22 09:19:21,048  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.findByNotInGEGroupAndNotInActiveActionGEWeightOrInRolloutAndTargetFilterQueryAndCompatibleAndUpdatable()]...
2024-03-22 09:19:21,447  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.findByNotInGEGroupAndNotInActiveActionGEWeightOrInRolloutAndTargetFilterQueryAndCompatibleAndUpdatable()] succeeded.
2024-03-22 09:19:21,461  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.createAndUpdateTargetWithInvalidFields()]...
2024-03-22 09:19:21,692  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest.createAndUpdateTargetWithInvalidFields()] succeeded.
2024-03-22 09:19:21,694  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@1a9f6fdd
2024-03-22 09:19:21,703  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.637120978.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:19:21,704  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:19:21,704  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:19:21,704  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:19:21,706  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:19:21,707  INFO main c.z.h.HikariDataSource:350 - HikariPool-37 - Shutdown initiated...
2024-03-22 09:19:21,708  INFO main c.z.h.HikariDataSource:352 - HikariPool-37 - Shutdown completed.
[INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.22 s -- in org.eclipse.hawkbit.repository.jpa.management.TargetManagementTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.management.TargetTypeManagementTest
2024-03-22 09:19:21,711  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:19:21,733  INFO main o.e.h.r.j.m.TargetTypeManagementTest:50 - Starting TargetTypeManagementTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:19:21,733  INFO main o.e.h.r.j.m.TargetTypeManagementTest:660 - The following 1 profile is active: "test"
2024-03-22 09:19:21,816  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:19:21,827  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 10 ms. Found 20 JPA repository interfaces.
2024-03-22 09:19:21,889  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:19:21,890  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:19:21,898  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:19:21,910  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:21,911  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:21,911  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:21,912  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:21,912  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:21,913  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:21,915  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:21,915  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:21,915  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:21,918  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:21,918  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:21,919  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:21,924  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:21,926  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:21,927  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:19:21,973  INFO main c.z.h.HikariDataSource:110 - HikariPool-38 - Starting...
2024-03-22 09:19:21,974  INFO main c.z.h.p.HikariPool:565 - HikariPool-38 - Added connection conn370: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:19:21,975  INFO main c.z.h.HikariDataSource:123 - HikariPool-38 - Start completed.
2024-03-22 09:19:21,982  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:19:21,983  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:19:21,989  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:19:21,989  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.005s)
2024-03-22 09:19:21,990  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:19:21,992  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:19:21,996  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:19:22,003  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:19:22,005  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:19:22,008  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:19:22,009  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:19:22,011  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:19:22,015  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:19:22,016  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:19:22,021  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:19:22,024  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:19:22,026  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:19:22,027  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:19:22,030  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:19:22,033  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:19:22,036  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:19:22,038  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:19:22,050  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:19:22,059  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:19:22,060  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:19:22,062  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:19:22,063  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:19:22,071  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:19:22,074  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:19:22,076  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:19:22,077  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:19:22,081  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:19:22,082  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:19:22,085  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:19:22,086  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:19:22,088  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:19:22,089  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:19:22,091  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:19:22,092  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:19:22,094  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:19:22,096  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:19:22,099  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:19:22,102  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:19:22,103  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:19:22,107  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:19:22,109  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:19:22,111  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:19:22,112  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:19:22,115  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:19:22,117  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:19:22,119  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:19:22,123  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:19:22,126  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:19:22,128  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:19:22,134  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:19:22,138  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.071s)
2024-03-22 09:19:22,184  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:19:22,535  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:19:22,536  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:19:22,537  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:19:22,546  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:19:22,547  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:19:22,918  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:19:22,918  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:19:22,921  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:19:23,598  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:19:24,072  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@61a7c2d, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2f70082f, org.springframework.security.web.context.SecurityContextHolderFilter@7857e6ef, org.springframework.security.web.header.HeaderWriterFilter@29faa039, org.springframework.web.filter.CorsFilter@4a9a2477, org.springframework.security.web.csrf.CsrfFilter@4d8cf03f, org.springframework.security.web.authentication.logout.LogoutFilter@dc2c3dd, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@1cbf2610, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@1f26cff6, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@bb00c1f, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@778c271, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5270fcd2, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@632140c3, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5e9ee250, org.springframework.security.web.access.ExceptionTranslationFilter@11140e99, org.springframework.security.web.access.intercept.AuthorizationFilter@4d7c87f6]
2024-03-22 09:19:24,240  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:19:24,291  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:19:24,291  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:19:24,291  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:19:24,292  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1367976652.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:19:24,292  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1367976652.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:19:24,292  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:19:24,292  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@45da3232
2024-03-22 09:19:24,293  INFO main o.e.h.r.j.m.TargetTypeManagementTest:56 - Started TargetTypeManagementTest in 2.578 seconds (process running for 279.665)
2024-03-22 09:19:24,340  INFO pool-41-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:19:24,419  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTypeManagementTest.failedDuplicateTargetTypeNameExceptionAfterUpdate()]...
2024-03-22 09:19:24,448  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTypeManagementTest.failedDuplicateTargetTypeNameExceptionAfterUpdate()] succeeded.
2024-03-22 09:19:24,461  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTypeManagementTest.createTargetType()]...
2024-03-22 09:19:24,472  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTypeManagementTest.createTargetType()] succeeded.
2024-03-22 09:19:24,484  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTypeManagementTest.findAllTargetTypes()]...
2024-03-22 09:19:24,524  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTypeManagementTest.findAllTargetTypes()] succeeded.
2024-03-22 09:19:24,537  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTypeManagementTest.entityQueriesReferringToNotExistingEntitiesThrowsException()]...
2024-03-22 09:19:24,645  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTypeManagementTest.entityQueriesReferringToNotExistingEntitiesThrowsException()] succeeded.
2024-03-22 09:19:24,658  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTypeManagementTest.deleteTargetType()]...
2024-03-22 09:19:24,666  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTypeManagementTest.deleteTargetType()] succeeded.
2024-03-22 09:19:24,678  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTypeManagementTest.updateTargetType()]...
2024-03-22 09:19:24,685  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTypeManagementTest.updateTargetType()] succeeded.
2024-03-22 09:19:24,698  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTypeManagementTest.failedDuplicateTargetTypeNameException()]...
2024-03-22 09:19:24,704  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTypeManagementTest.failedDuplicateTargetTypeNameException()] succeeded.
2024-03-22 09:19:24,716  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTypeManagementTest.assignCompatibleDistributionSetTypesToTargetType()]...
2024-03-22 09:19:24,730  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTypeManagementTest.assignCompatibleDistributionSetTypesToTargetType()] succeeded.
2024-03-22 09:19:24,743  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTypeManagementTest.createAndUpdateTargetTypeWithInvalidFields()]...
2024-03-22 09:19:24,761  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTypeManagementTest.createAndUpdateTargetTypeWithInvalidFields()] succeeded.
2024-03-22 09:19:24,774  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTypeManagementTest.nonExistingEntityAccessReturnsNotPresent()]...
2024-03-22 09:19:24,881  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTypeManagementTest.nonExistingEntityAccessReturnsNotPresent()] succeeded.
2024-03-22 09:19:24,894  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTypeManagementTest.unassignCompatibleDistributionSetTypesToTargetType()]...
2024-03-22 09:19:24,904  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.management.TargetTypeManagementTest.unassignCompatibleDistributionSetTypesToTargetType()] succeeded.
2024-03-22 09:19:24,906  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@45da3232
2024-03-22 09:19:24,914  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1367976652.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:19:24,915  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:19:24,915  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:19:24,915  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:19:24,917  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:19:24,918  INFO main c.z.h.HikariDataSource:350 - HikariPool-38 - Shutdown initiated...
2024-03-22 09:19:24,918  INFO main c.z.h.HikariDataSource:352 - HikariPool-38 - Shutdown completed.
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.209 s -- in org.eclipse.hawkbit.repository.jpa.management.TargetTypeManagementTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.management.TenantConfigurationManagementTest
2024-03-22 09:19:24,922  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:19:24,943  INFO main o.e.h.r.j.m.TenantConfigurationManagementTest:50 - Starting TenantConfigurationManagementTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:19:24,943  INFO main o.e.h.r.j.m.TenantConfigurationManagementTest:660 - The following 1 profile is active: "test"
2024-03-22 09:19:25,056  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:19:25,067  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 10 ms. Found 20 JPA repository interfaces.
2024-03-22 09:19:25,165  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:19:25,165  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:19:25,174  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:19:25,222  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:25,223  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:25,223  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:25,224  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:25,224  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:25,226  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:25,227  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:25,228  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:25,228  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:25,230  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:25,231  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:25,231  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:25,237  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:25,239  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:25,240  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:19:25,319  INFO main c.z.h.HikariDataSource:110 - HikariPool-39 - Starting...
2024-03-22 09:19:25,321  INFO main c.z.h.p.HikariPool:565 - HikariPool-39 - Added connection conn380: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:19:25,321  INFO main c.z.h.HikariDataSource:123 - HikariPool-39 - Start completed.
2024-03-22 09:19:25,328  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:19:25,329  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:19:25,335  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:19:25,336  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.006s)
2024-03-22 09:19:25,336  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:19:25,338  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:19:25,343  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:19:25,351  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:19:25,353  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:19:25,356  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:19:25,357  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:19:25,360  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:19:25,364  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:19:25,366  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:19:25,371  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:19:25,373  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:19:25,416  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:19:25,417  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:19:25,420  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:19:25,423  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:19:25,425  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:19:25,428  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:19:25,439  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:19:25,449  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:19:25,450  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:19:25,451  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:19:25,453  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:19:25,462  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:19:25,467  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:19:25,469  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:19:25,470  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:19:25,475  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:19:25,477  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:19:25,517  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:19:25,519  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:19:25,521  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:19:25,523  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:19:25,526  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:19:25,527  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:19:25,530  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:19:25,532  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:19:25,537  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:19:25,586  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:19:25,588  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:19:25,593  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:19:25,616  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:19:25,619  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:19:25,621  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:19:25,622  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:19:25,624  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:19:25,627  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:19:25,630  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:19:25,633  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:19:25,635  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:19:25,641  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:19:25,645  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.183s)
2024-03-22 09:19:25,689  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:19:25,929  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:19:25,930  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:19:25,931  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:19:25,939  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:19:25,940  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:19:26,308  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:19:26,308  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:19:26,311  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:19:26,905  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:19:27,198  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@445e886e, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@35a2d8a5, org.springframework.security.web.context.SecurityContextHolderFilter@6366693c, org.springframework.security.web.header.HeaderWriterFilter@12ee7316, org.springframework.web.filter.CorsFilter@18f79041, org.springframework.security.web.csrf.CsrfFilter@414cede0, org.springframework.security.web.authentication.logout.LogoutFilter@224f4435, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@71cb9676, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@2ad11291, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@591f8063, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@297d1a96, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4563bb5d, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4bc6be3c, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@69327ed6, org.springframework.security.web.access.ExceptionTranslationFilter@4dd86e7b, org.springframework.security.web.access.intercept.AuthorizationFilter@7ee1ed85]
2024-03-22 09:19:27,262  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:19:27,309  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:19:27,309  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:19:27,309  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:19:27,310  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1402260007.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:19:27,310  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1402260007.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:19:27,310  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:19:27,311  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@43cf6672
2024-03-22 09:19:27,312  INFO main o.e.h.r.j.m.TenantConfigurationManagementTest:56 - Started TenantConfigurationManagementTest in 2.385 seconds (process running for 282.683)
2024-03-22 09:19:27,358  INFO pool-42-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:19:27,387  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TenantConfigurationManagementTest.storesWrongFormattedStringAsPollingInterval()]...
2024-03-22 09:19:27,400  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TenantConfigurationManagementTest.storesWrongFormattedStringAsPollingInterval()] succeeded.
2024-03-22 09:19:27,413  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TenantConfigurationManagementTest.batchUpdateTenantSpecificConfiguration()]...
2024-03-22 09:19:27,444  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TenantConfigurationManagementTest.batchUpdateTenantSpecificConfiguration()] succeeded.
2024-03-22 09:19:27,457  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TenantConfigurationManagementTest.storeTenantConfigurationWhichIsNotDeclaredThrowsException()]...
2024-03-22 09:19:27,463  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TenantConfigurationManagementTest.storeTenantConfigurationWhichIsNotDeclaredThrowsException()] succeeded.
2024-03-22 09:19:27,476  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TenantConfigurationManagementTest.wrongTenantConfigurationValueTypeThrowsException()]...
2024-03-22 09:19:27,481  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TenantConfigurationManagementTest.wrongTenantConfigurationValueTypeThrowsException()] succeeded.
2024-03-22 09:19:27,493  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TenantConfigurationManagementTest.batchWrongTenantConfigurationValueTypeThrowsException()]...
2024-03-22 09:19:27,499  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TenantConfigurationManagementTest.batchWrongTenantConfigurationValueTypeThrowsException()] succeeded.
2024-03-22 09:19:27,511  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TenantConfigurationManagementTest.verifyThatAllKeysAreDifferent()]...
2024-03-22 09:19:27,516  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TenantConfigurationManagementTest.verifyThatAllKeysAreDifferent()] succeeded.
2024-03-22 09:19:27,529  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TenantConfigurationManagementTest.storesIntegerWhenStringIsExpected()]...
2024-03-22 09:19:27,534  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TenantConfigurationManagementTest.storesIntegerWhenStringIsExpected()] succeeded.
2024-03-22 09:19:27,546  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TenantConfigurationManagementTest.storesCorrectDurationAsPollingInterval()]...
2024-03-22 09:19:27,554  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TenantConfigurationManagementTest.storesCorrectDurationAsPollingInterval()] succeeded.
2024-03-22 09:19:27,566  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TenantConfigurationManagementTest.requestConfigValueWithWrongType()]...
2024-03-22 09:19:27,571  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TenantConfigurationManagementTest.requestConfigValueWithWrongType()] succeeded.
2024-03-22 09:19:27,584  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TenantConfigurationManagementTest.storesIntegerWhenBooleanIsExpected()]...
2024-03-22 09:19:27,618  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TenantConfigurationManagementTest.storesIntegerWhenBooleanIsExpected()] succeeded.
2024-03-22 09:19:27,632  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TenantConfigurationManagementTest.storeTenantSpecificConfigurationAsString()]...
2024-03-22 09:19:27,638  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TenantConfigurationManagementTest.storeTenantSpecificConfigurationAsString()] succeeded.
2024-03-22 09:19:27,651  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TenantConfigurationManagementTest.deleteConfigurationReturnNullConfiguration()]...
2024-03-22 09:19:27,660  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TenantConfigurationManagementTest.deleteConfigurationReturnNullConfiguration()] succeeded.
2024-03-22 09:19:27,673  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TenantConfigurationManagementTest.updateTenantSpecificConfiguration()]...
2024-03-22 09:19:27,680  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TenantConfigurationManagementTest.updateTenantSpecificConfiguration()] succeeded.
2024-03-22 09:19:27,727  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TenantConfigurationManagementTest.storesTooSmallDurationAsPollingInterval()]...
2024-03-22 09:19:27,733  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TenantConfigurationManagementTest.storesTooSmallDurationAsPollingInterval()] succeeded.
2024-03-22 09:19:27,776  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TenantConfigurationManagementTest.getTenantConfigurationKeyByName()]...
2024-03-22 09:19:27,781  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TenantConfigurationManagementTest.getTenantConfigurationKeyByName()] succeeded.
2024-03-22 09:19:27,818  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TenantConfigurationManagementTest.storesIntegerWhenPollingIntervalIsExpected()]...
2024-03-22 09:19:27,824  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TenantConfigurationManagementTest.storesIntegerWhenPollingIntervalIsExpected()] succeeded.
2024-03-22 09:19:27,839  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TenantConfigurationManagementTest.storeAndUpdateTenantSpecificConfigurationAsBoolean()]...
2024-03-22 09:19:27,847  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.management.TenantConfigurationManagementTest.storeAndUpdateTenantSpecificConfigurationAsBoolean()] succeeded.
2024-03-22 09:19:27,849  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@43cf6672
2024-03-22 09:19:27,858  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1402260007.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:19:27,859  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:19:27,859  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:19:27,859  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:19:27,862  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:19:27,863  INFO main c.z.h.HikariDataSource:350 - HikariPool-39 - Shutdown initiated...
2024-03-22 09:19:27,864  INFO main c.z.h.HikariDataSource:352 - HikariPool-39 - Shutdown completed.
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.942 s -- in org.eclipse.hawkbit.repository.jpa.management.TenantConfigurationManagementTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.model.ModelEqualsHashcodeTest
2024-03-22 09:19:27,867  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:19:27,928  INFO main o.e.h.r.j.m.ModelEqualsHashcodeTest:50 - Starting ModelEqualsHashcodeTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:19:27,928  INFO main o.e.h.r.j.m.ModelEqualsHashcodeTest:660 - The following 1 profile is active: "test"
2024-03-22 09:19:28,055  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:19:28,068  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 12 ms. Found 20 JPA repository interfaces.
2024-03-22 09:19:28,168  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:19:28,169  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:19:28,178  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:19:28,220  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:28,221  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:28,221  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:28,222  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:28,222  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:28,224  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:28,225  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:28,226  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:28,226  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:28,229  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:28,229  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:28,230  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:28,236  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:28,238  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:28,239  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:19:28,286  INFO main c.z.h.HikariDataSource:110 - HikariPool-40 - Starting...
2024-03-22 09:19:28,287  INFO main c.z.h.p.HikariPool:565 - HikariPool-40 - Added connection conn390: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:19:28,288  INFO main c.z.h.HikariDataSource:123 - HikariPool-40 - Start completed.
2024-03-22 09:19:28,315  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:19:28,316  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:19:28,322  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:19:28,323  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.006s)
2024-03-22 09:19:28,323  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:19:28,326  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:19:28,330  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:19:28,339  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:19:28,342  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:19:28,345  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:19:28,346  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:19:28,348  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:19:28,354  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:19:28,355  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:19:28,360  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:19:28,363  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:19:28,365  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:19:28,366  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:19:28,368  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:19:28,371  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:19:28,374  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:19:28,376  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:19:28,423  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:19:28,433  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:19:28,435  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:19:28,436  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:19:28,438  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:19:28,447  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:19:28,451  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:19:28,453  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:19:28,454  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:19:28,459  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:19:28,460  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:19:28,463  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:19:28,465  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:19:28,467  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:19:28,468  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:19:28,471  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:19:28,472  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:19:28,474  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:19:28,516  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:19:28,520  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:19:28,524  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:19:28,525  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:19:28,529  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:19:28,531  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:19:28,534  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:19:28,535  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:19:28,536  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:19:28,538  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:19:28,541  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:19:28,544  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:19:28,547  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:19:28,549  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:19:28,556  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:19:28,559  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.158s)
2024-03-22 09:19:28,643  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:19:29,028  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:19:29,029  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:19:29,030  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:19:29,038  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:19:29,040  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:19:29,372  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:19:29,373  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:19:29,376  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:19:30,058  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:19:30,473  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@4787f2bd, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6ab5062f, org.springframework.security.web.context.SecurityContextHolderFilter@55e72a57, org.springframework.security.web.header.HeaderWriterFilter@31c9065d, org.springframework.web.filter.CorsFilter@3a1e064f, org.springframework.security.web.csrf.CsrfFilter@5e69caf, org.springframework.security.web.authentication.logout.LogoutFilter@7b253946, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@1bc97640, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@5dde3c7f, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@571ccd49, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@49f48376, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@64d5c7a0, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@245c2d47, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2ff6cf0d, org.springframework.security.web.access.ExceptionTranslationFilter@5d33bf52, org.springframework.security.web.access.intercept.AuthorizationFilter@1247fb11]
2024-03-22 09:19:30,543  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:19:30,592  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:19:30,592  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:19:30,592  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:19:30,593  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1896379750.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:19:30,593  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1896379750.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:19:30,593  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:19:30,593  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@374ef723
2024-03-22 09:19:30,594  INFO main o.e.h.r.j.m.ModelEqualsHashcodeTest:56 - Started ModelEqualsHashcodeTest in 2.722 seconds (process running for 285.965)
2024-03-22 09:19:30,646  INFO pool-43-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:19:30,716  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.model.ModelEqualsHashcodeTest.managedEntityIsEqualToUnamangedObjectWithSameKey()]...
2024-03-22 09:19:30,726  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.model.ModelEqualsHashcodeTest.managedEntityIsEqualToUnamangedObjectWithSameKey()] succeeded.
2024-03-22 09:19:30,741  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.model.ModelEqualsHashcodeTest.changedEntitiesAreNotEqual()]...
2024-03-22 09:19:30,748  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.model.ModelEqualsHashcodeTest.changedEntitiesAreNotEqual()] succeeded.
2024-03-22 09:19:30,762  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.model.ModelEqualsHashcodeTest.differentEntitiesAreNotEqual()]...
2024-03-22 09:19:30,767  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.model.ModelEqualsHashcodeTest.differentEntitiesAreNotEqual()] succeeded.
2024-03-22 09:19:30,779  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.model.ModelEqualsHashcodeTest.differentEntitiesReturnDifferentHashCodes()]...
2024-03-22 09:19:30,784  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.model.ModelEqualsHashcodeTest.differentEntitiesReturnDifferentHashCodes()] succeeded.
2024-03-22 09:19:30,786  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@374ef723
2024-03-22 09:19:30,793  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1896379750.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:19:30,794  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:19:30,794  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:19:30,794  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:19:30,796  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:19:30,797  INFO main c.z.h.HikariDataSource:350 - HikariPool-40 - Shutdown initiated...
2024-03-22 09:19:30,798  INFO main c.z.h.HikariDataSource:352 - HikariPool-40 - Shutdown completed.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.932 s -- in org.eclipse.hawkbit.repository.jpa.model.ModelEqualsHashcodeTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.model.EntityInterceptorListenerTest
2024-03-22 09:19:30,816  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:19:30,838  INFO main o.e.h.r.j.m.EntityInterceptorListenerTest:50 - Starting EntityInterceptorListenerTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:19:30,838  INFO main o.e.h.r.j.m.EntityInterceptorListenerTest:660 - The following 1 profile is active: "test"
2024-03-22 09:19:30,961  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:19:30,972  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 10 ms. Found 20 JPA repository interfaces.
2024-03-22 09:19:31,059  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:19:31,060  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:19:31,068  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:19:31,081  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:31,082  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:31,082  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:31,083  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:31,083  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:31,085  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:31,086  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:31,086  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:31,087  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:31,089  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:31,090  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:31,090  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:31,095  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:31,097  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:31,097  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:19:31,171  INFO main c.z.h.HikariDataSource:110 - HikariPool-41 - Starting...
2024-03-22 09:19:31,172  INFO main c.z.h.p.HikariPool:565 - HikariPool-41 - Added connection conn400: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:19:31,173  INFO main c.z.h.HikariDataSource:123 - HikariPool-41 - Start completed.
2024-03-22 09:19:31,180  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:19:31,180  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:19:31,187  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:19:31,187  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.006s)
2024-03-22 09:19:31,187  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:19:31,189  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:19:31,194  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:19:31,201  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:19:31,203  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:19:31,205  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:19:31,207  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:19:31,209  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:19:31,216  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:19:31,218  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:19:31,223  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:19:31,226  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:19:31,228  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:19:31,230  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:19:31,232  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:19:31,350  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:19:31,353  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:19:31,355  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:19:31,367  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:19:31,376  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:19:31,377  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:19:31,378  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:19:31,380  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:19:31,388  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:19:31,391  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:19:31,392  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:19:31,393  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:19:31,415  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:19:31,416  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:19:31,420  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:19:31,422  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:19:31,423  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:19:31,425  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:19:31,427  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:19:31,428  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:19:31,431  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:19:31,433  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:19:31,437  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:19:31,441  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:19:31,442  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:19:31,446  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:19:31,449  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:19:31,452  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:19:31,453  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:19:31,454  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:19:31,456  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:19:31,459  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:19:31,462  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:19:31,464  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:19:31,467  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:19:31,473  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:19:31,476  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.190s)
2024-03-22 09:19:31,526  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:19:31,768  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:19:31,769  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:19:31,770  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:19:31,777  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:19:31,778  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:19:32,013  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:19:32,014  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:19:32,017  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:19:32,499  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:19:32,833  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@37c57b8e, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@73a461e7, org.springframework.security.web.context.SecurityContextHolderFilter@5947d9e9, org.springframework.security.web.header.HeaderWriterFilter@3a2386c5, org.springframework.web.filter.CorsFilter@424b2cd, org.springframework.security.web.csrf.CsrfFilter@1f2b6695, org.springframework.security.web.authentication.logout.LogoutFilter@383fe0ab, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@57241a64, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@222d2667, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@583565d0, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@10599293, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1d1c039a, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@41e9d8f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@44b07c53, org.springframework.security.web.access.ExceptionTranslationFilter@492a0630, org.springframework.security.web.access.intercept.AuthorizationFilter@368e9b8]
2024-03-22 09:19:32,906  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:19:32,963  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:19:32,964  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:19:32,964  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:19:32,964  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '298999394.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:19:32,965  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '298999394.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:19:32,965  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:19:32,965  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@18d4cc1e
2024-03-22 09:19:32,966  INFO main o.e.h.r.j.m.EntityInterceptorListenerTest:56 - Started EntityInterceptorListenerTest in 2.145 seconds (process running for 288.337)
2024-03-22 09:19:33,039  INFO pool-44-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:19:33,072  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.model.EntityInterceptorListenerTest.postPersistIsCalledWhenPersistingATarget()]...
2024-03-22 09:19:33,099  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.model.EntityInterceptorListenerTest.postPersistIsCalledWhenPersistingATarget()] succeeded.
2024-03-22 09:19:33,123  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.model.EntityInterceptorListenerTest.prePersistIsCalledWhenPersistingATarget()]...
2024-03-22 09:19:33,129  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.model.EntityInterceptorListenerTest.prePersistIsCalledWhenPersistingATarget()] succeeded.
2024-03-22 09:19:33,144  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.model.EntityInterceptorListenerTest.preUpdateIsCalledWhenUpdateATarget()]...
2024-03-22 09:19:33,154  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.model.EntityInterceptorListenerTest.preUpdateIsCalledWhenUpdateATarget()] succeeded.
2024-03-22 09:19:33,169  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.model.EntityInterceptorListenerTest.preRemoveIsCalledWhenDeletingATarget()]...
2024-03-22 09:19:33,178  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.model.EntityInterceptorListenerTest.preRemoveIsCalledWhenDeletingATarget()] succeeded.
2024-03-22 09:19:33,192  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.model.EntityInterceptorListenerTest.postRemoveIsCalledWhenDeletingATarget()]...
2024-03-22 09:19:33,217  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.model.EntityInterceptorListenerTest.postRemoveIsCalledWhenDeletingATarget()] succeeded.
2024-03-22 09:19:33,232  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.model.EntityInterceptorListenerTest.postUpdateIsCalledWhenUpdateATarget()]...
2024-03-22 09:19:33,240  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.model.EntityInterceptorListenerTest.postUpdateIsCalledWhenUpdateATarget()] succeeded.
2024-03-22 09:19:33,255  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.model.EntityInterceptorListenerTest.postLoadIsCalledWhenLoadATarget()]...
2024-03-22 09:19:33,262  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.model.EntityInterceptorListenerTest.postLoadIsCalledWhenLoadATarget()] succeeded.
2024-03-22 09:19:33,264  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@18d4cc1e
2024-03-22 09:19:33,273  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.298999394.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:19:33,274  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:19:33,274  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:19:33,274  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:19:33,277  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:19:33,278  INFO main c.z.h.HikariDataSource:350 - HikariPool-41 - Shutdown initiated...
2024-03-22 09:19:33,279  INFO main c.z.h.HikariDataSource:352 - HikariPool-41 - Shutdown completed.
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.463 s -- in org.eclipse.hawkbit.repository.jpa.model.EntityInterceptorListenerTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.event.RepositoryEntityEventTest
2024-03-22 09:19:33,282  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:19:33,333  INFO main o.e.h.r.j.e.RepositoryEntityEventTest:50 - Starting RepositoryEntityEventTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:19:33,333  INFO main o.e.h.r.j.e.RepositoryEntityEventTest:660 - The following 1 profile is active: "test"
2024-03-22 09:19:33,456  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:19:33,468  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 11 ms. Found 20 JPA repository interfaces.
2024-03-22 09:19:33,566  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:19:33,567  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:19:33,575  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=ef0dcf44-ccb9-3eed-9f5c-80e6d7eeb331
2024-03-22 09:19:33,590  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:33,591  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:33,591  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:33,592  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:33,592  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:33,616  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:33,618  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:33,618  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:33,619  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:33,621  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:33,622  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:33,623  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:33,629  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:33,631  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:33,632  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:19:33,680  INFO main c.z.h.HikariDataSource:110 - HikariPool-42 - Starting...
2024-03-22 09:19:33,681  INFO main c.z.h.p.HikariPool:565 - HikariPool-42 - Added connection conn410: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:19:33,681  INFO main c.z.h.HikariDataSource:123 - HikariPool-42 - Start completed.
2024-03-22 09:19:33,689  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:19:33,715  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:19:33,723  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:19:33,723  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.007s)
2024-03-22 09:19:33,723  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:19:33,726  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:19:33,731  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:19:33,740  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:19:33,742  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:19:33,746  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:19:33,747  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:19:33,750  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:19:33,755  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:19:33,756  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:19:33,788  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:19:33,791  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:19:33,817  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:19:33,819  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:19:33,821  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:19:33,825  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:19:33,829  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:19:33,831  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:19:33,845  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:19:33,856  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:19:33,858  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:19:33,859  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:19:33,861  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:19:33,871  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:19:33,876  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:19:33,878  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:19:33,879  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:19:33,919  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:19:33,921  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:19:33,925  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:19:33,928  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:19:33,930  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:19:33,932  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:19:33,936  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:19:33,938  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:19:33,943  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:19:33,947  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:19:33,954  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:19:33,959  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:19:33,962  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:19:33,969  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:19:33,975  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:19:34,017  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:19:34,019  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:19:34,021  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:19:34,024  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:19:34,027  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:19:34,031  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:19:34,034  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:19:34,036  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:19:34,043  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:19:34,047  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.187s)
2024-03-22 09:19:34,154  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:19:34,746  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:19:34,746  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:19:34,747  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:19:34,755  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:19:34,756  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:19:35,143  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:19:35,143  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:19:35,147  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:19:35,714  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:19:36,061  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@768a0f9, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2a7e7f2c, org.springframework.security.web.context.SecurityContextHolderFilter@59584ebf, org.springframework.security.web.header.HeaderWriterFilter@7826235d, org.springframework.web.filter.CorsFilter@48518994, org.springframework.security.web.csrf.CsrfFilter@59029cd3, org.springframework.security.web.authentication.logout.LogoutFilter@23da21eb, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@397b76c9, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@212e4f6a, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@65cb5a97, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@4b5cdd74, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1471a543, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@685ba5f7, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@27e641bf, org.springframework.security.web.access.ExceptionTranslationFilter@51f5b47e, org.springframework.security.web.access.intercept.AuthorizationFilter@451d04dc]
2024-03-22 09:19:36,208  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:19:36,259  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:19:36,259  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:19:36,259  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:19:36,260  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1034410211.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:19:36,261  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1034410211.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:19:36,261  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:19:36,261  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@32a2a85
2024-03-22 09:19:36,262  INFO main o.e.h.r.j.e.RepositoryEntityEventTest:56 - Started RepositoryEntityEventTest in 2.947 seconds (process running for 291.633)
2024-03-22 09:19:36,307  INFO pool-45-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:19:36,342  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.event.RepositoryEntityEventTest.targetTypeDeletedEventIsPublished() throws java.lang.InterruptedException]...
2024-03-22 09:19:36,367  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.event.RepositoryEntityEventTest.targetTypeDeletedEventIsPublished() throws java.lang.InterruptedException] succeeded.
2024-03-22 09:19:36,382  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.event.RepositoryEntityEventTest.targetDeletedEventIsPublished() throws java.lang.InterruptedException]...
2024-03-22 09:19:36,410  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.event.RepositoryEntityEventTest.targetDeletedEventIsPublished() throws java.lang.InterruptedException] succeeded.
2024-03-22 09:19:36,428  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.event.RepositoryEntityEventTest.targetUpdateEventIsPublished() throws java.lang.InterruptedException]...
2024-03-22 09:19:36,439  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.event.RepositoryEntityEventTest.targetUpdateEventIsPublished() throws java.lang.InterruptedException] succeeded.
2024-03-22 09:19:36,455  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.event.RepositoryEntityEventTest.distributionSetDeletedEventIsPublished() throws java.lang.InterruptedException]...
2024-03-22 09:19:36,501  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.event.RepositoryEntityEventTest.distributionSetDeletedEventIsPublished() throws java.lang.InterruptedException] succeeded.
2024-03-22 09:19:36,517  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.event.RepositoryEntityEventTest.softwareModuleUpdateEventIsPublished() throws java.lang.InterruptedException]...
2024-03-22 09:19:36,528  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.event.RepositoryEntityEventTest.softwareModuleUpdateEventIsPublished() throws java.lang.InterruptedException] succeeded.
2024-03-22 09:19:36,543  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.event.RepositoryEntityEventTest.softwareModuleDeletedEventIsPublished() throws java.lang.InterruptedException]...
2024-03-22 09:19:36,552  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.event.RepositoryEntityEventTest.softwareModuleDeletedEventIsPublished() throws java.lang.InterruptedException] succeeded.
2024-03-22 09:19:36,566  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.event.RepositoryEntityEventTest.targetTypeCreatedEventIsPublished() throws java.lang.InterruptedException]...
2024-03-22 09:19:36,573  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.event.RepositoryEntityEventTest.targetTypeCreatedEventIsPublished() throws java.lang.InterruptedException] succeeded.
2024-03-22 09:19:36,587  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.event.RepositoryEntityEventTest.targetCreatedEventIsPublished() throws java.lang.InterruptedException]...
2024-03-22 09:19:36,593  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.event.RepositoryEntityEventTest.targetCreatedEventIsPublished() throws java.lang.InterruptedException] succeeded.
2024-03-22 09:19:36,607  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.event.RepositoryEntityEventTest.distributionSetCreatedEventIsPublished() throws java.lang.InterruptedException]...
2024-03-22 09:19:36,619  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.event.RepositoryEntityEventTest.distributionSetCreatedEventIsPublished() throws java.lang.InterruptedException] succeeded.
2024-03-22 09:19:36,633  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.event.RepositoryEntityEventTest.targetTypeUpdatedEventIsPublished() throws java.lang.InterruptedException]...
2024-03-22 09:19:36,642  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.event.RepositoryEntityEventTest.targetTypeUpdatedEventIsPublished() throws java.lang.InterruptedException] succeeded.
2024-03-22 09:19:36,656  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.event.RepositoryEntityEventTest.rolloutDeletedEventIsPublished() throws java.lang.InterruptedException]...
2024-03-22 09:19:36,797  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.event.RepositoryEntityEventTest.rolloutDeletedEventIsPublished() throws java.lang.InterruptedException] succeeded.
2024-03-22 09:19:36,818  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.event.RepositoryEntityEventTest.softwareModuleCreatedEventIsPublished() throws java.lang.InterruptedException]...
2024-03-22 09:19:36,824  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.event.RepositoryEntityEventTest.softwareModuleCreatedEventIsPublished() throws java.lang.InterruptedException] succeeded.
2024-03-22 09:19:36,827  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@32a2a85
2024-03-22 09:19:36,835  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1034410211.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:19:36,836  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:19:36,836  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:19:36,836  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:19:36,839  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:19:36,840  INFO main c.z.h.HikariDataSource:350 - HikariPool-42 - Shutdown initiated...
2024-03-22 09:19:36,840  INFO main c.z.h.HikariDataSource:352 - HikariPool-42 - Shutdown completed.
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.559 s -- in org.eclipse.hawkbit.repository.jpa.event.RepositoryEntityEventTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.ConcurrentDistributionSetInvalidationTest
2024-03-22 09:19:36,843  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:19:36,866  INFO main o.e.h.r.j.ConcurrentDistributionSetInvalidationTest:50 - Starting ConcurrentDistributionSetInvalidationTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:19:36,866  INFO main o.e.h.r.j.ConcurrentDistributionSetInvalidationTest:660 - The following 1 profile is active: "test"
2024-03-22 09:19:36,966  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:19:36,977  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 10 ms. Found 20 JPA repository interfaces.
2024-03-22 09:19:37,042  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:19:37,042  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:19:37,058  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=dc00a51e-e75f-3160-95d0-bdb4ab18dbcf
2024-03-22 09:19:37,074  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:37,075  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:37,076  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:37,076  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:37,077  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:37,078  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:37,080  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:37,080  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:37,081  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:37,083  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:37,084  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:37,084  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:37,090  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:37,092  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:37,093  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:19:37,145  INFO main c.z.h.HikariDataSource:110 - HikariPool-43 - Starting...
2024-03-22 09:19:37,147  INFO main c.z.h.p.HikariPool:565 - HikariPool-43 - Added connection conn420: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:19:37,147  INFO main c.z.h.HikariDataSource:123 - HikariPool-43 - Start completed.
2024-03-22 09:19:37,156  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:19:37,157  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:19:37,164  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:19:37,165  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.007s)
2024-03-22 09:19:37,165  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:19:37,168  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:19:37,172  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:19:37,180  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:19:37,182  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:19:37,185  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:19:37,187  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:19:37,189  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:19:37,193  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:19:37,195  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:19:37,199  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:19:37,201  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:19:37,203  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:19:37,205  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:19:37,207  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:19:37,210  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:19:37,212  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:19:37,215  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:19:37,226  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:19:37,258  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:19:37,260  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:19:37,262  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:19:37,264  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:19:37,273  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:19:37,278  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:19:37,279  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:19:37,281  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:19:37,285  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:19:37,287  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:19:37,290  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:19:37,292  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:19:37,293  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:19:37,295  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:19:37,297  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:19:37,298  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:19:37,300  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:19:37,302  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:19:37,306  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:19:37,309  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:19:37,315  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:19:37,318  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:19:37,321  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:19:37,323  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:19:37,324  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:19:37,325  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:19:37,327  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:19:37,329  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:19:37,332  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:19:37,334  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:19:37,336  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:19:37,343  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:19:37,346  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.095s)
2024-03-22 09:19:37,393  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:19:37,674  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:19:37,674  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:19:37,676  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:19:37,684  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:19:37,685  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:19:38,064  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:19:38,065  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:19:38,068  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:19:38,968  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:19:39,365  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@7fbcd477, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@18158ff5, org.springframework.security.web.context.SecurityContextHolderFilter@12e9a15f, org.springframework.security.web.header.HeaderWriterFilter@22176f7e, org.springframework.web.filter.CorsFilter@164ad56d, org.springframework.security.web.csrf.CsrfFilter@576e53e0, org.springframework.security.web.authentication.logout.LogoutFilter@1e02506a, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@6111812, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@1e5158a3, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@78f5df57, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@a9c99ba, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@373d01b1, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@724bba6, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6173a352, org.springframework.security.web.access.ExceptionTranslationFilter@1463de5, org.springframework.security.web.access.intercept.AuthorizationFilter@28d9e2ef]
2024-03-22 09:19:39,438  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:19:39,564  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:19:39,564  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:19:39,564  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:19:39,565  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '2045176422.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:19:39,565  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '2045176422.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:19:39,565  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:19:39,565  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@224e3a83
2024-03-22 09:19:39,566  INFO main o.e.h.r.j.ConcurrentDistributionSetInvalidationTest:56 - Started ConcurrentDistributionSetInvalidationTest in 2.717 seconds (process running for 294.938)
2024-03-22 09:19:39,616  INFO pool-46-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:19:39,644  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.ConcurrentDistributionSetInvalidationTest.verifyInvalidateDistributionSetWithLargeRolloutThrowsException() throws java.lang.Exception]...
2024-03-22 09:19:40,945  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.ConcurrentDistributionSetInvalidationTest.verifyInvalidateDistributionSetWithLargeRolloutThrowsException() throws java.lang.Exception] succeeded.
2024-03-22 09:19:40,948  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@224e3a83
2024-03-22 09:19:40,957  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.2045176422.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:19:40,958  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:19:40,959  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:19:40,959  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:19:40,962  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:19:40,963  INFO main c.z.h.HikariDataSource:350 - HikariPool-43 - Shutdown initiated...
2024-03-22 09:19:40,964  INFO main c.z.h.HikariDataSource:352 - HikariPool-43 - Shutdown completed.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.121 s -- in org.eclipse.hawkbit.repository.jpa.ConcurrentDistributionSetInvalidationTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.tenancy.MultiTenancyEntityTest
2024-03-22 09:19:40,968  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!
2024-03-22 09:19:40,972  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:19:40,991  INFO main o.e.h.r.j.t.MultiTenancyEntityTest:50 - Starting MultiTenancyEntityTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:19:40,991  INFO main o.e.h.r.j.t.MultiTenancyEntityTest:660 - The following 1 profile is active: "test"
2024-03-22 09:19:41,101  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:19:41,112  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 10 ms. Found 20 JPA repository interfaces.
2024-03-22 09:19:41,183  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:19:41,184  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:19:41,271  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:19:41,287  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:41,288  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:41,289  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:41,289  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:41,289  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:41,291  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:41,315  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:41,316  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:41,316  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:41,319  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:41,319  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:41,320  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:41,326  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:41,328  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:41,329  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:19:41,376  INFO main c.z.h.HikariDataSource:110 - HikariPool-44 - Starting...
2024-03-22 09:19:41,377  INFO main c.z.h.p.HikariPool:565 - HikariPool-44 - Added connection conn430: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:19:41,377  INFO main c.z.h.HikariDataSource:123 - HikariPool-44 - Start completed.
2024-03-22 09:19:41,384  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:19:41,385  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:19:41,393  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.007s)
2024-03-22 09:19:41,394  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": 1.12.29
2024-03-22 09:19:41,395  INFO main o.f.c.i.c.DbMigrate:37 - Schema "PUBLIC" is up to date. No migration necessary.
2024-03-22 09:19:41,451  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:19:41,700  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:19:41,700  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:19:41,701  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:19:41,708  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:19:41,710  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
Exception in thread "Thread-132" org.springframework.boot.context.properties.ConfigurationPropertiesBindException: Error creating bean with name 'spring.flyway-org.springframework.boot.autoconfigure.flyway.FlywayProperties': Could not bind properties to 'FlywayProperties' : prefix=spring.flyway, ignoreInvalidFields=false, ignoreUnknownFields=true
	at org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.bind(ConfigurationPropertiesBindingPostProcessor.java:99)
	at org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.postProcessBeforeInitialization(ConfigurationPropertiesBindingPostProcessor.java:79)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:422)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1778)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:600)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
	at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1443)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1353)
	at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:907)
	at org.springframework.beans.factory.support.ConstructorResolver.resolvePreparedArguments(ConstructorResolver.java:839)
	at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:158)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1355)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1181)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:562)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:409)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1335)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1165)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:562)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:312)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory$1.orderedStream(DefaultListableBeanFactory.java:473)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.detectPersistenceExceptionTranslators(PersistenceExceptionTranslationInterceptor.java:167)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:149)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:164)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:220)
	at jdk.proxy2/jdk.proxy2.$Proxy228.save(Unknown Source)
	at org.eclipse.hawkbit.repository.jpa.ConcurrentDistributionSetInvalidationTest$Config.lambda$slowRolloutGroupRepository$0(ConcurrentDistributionSetInvalidationTest.java:76)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:351)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:765)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:385)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:765)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:717)
	at org.eclipse.hawkbit.repository.jpa.JpaRolloutExecutor.fillRolloutGroupWithTargets(JpaRolloutExecutor.java:641)
	at org.eclipse.hawkbit.repository.jpa.JpaRolloutExecutor.handleCreateRollout(JpaRolloutExecutor.java:192)
	at org.eclipse.hawkbit.repository.jpa.JpaRolloutExecutor.execute(JpaRolloutExecutor.java:153)
	at jdk.internal.reflect.GeneratedMethodAccessor884.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:351)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:765)
	at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:67)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:765)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:717)
	at org.eclipse.hawkbit.repository.jpa.JpaRolloutExecutor$$SpringCGLIB$$42.execute(<generated>)
	at org.eclipse.hawkbit.repository.jpa.JpaRolloutHandler.lambda$handleRolloutInNewTransaction$1(JpaRolloutHandler.java:106)
	at org.eclipse.hawkbit.ContextAware.lambda$runInContext$0(ContextAware.java:58)
	at org.eclipse.hawkbit.security.SecurityContextTenantAware.runInContext(SecurityContextTenantAware.java:142)
	at org.eclipse.hawkbit.security.SecurityContextTenantAware.runInContext(SecurityContextTenantAware.java:131)
	at org.eclipse.hawkbit.ContextAware.runInContext(ContextAware.java:57)
	at org.eclipse.hawkbit.ContextAware.runInContext(ContextAware.java:56)
	at org.eclipse.hawkbit.repository.jpa.JpaRolloutHandler.lambda$handleRolloutInNewTransaction$2(JpaRolloutHandler.java:104)
	at java.base/java.util.Optional.ifPresentOrElse(Optional.java:196)
	at org.eclipse.hawkbit.repository.jpa.JpaRolloutHandler.lambda$handleRolloutInNewTransaction$5(JpaRolloutHandler.java:102)
	at java.base/java.util.Optional.ifPresentOrElse(Optional.java:196)
	at org.eclipse.hawkbit.repository.jpa.JpaRolloutHandler.lambda$handleRolloutInNewTransaction$7(JpaRolloutHandler.java:100)
	at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140)
	at org.eclipse.hawkbit.repository.jpa.utils.DeploymentHelper.runInNewTransaction(DeploymentHelper.java:122)
	at org.eclipse.hawkbit.repository.jpa.utils.DeploymentHelper.runInNewTransaction(DeploymentHelper.java:98)
	at org.eclipse.hawkbit.repository.jpa.JpaRolloutHandler.handleRolloutInNewTransaction(JpaRolloutHandler.java:99)
	at org.eclipse.hawkbit.repository.jpa.JpaRolloutHandler.lambda$handleAll$0(JpaRolloutHandler.java:83)
	at java.base/java.util.Vector.forEach(Vector.java:1365)
	at org.eclipse.hawkbit.repository.jpa.JpaRolloutHandler.handleAll(JpaRolloutHandler.java:83)
	at jdk.internal.reflect.GeneratedMethodAccessor882.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:351)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:765)
	at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:67)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:765)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:717)
	at org.eclipse.hawkbit.repository.jpa.JpaRolloutHandler$$SpringCGLIB$$42.handleAll(<generated>)
	at org.eclipse.hawkbit.repository.jpa.ConcurrentDistributionSetInvalidationTest.lambda$verifyInvalidateDistributionSetWithLargeRolloutThrowsException$0(ConcurrentDistributionSetInvalidationTest.java:93)
	at org.eclipse.hawkbit.security.SystemSecurityContext.lambda$runAsSystemAsTenant$0(SystemSecurityContext.java:118)
	at org.eclipse.hawkbit.security.SecurityContextTenantAware.runInContext(SecurityContextTenantAware.java:153)
	at org.eclipse.hawkbit.security.SecurityContextTenantAware.runAsTenant(SecurityContextTenantAware.java:111)
	at org.eclipse.hawkbit.security.SystemSecurityContext.runAsSystemAsTenant(SystemSecurityContext.java:115)
	at org.eclipse.hawkbit.repository.jpa.ConcurrentDistributionSetInvalidationTest.lambda$verifyInvalidateDistributionSetWithLargeRolloutThrowsException$1(ConcurrentDistributionSetInvalidationTest.java:92)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.lang.IllegalStateException: org.springframework.web.context.support.GenericWebApplicationContext@7ac5cba5 has been closed already
	at org.springframework.context.support.AbstractApplicationContext.assertBeanFactoryActive(AbstractApplicationContext.java:1215)
	at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1236)
	at org.springframework.boot.context.properties.BoundConfigurationProperties.get(BoundConfigurationProperties.java:78)
	at org.springframework.boot.context.properties.ConfigurationPropertiesBinder.getHandler(ConfigurationPropertiesBinder.java:132)
	at org.springframework.boot.context.properties.ConfigurationPropertiesBinder.getBindHandler(ConfigurationPropertiesBinder.java:113)
	at org.springframework.boot.context.properties.ConfigurationPropertiesBinder.bind(ConfigurationPropertiesBinder.java:93)
	at org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.bind(ConfigurationPropertiesBindingPostProcessor.java:96)
	at org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.postProcessBeforeInitialization(ConfigurationPropertiesBindingPostProcessor.java:79)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:422)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1778)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:600)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
	at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1443)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1353)
	at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:907)
	at org.springframework.beans.factory.support.ConstructorResolver.resolvePreparedArguments(ConstructorResolver.java:839)
	at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:158)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1355)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1181)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:562)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:409)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1335)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1165)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:562)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:312)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory$1.orderedStream(DefaultListableBeanFactory.java:473)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.detectPersistenceExceptionTranslators(PersistenceExceptionTranslationInterceptor.java:167)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:149)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:164)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:220)
	at jdk.proxy2/jdk.proxy2.$Proxy228.save(Unknown Source)
	at org.eclipse.hawkbit.repository.jpa.ConcurrentDistributionSetInvalidationTest$Config.lambda$slowRolloutGroupRepository$0(ConcurrentDistributionSetInvalidationTest.java:76)
	at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:42)
	at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:103)
	at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29)
	at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:34)
	at org.mockito.internal.creation.bytebuddy.MockMethodInterceptor.doIntercept(MockMethodInterceptor.java:82)
	at org.mockito.internal.creation.bytebuddy.MockMethodInterceptor.doIntercept(MockMethodInterceptor.java:56)
	at org.mockito.internal.creation.bytebuddy.MockMethodInterceptor$DispatcherDefaultingToRealMethod.interceptAbstract(MockMethodInterceptor.java:161)
	at org.eclipse.hawkbit.repository.jpa.repository.RolloutGroupRepository$MockitoMock$akEK18Vg.save(Unknown Source)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:351)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:765)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:385)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:765)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:717)
	at org.eclipse.hawkbit.repository.jpa.repository.RolloutGroupRepository$MockitoMock$akEK18Vg$$SpringCGLIB$$0.save(<generated>)
	at org.eclipse.hawkbit.repository.jpa.JpaRolloutExecutor.fillRolloutGroupWithTargets(JpaRolloutExecutor.java:641)
	at org.eclipse.hawkbit.repository.jpa.JpaRolloutExecutor.handleCreateRollout(JpaRolloutExecutor.java:192)
	at org.eclipse.hawkbit.repository.jpa.JpaRolloutExecutor.execute(JpaRolloutExecutor.java:153)
	at jdk.internal.reflect.GeneratedMethodAccessor884.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:351)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:765)
	at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:67)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:765)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:717)
	at org.eclipse.hawkbit.repository.jpa.JpaRolloutExecutor$$SpringCGLIB$$42.execute(<generated>)
	at org.eclipse.hawkbit.repository.jpa.JpaRolloutHandler.lambda$handleRolloutInNewTransaction$1(JpaRolloutHandler.java:106)
	at org.eclipse.hawkbit.ContextAware.lambda$runInContext$0(ContextAware.java:58)
	at org.eclipse.hawkbit.security.SecurityContextTenantAware.runInContext(SecurityContextTenantAware.java:142)
	at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:732)
	at org.mockito.internal.util.reflection.InstrumentationMemberAccessor$Dispatcher$ByteBuddy$JaGEUHRa.invokeWithArguments(Unknown Source)
	at org.mockito.internal.util.reflection.InstrumentationMemberAccessor.invoke(InstrumentationMemberAccessor.java:251)
	at org.mockito.internal.util.reflection.ModuleMemberAccessor.invoke(ModuleMemberAccessor.java:55)
	at org.mockito.internal.creation.bytebuddy.MockMethodAdvice.tryInvoke(MockMethodAdvice.java:314)
	at org.mockito.internal.creation.bytebuddy.MockMethodAdvice$RealMethodCall.invoke(MockMethodAdvice.java:234)
	at org.mockito.internal.invocation.InterceptedInvocation.callRealMethod(InterceptedInvocation.java:142)
	at org.mockito.internal.stubbing.answers.CallsRealMethods.answer(CallsRealMethods.java:45)
	at org.mockito.Answers.answer(Answers.java:90)
	at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:111)
	at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29)
	at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:34)
	at org.mockito.internal.creation.bytebuddy.MockMethodInterceptor.doIntercept(MockMethodInterceptor.java:82)
	at org.mockito.internal.creation.bytebuddy.MockMethodAdvice.handle(MockMethodAdvice.java:134)
	at org.eclipse.hawkbit.security.SecurityContextTenantAware.runInContext(SecurityContextTenantAware.java:131)
	at org.eclipse.hawkbit.ContextAware.runInContext(ContextAware.java:57)
	at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:732)
	at org.mockito.internal.util.reflection.InstrumentationMemberAccessor$Dispatcher$ByteBuddy$JaGEUHRa.invokeWithArguments(Unknown Source)
	at org.mockito.internal.util.reflection.InstrumentationMemberAccessor.invoke(InstrumentationMemberAccessor.java:251)
	at org.mockito.internal.util.reflection.ModuleMemberAccessor.invoke(ModuleMemberAccessor.java:55)
	at org.mockito.internal.creation.bytebuddy.MockMethodAdvice.tryInvoke(MockMethodAdvice.java:314)
	at org.mockito.internal.creation.bytebuddy.MockMethodAdvice$RealMethodCall.invoke(MockMethodAdvice.java:234)
	at org.mockito.internal.invocation.InterceptedInvocation.callRealMethod(InterceptedInvocation.java:142)
	at org.mockito.internal.stubbing.answers.CallsRealMethods.answer(CallsRealMethods.java:45)
	at org.mockito.Answers.answer(Answers.java:90)
	at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:111)
	at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29)
	at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:34)
	at org.mockito.internal.creation.bytebuddy.MockMethodInterceptor.doIntercept(MockMethodInterceptor.java:82)
	at org.mockito.internal.creation.bytebuddy.MockMethodAdvice.handle(MockMethodAdvice.java:134)
	at org.eclipse.hawkbit.ContextAware.runInContext(ContextAware.java:56)
	at org.eclipse.hawkbit.repository.jpa.JpaRolloutHandler.lambda$handleRolloutInNewTransaction$2(JpaRolloutHandler.java:104)
	at java.base/java.util.Optional.ifPresentOrElse(Optional.java:196)
	at org.eclipse.hawkbit.repository.jpa.JpaRolloutHandler.lambda$handleRolloutInNewTransaction$5(JpaRolloutHandler.java:102)
	at java.base/java.util.Optional.ifPresentOrElse(Optional.java:196)
	at org.eclipse.hawkbit.repository.jpa.JpaRolloutHandler.lambda$handleRolloutInNewTransaction$7(JpaRolloutHandler.java:100)
	at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140)
	at org.eclipse.hawkbit.repository.jpa.utils.DeploymentHelper.runInNewTransaction(DeploymentHelper.java:122)
	at org.eclipse.hawkbit.repository.jpa.utils.DeploymentHelper.runInNewTransaction(DeploymentHelper.java:98)
	at org.eclipse.hawkbit.repository.jpa.JpaRolloutHandler.handleRolloutInNewTransaction(JpaRolloutHandler.java:99)
	at org.eclipse.hawkbit.repository.jpa.JpaRolloutHandler.lambda$handleAll$0(JpaRolloutHandler.java:83)
	at java.base/java.util.Vector.forEach(Vector.java:1365)
	at org.eclipse.hawkbit.repository.jpa.JpaRolloutHandler.handleAll(JpaRolloutHandler.java:83)
	at jdk.internal.reflect.GeneratedMethodAccessor882.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:351)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:765)
	at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:67)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:765)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:717)
	at org.eclipse.hawkbit.repository.jpa.JpaRolloutHandler$$SpringCGLIB$$42.handleAll(<generated>)
	at org.eclipse.hawkbit.repository.jpa.ConcurrentDistributionSetInvalidationTest.lambda$verifyInvalidateDistributionSetWithLargeRolloutThrowsException$0(ConcurrentDistributionSetInvalidationTest.java:93)
	at org.eclipse.hawkbit.security.SystemSecurityContext.lambda$runAsSystemAsTenant$0(SystemSecurityContext.java:118)
	at org.eclipse.hawkbit.security.SecurityContextTenantAware.runInContext(SecurityContextTenantAware.java:153)
	at org.eclipse.hawkbit.security.SecurityContextTenantAware.runAsTenant(SecurityContextTenantAware.java:111)
	at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:732)
	at org.mockito.internal.util.reflection.InstrumentationMemberAccessor$Dispatcher$ByteBuddy$JaGEUHRa.invokeWithArguments(Unknown Source)
	at org.mockito.internal.util.reflection.InstrumentationMemberAccessor.invoke(InstrumentationMemberAccessor.java:251)
	at org.mockito.internal.util.reflection.ModuleMemberAccessor.invoke(ModuleMemberAccessor.java:55)
	at org.mockito.internal.creation.bytebuddy.MockMethodAdvice.tryInvoke(MockMethodAdvice.java:314)
	at org.mockito.internal.creation.bytebuddy.MockMethodAdvice$RealMethodCall.invoke(MockMethodAdvice.java:234)
	at org.mockito.internal.invocation.InterceptedInvocation.callRealMethod(InterceptedInvocation.java:142)
	at org.mockito.internal.stubbing.answers.CallsRealMethods.answer(CallsRealMethods.java:45)
	at org.mockito.Answers.answer(Answers.java:90)
	at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:111)
	at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29)
	at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:34)
	at org.mockito.internal.creation.bytebuddy.MockMethodInterceptor.doIntercept(MockMethodInterceptor.java:82)
	at org.mockito.internal.creation.bytebuddy.MockMethodAdvice.handle(MockMethodAdvice.java:134)
	... 4 more
2024-03-22 09:19:41,963  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:19:41,963  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:19:41,966  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:19:42,644  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:19:43,024  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@149faeb8, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7e37f780, org.springframework.security.web.context.SecurityContextHolderFilter@68c7e2db, org.springframework.security.web.header.HeaderWriterFilter@7099bc35, org.springframework.web.filter.CorsFilter@6f803e19, org.springframework.security.web.csrf.CsrfFilter@50f3e7f9, org.springframework.security.web.authentication.logout.LogoutFilter@45494c7, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@2d67983f, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@54717567, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@4c899a12, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@db5c3f8, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@27441c15, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@69340460, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@250a0755, org.springframework.security.web.access.ExceptionTranslationFilter@146b4aaf, org.springframework.security.web.access.intercept.AuthorizationFilter@128f19a2]
2024-03-22 09:19:43,094  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:19:43,147  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:19:43,148  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:19:43,148  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:19:43,148  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1084630384.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:19:43,149  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1084630384.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:19:43,149  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:19:43,149  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@38b0a91e
2024-03-22 09:19:43,150  INFO main o.e.h.r.j.t.MultiTenancyEntityTest:56 - Started MultiTenancyEntityTest in 2.177 seconds (process running for 298.521)
2024-03-22 09:19:43,194  INFO pool-47-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:19:43,233  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.tenancy.MultiTenancyEntityTest.createMultipleTargetsWithSameIdForDifferentTenant() throws java.lang.Exception]...
2024-03-22 09:19:43,275  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.tenancy.MultiTenancyEntityTest.createMultipleTargetsWithSameIdForDifferentTenant() throws java.lang.Exception] succeeded.
2024-03-22 09:19:43,323  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.tenancy.MultiTenancyEntityTest.queryTargetFromDifferentTenantIsNotVisible() throws java.lang.Exception]...
2024-03-22 09:19:43,337  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.tenancy.MultiTenancyEntityTest.queryTargetFromDifferentTenantIsNotVisible() throws java.lang.Exception] succeeded.
2024-03-22 09:19:43,353  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.tenancy.MultiTenancyEntityTest.getTenanatMetdata() throws java.lang.Exception]...
2024-03-22 09:19:43,369  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.tenancy.MultiTenancyEntityTest.getTenanatMetdata() throws java.lang.Exception] succeeded.
2024-03-22 09:19:43,418  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.tenancy.MultiTenancyEntityTest.createMultipleDistributionSetsWithSameNameForDifferentTenants() throws java.lang.Exception]...
2024-03-22 09:19:43,533  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.tenancy.MultiTenancyEntityTest.createMultipleDistributionSetsWithSameNameForDifferentTenants() throws java.lang.Exception] succeeded.
2024-03-22 09:19:43,550  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.tenancy.MultiTenancyEntityTest.deleteAnotherTenantPossible() throws java.lang.Exception]...
2024-03-22 09:19:43,563  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.tenancy.MultiTenancyEntityTest.deleteAnotherTenantPossible() throws java.lang.Exception] succeeded.
2024-03-22 09:19:43,580  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.jpa.tenancy.MultiTenancyEntityTest.deleteTargetFromOtherTenantIsNotPossible() throws java.lang.Exception]...
2024-03-22 09:19:43,622  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.jpa.tenancy.MultiTenancyEntityTest.deleteTargetFromOtherTenantIsNotPossible() throws java.lang.Exception] succeeded.
2024-03-22 09:19:43,625  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@38b0a91e
2024-03-22 09:19:43,634  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1084630384.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:19:43,635  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:19:43,635  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:19:43,635  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:19:43,638  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:19:43,639  INFO main c.z.h.HikariDataSource:350 - HikariPool-44 - Shutdown initiated...
2024-03-22 09:19:43,639  INFO main c.z.h.HikariDataSource:352 - HikariPool-44 - Shutdown completed.
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.672 s -- in org.eclipse.hawkbit.repository.jpa.tenancy.MultiTenancyEntityTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.autoassign.AutoAssignCheckerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.007 s -- in org.eclipse.hawkbit.repository.jpa.autoassign.AutoAssignCheckerTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.autoassign.AutoAssignCheckerIntTest
2024-03-22 09:19:44,654  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:19:44,676  INFO main o.e.h.r.j.a.AutoAssignCheckerIntTest:50 - Starting AutoAssignCheckerIntTest using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:19:44,676  INFO main o.e.h.r.j.a.AutoAssignCheckerIntTest:660 - The following 1 profile is active: "test"
2024-03-22 09:19:44,816  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:19:44,827  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 10 ms. Found 20 JPA repository interfaces.
2024-03-22 09:19:44,929  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:19:44,929  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:19:44,938  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:19:44,953  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:44,954  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:44,955  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:44,955  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:44,956  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:44,958  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:44,959  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:45,049  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:45,050  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:45,055  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:45,057  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:45,058  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:45,067  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:45,070  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:45,071  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:19:45,216  INFO main c.z.h.HikariDataSource:110 - HikariPool-45 - Starting...
2024-03-22 09:19:45,218  INFO main c.z.h.p.HikariPool:565 - HikariPool-45 - Added connection conn440: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:19:45,218  INFO main c.z.h.HikariDataSource:123 - HikariPool-45 - Start completed.
2024-03-22 09:19:45,226  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:19:45,226  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:19:45,235  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.007s)
2024-03-22 09:19:45,236  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": 1.12.29
2024-03-22 09:19:45,237  INFO main o.f.c.i.c.DbMigrate:37 - Schema "PUBLIC" is up to date. No migration necessary.
2024-03-22 09:19:45,320  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:19:45,722  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:19:45,722  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:19:45,724  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:19:45,731  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:19:45,732  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:19:46,032  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:19:46,033  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:19:46,036  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:19:46,555  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:19:46,919  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@6531191c, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@46f9f1bb, org.springframework.security.web.context.SecurityContextHolderFilter@2a38c490, org.springframework.security.web.header.HeaderWriterFilter@2e039514, org.springframework.web.filter.CorsFilter@5556728c, org.springframework.security.web.csrf.CsrfFilter@49ffe125, org.springframework.security.web.authentication.logout.LogoutFilter@666233b3, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@21464f5f, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@51c0d9e4, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@7345aa3e, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@56ce0f6f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1cf8ee3b, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@63d95bbe, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1ed1a4b3, org.springframework.security.web.access.ExceptionTranslationFilter@3019e8e2, org.springframework.security.web.access.intercept.AuthorizationFilter@18176f9e]
2024-03-22 09:19:46,983  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:19:47,030  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:19:47,030  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:19:47,030  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:19:47,031  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1372845423.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:19:47,031  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1372845423.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:19:47,031  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:19:47,032  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@7e40345f
2024-03-22 09:19:47,032  INFO main o.e.h.r.j.a.AutoAssignCheckerIntTest:56 - Started AutoAssignCheckerIntTest in 2.373 seconds (process running for 302.404)
2024-03-22 09:19:47,075  INFO pool-48-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:19:47,119  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.autoassign.AutoAssignCheckerIntTest.autoAssignDistributionSetAndAutoCloseOldActions()]...
2024-03-22 09:19:47,263  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.autoassign.AutoAssignCheckerIntTest.autoAssignDistributionSetAndAutoCloseOldActions()] succeeded.
2024-03-22 09:19:47,278  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.autoassign.AutoAssignCheckerIntTest.checkAutoAssignWithConfirmationOptions(boolean,boolean,org.eclipse.hawkbit.repository.model.Action$Status)]...
2024-03-22 09:19:47,343  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.autoassign.AutoAssignCheckerIntTest.checkAutoAssignWithConfirmationOptions(boolean,boolean,org.eclipse.hawkbit.repository.model.Action$Status)] succeeded.
2024-03-22 09:19:47,357  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.autoassign.AutoAssignCheckerIntTest.checkAutoAssignWithConfirmationOptions(boolean,boolean,org.eclipse.hawkbit.repository.model.Action$Status)]...
2024-03-22 09:19:47,436  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.autoassign.AutoAssignCheckerIntTest.checkAutoAssignWithConfirmationOptions(boolean,boolean,org.eclipse.hawkbit.repository.model.Action$Status)] succeeded.
2024-03-22 09:19:47,451  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.autoassign.AutoAssignCheckerIntTest.checkAutoAssignWithConfirmationOptions(boolean,boolean,org.eclipse.hawkbit.repository.model.Action$Status)]...
2024-03-22 09:19:47,512  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.autoassign.AutoAssignCheckerIntTest.checkAutoAssignWithConfirmationOptions(boolean,boolean,org.eclipse.hawkbit.repository.model.Action$Status)] succeeded.
2024-03-22 09:19:47,525  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.autoassign.AutoAssignCheckerIntTest.checkAutoAssignWithConfirmationOptions(boolean,boolean,org.eclipse.hawkbit.repository.model.Action$Status)]...
2024-03-22 09:19:47,587  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.autoassign.AutoAssignCheckerIntTest.checkAutoAssignWithConfirmationOptions(boolean,boolean,org.eclipse.hawkbit.repository.model.Action$Status)] succeeded.
2024-03-22 09:19:47,619  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.autoassign.AutoAssignCheckerIntTest.checkAutoAssignWithFailures()]...
2024-03-22 09:19:47,738  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.autoassign.AutoAssignCheckerIntTest.checkAutoAssignWithFailures()] succeeded.
2024-03-22 09:19:47,751  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.autoassign.AutoAssignCheckerIntTest.checkAutoAssign()]...
2024-03-22 09:19:48,071  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.autoassign.AutoAssignCheckerIntTest.checkAutoAssign()] succeeded.
2024-03-22 09:19:48,118  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.autoassign.AutoAssignCheckerIntTest.checkAutoAssignWithDifferentActionTypes()]...
2024-03-22 09:19:48,366  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.autoassign.AutoAssignCheckerIntTest.checkAutoAssignWithDifferentActionTypes()] succeeded.
2024-03-22 09:19:48,381  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.autoassign.AutoAssignCheckerIntTest.actionsWithWeightAreCreated() throws java.lang.Exception]...
2024-03-22 09:19:48,432  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.autoassign.AutoAssignCheckerIntTest.actionsWithWeightAreCreated() throws java.lang.Exception] succeeded.
2024-03-22 09:19:48,448  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.autoassign.AutoAssignCheckerIntTest.checkAutoAssignmentForDeviceWithConfirmationRequired(boolean,boolean,org.eclipse.hawkbit.repository.model.Action$Status)]...
2024-03-22 09:19:48,535  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.autoassign.AutoAssignCheckerIntTest.checkAutoAssignmentForDeviceWithConfirmationRequired(boolean,boolean,org.eclipse.hawkbit.repository.model.Action$Status)] succeeded.
2024-03-22 09:19:48,550  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.autoassign.AutoAssignCheckerIntTest.checkAutoAssignmentForDeviceWithConfirmationRequired(boolean,boolean,org.eclipse.hawkbit.repository.model.Action$Status)]...
2024-03-22 09:19:48,645  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.autoassign.AutoAssignCheckerIntTest.checkAutoAssignmentForDeviceWithConfirmationRequired(boolean,boolean,org.eclipse.hawkbit.repository.model.Action$Status)] succeeded.
2024-03-22 09:19:48,660  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.autoassign.AutoAssignCheckerIntTest.checkAutoAssignmentForDeviceWithConfirmationRequired(boolean,boolean,org.eclipse.hawkbit.repository.model.Action$Status)]...
2024-03-22 09:19:48,735  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.autoassign.AutoAssignCheckerIntTest.checkAutoAssignmentForDeviceWithConfirmationRequired(boolean,boolean,org.eclipse.hawkbit.repository.model.Action$Status)] succeeded.
2024-03-22 09:19:48,750  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.autoassign.AutoAssignCheckerIntTest.checkAutoAssignmentForDeviceWithConfirmationRequired(boolean,boolean,org.eclipse.hawkbit.repository.model.Action$Status)]...
2024-03-22 09:19:48,851  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.autoassign.AutoAssignCheckerIntTest.checkAutoAssignmentForDeviceWithConfirmationRequired(boolean,boolean,org.eclipse.hawkbit.repository.model.Action$Status)] succeeded.
2024-03-22 09:19:48,866  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.autoassign.AutoAssignCheckerIntTest.checkAutoAssignmentWithIncompatibleTargets()]...
2024-03-22 09:19:48,986  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.autoassign.AutoAssignCheckerIntTest.checkAutoAssignmentWithIncompatibleTargets()] succeeded.
2024-03-22 09:19:49,019  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.autoassign.AutoAssignCheckerIntTest.checkAutoAssignmentForDevice()]...
2024-03-22 09:19:49,076  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.autoassign.AutoAssignCheckerIntTest.checkAutoAssignmentForDevice()] succeeded.
2024-03-22 09:19:49,126  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.repository.jpa.autoassign.AutoAssignCheckerIntTest.filterWithoutWeightWorksInMultiAssignmentMode() throws java.lang.Exception]...
2024-03-22 09:19:49,165  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.repository.jpa.autoassign.AutoAssignCheckerIntTest.filterWithoutWeightWorksInMultiAssignmentMode() throws java.lang.Exception] succeeded.
2024-03-22 09:19:49,167  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@7e40345f
2024-03-22 09:19:49,177  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1372845423.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:19:49,178  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:19:49,178  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:19:49,178  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:19:49,181  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:19:49,182  INFO main c.z.h.HikariDataSource:350 - HikariPool-45 - Shutdown initiated...
2024-03-22 09:19:49,182  INFO main c.z.h.HikariDataSource:352 - HikariPool-45 - Shutdown completed.
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.529 s -- in org.eclipse.hawkbit.repository.jpa.autoassign.AutoAssignCheckerIntTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.specifications.SpecificationsBuilderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.hawkbit.repository.jpa.specifications.SpecificationsBuilderTest
[INFO] Running org.eclipse.hawkbit.repository.jpa.HawkBitEclipseLinkJpaDialectTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.325 s -- in org.eclipse.hawkbit.repository.jpa.HawkBitEclipseLinkJpaDialectTest
[INFO] Running org.eclipse.hawkbit.repository.event.remote.entity.SoftwareModuleEventTest
2024-03-22 09:19:49,519  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:19:49,541  INFO main o.e.h.r.e.r.e.SoftwareModuleEventTest:50 - Starting SoftwareModuleEventTest v0.5.0 using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:19:49,541  INFO main o.e.h.r.e.r.e.SoftwareModuleEventTest:660 - The following 1 profile is active: "test"
2024-03-22 09:19:49,680  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:19:49,719  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 39 ms. Found 20 JPA repository interfaces.
2024-03-22 09:19:49,822  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:19:49,822  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:19:49,831  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:19:49,845  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:49,846  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:49,846  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:49,847  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:49,847  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:49,849  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:49,850  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:49,851  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:49,851  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:49,853  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:49,854  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:49,854  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:49,860  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:49,862  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:49,863  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:19:49,944  INFO main c.z.h.HikariDataSource:110 - HikariPool-46 - Starting...
2024-03-22 09:19:49,946  INFO main c.z.h.p.HikariPool:565 - HikariPool-46 - Added connection conn450: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:19:49,946  INFO main c.z.h.HikariDataSource:123 - HikariPool-46 - Start completed.
2024-03-22 09:19:49,954  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:19:49,955  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:19:49,962  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:19:49,962  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.006s)
2024-03-22 09:19:49,963  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:19:49,966  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:19:49,970  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:19:50,023  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:19:50,026  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:19:50,029  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:19:50,031  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:19:50,033  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:19:50,038  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:19:50,040  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:19:50,045  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:19:50,047  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:19:50,049  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:19:50,051  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:19:50,053  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:19:50,056  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:19:50,059  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:19:50,061  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:19:50,121  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:19:50,131  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:19:50,133  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:19:50,134  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:19:50,136  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:19:50,145  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:19:50,150  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:19:50,151  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:19:50,152  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:19:50,157  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:19:50,159  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:19:50,162  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:19:50,164  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:19:50,166  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:19:50,168  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:19:50,170  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:19:50,171  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:19:50,174  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:19:50,215  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:19:50,220  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:19:50,277  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:19:50,279  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:19:50,320  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:19:50,323  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:19:50,325  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:19:50,326  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:19:50,327  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:19:50,329  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:19:50,332  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:19:50,335  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:19:50,337  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:19:50,339  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:19:50,345  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:19:50,348  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.301s)
2024-03-22 09:19:50,426  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:19:50,736  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:19:50,736  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:19:50,737  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:19:50,743  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:19:50,745  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:19:51,019  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:19:51,020  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:19:51,023  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:19:51,721  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:19:52,107  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@4fb69acc, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@fd90fd9, org.springframework.security.web.context.SecurityContextHolderFilter@6cf48cb5, org.springframework.security.web.header.HeaderWriterFilter@37c78f35, org.springframework.web.filter.CorsFilter@6acf7149, org.springframework.security.web.csrf.CsrfFilter@20c5ec81, org.springframework.security.web.authentication.logout.LogoutFilter@4ed799da, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@4054b4e7, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@33c3f9ba, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@275e2c72, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@323fec7e, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@63dad44e, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@38f677b6, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5cc5b2af, org.springframework.security.web.access.ExceptionTranslationFilter@57f180db, org.springframework.security.web.access.intercept.AuthorizationFilter@69b53350]
2024-03-22 09:19:52,169  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:19:52,214  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:19:52,214  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:19:52,214  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:19:52,215  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1815323561.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:19:52,215  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1815323561.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:19:52,215  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:19:52,215  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@19334cef
2024-03-22 09:19:52,216  INFO main o.e.h.r.e.r.e.SoftwareModuleEventTest:56 - Started SoftwareModuleEventTest in 2.692 seconds (process running for 307.588)
2024-03-22 09:19:52,260  INFO pool-49-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:19:52,314  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.event.remote.entity.SoftwareModuleEventTest.testTargetCreatedEvent()]...
2024-03-22 09:19:52,438  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.event.remote.entity.SoftwareModuleEventTest.testTargetCreatedEvent()] succeeded.
2024-03-22 09:19:52,458  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.event.remote.entity.SoftwareModuleEventTest.testTargetUpdatedEvent()]...
2024-03-22 09:19:52,467  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.event.remote.entity.SoftwareModuleEventTest.testTargetUpdatedEvent()] succeeded.
2024-03-22 09:19:52,469  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@19334cef
2024-03-22 09:19:52,477  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1815323561.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:19:52,478  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:19:52,478  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:19:52,478  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:19:52,481  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:19:52,481  INFO main c.z.h.HikariDataSource:350 - HikariPool-46 - Shutdown initiated...
2024-03-22 09:19:52,482  INFO main c.z.h.HikariDataSource:352 - HikariPool-46 - Shutdown completed.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.963 s -- in org.eclipse.hawkbit.repository.event.remote.entity.SoftwareModuleEventTest
[INFO] Running org.eclipse.hawkbit.repository.event.remote.entity.TargetEventTest
2024-03-22 09:19:52,485  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:19:52,504  INFO main o.e.h.r.e.r.e.TargetEventTest:50 - Starting TargetEventTest v0.5.0 using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:19:52,504  INFO main o.e.h.r.e.r.e.TargetEventTest:660 - The following 1 profile is active: "test"
2024-03-22 09:19:52,594  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:19:52,604  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 9 ms. Found 20 JPA repository interfaces.
2024-03-22 09:19:52,664  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:19:52,664  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:19:52,672  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:19:52,704  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:52,715  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:52,715  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:52,716  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:52,716  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:52,718  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:52,719  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:52,719  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:52,719  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:52,722  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:52,722  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:52,723  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:52,728  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:52,730  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:52,730  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:19:52,779  INFO main c.z.h.HikariDataSource:110 - HikariPool-47 - Starting...
2024-03-22 09:19:52,781  INFO main c.z.h.p.HikariPool:565 - HikariPool-47 - Added connection conn460: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:19:52,781  INFO main c.z.h.HikariDataSource:123 - HikariPool-47 - Start completed.
2024-03-22 09:19:52,815  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:19:52,816  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:19:52,825  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:19:52,826  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.008s)
2024-03-22 09:19:52,826  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:19:52,829  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:19:52,836  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:19:52,846  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:19:52,849  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:19:52,853  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:19:52,854  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:19:52,857  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:19:52,861  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:19:52,862  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:19:52,867  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:19:52,868  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:19:52,870  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:19:52,871  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:19:52,873  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:19:52,876  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:19:52,879  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:19:52,881  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:19:52,923  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:19:52,932  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:19:52,933  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:19:52,935  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:19:52,937  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:19:52,945  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:19:52,949  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:19:52,950  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:19:52,951  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:19:52,955  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:19:52,956  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:19:52,959  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:19:52,961  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:19:52,962  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:19:52,964  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:19:52,966  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:19:52,967  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:19:52,969  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:19:52,971  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:19:52,974  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:19:52,977  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:19:52,978  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:19:53,016  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:19:53,019  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:19:53,021  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:19:53,023  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:19:53,024  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:19:53,025  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:19:53,028  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:19:53,031  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:19:53,034  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:19:53,036  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:19:53,042  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:19:53,045  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.134s)
2024-03-22 09:19:53,136  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:19:53,723  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:19:53,723  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:19:53,725  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:19:53,733  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:19:53,734  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:19:54,144  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:19:54,145  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:19:54,148  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:19:54,938  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:19:55,339  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@15931de0, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@a777d4f, org.springframework.security.web.context.SecurityContextHolderFilter@686f8fd4, org.springframework.security.web.header.HeaderWriterFilter@3817c43, org.springframework.web.filter.CorsFilter@316e1db5, org.springframework.security.web.csrf.CsrfFilter@485366ce, org.springframework.security.web.authentication.logout.LogoutFilter@568f2ee2, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@74f9eb67, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@362f3a61, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@1b73afbf, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@5bae2324, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3bd9e101, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3ec43a9e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1682dd2c, org.springframework.security.web.access.ExceptionTranslationFilter@4b39c420, org.springframework.security.web.access.intercept.AuthorizationFilter@6b33904]
2024-03-22 09:19:55,420  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:19:55,475  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:19:55,475  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:19:55,475  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:19:55,476  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '902024245.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:19:55,476  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '902024245.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:19:55,476  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:19:55,476  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@33ec9004
2024-03-22 09:19:55,477  INFO main o.e.h.r.e.r.e.TargetEventTest:56 - Started TargetEventTest in 2.988 seconds (process running for 310.848)
2024-03-22 09:19:55,556  INFO pool-50-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:19:55,627  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.event.remote.entity.TargetEventTest.testTargetCreatedEvent()]...
2024-03-22 09:19:55,758  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.event.remote.entity.TargetEventTest.testTargetCreatedEvent()] succeeded.
2024-03-22 09:19:55,777  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.event.remote.entity.TargetEventTest.testTargetUpdatedEvent()]...
2024-03-22 09:19:55,818  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.event.remote.entity.TargetEventTest.testTargetUpdatedEvent()] succeeded.
2024-03-22 09:19:55,820  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@33ec9004
2024-03-22 09:19:55,827  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.902024245.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:19:55,828  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:19:55,828  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:19:55,828  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:19:55,830  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:19:55,831  INFO main c.z.h.HikariDataSource:350 - HikariPool-47 - Shutdown initiated...
2024-03-22 09:19:55,832  INFO main c.z.h.HikariDataSource:352 - HikariPool-47 - Shutdown completed.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.348 s -- in org.eclipse.hawkbit.repository.event.remote.entity.TargetEventTest
[INFO] Running org.eclipse.hawkbit.repository.event.remote.entity.DistributionSetUpdatedEventTest
2024-03-22 09:19:55,834  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:19:55,854  INFO main o.e.h.r.e.r.e.DistributionSetUpdatedEventTest:50 - Starting DistributionSetUpdatedEventTest v0.5.0 using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:19:55,854  INFO main o.e.h.r.e.r.e.DistributionSetUpdatedEventTest:660 - The following 1 profile is active: "test"
2024-03-22 09:19:56,031  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:19:56,042  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 10 ms. Found 20 JPA repository interfaces.
2024-03-22 09:19:56,142  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:19:56,142  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:19:56,151  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:19:56,164  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:56,165  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:56,166  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:56,166  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:56,166  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:56,168  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:56,169  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:56,170  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:56,170  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:56,172  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:56,173  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:56,173  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:56,238  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:56,240  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:56,241  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:19:56,284  INFO main c.z.h.HikariDataSource:110 - HikariPool-48 - Starting...
2024-03-22 09:19:56,286  INFO main c.z.h.p.HikariPool:565 - HikariPool-48 - Added connection conn470: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:19:56,286  INFO main c.z.h.HikariDataSource:123 - HikariPool-48 - Start completed.
2024-03-22 09:19:56,293  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:19:56,294  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:19:56,300  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:19:56,300  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.005s)
2024-03-22 09:19:56,301  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:19:56,303  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:19:56,318  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:19:56,325  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:19:56,327  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:19:56,329  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:19:56,330  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:19:56,332  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:19:56,337  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:19:56,338  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:19:56,343  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:19:56,345  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:19:56,346  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:19:56,348  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:19:56,350  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:19:56,353  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:19:56,355  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:19:56,358  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:19:56,369  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:19:56,419  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:19:56,421  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:19:56,422  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:19:56,424  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:19:56,432  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:19:56,436  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:19:56,438  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:19:56,439  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:19:56,443  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:19:56,445  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:19:56,448  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:19:56,450  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:19:56,451  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:19:56,452  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:19:56,454  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:19:56,456  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:19:56,458  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:19:56,460  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:19:56,463  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:19:56,466  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:19:56,468  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:19:56,471  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:19:56,544  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:19:56,548  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:19:56,549  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:19:56,550  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:19:56,552  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:19:56,554  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:19:56,558  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:19:56,560  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:19:56,562  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:19:56,568  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:19:56,571  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.179s)
2024-03-22 09:19:56,647  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:19:57,040  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:19:57,040  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:19:57,041  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:19:57,049  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:19:57,050  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:19:57,368  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:19:57,369  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:19:57,372  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:19:57,942  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:19:58,260  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@2bfaf7da, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@c9c5270, org.springframework.security.web.context.SecurityContextHolderFilter@21638ccb, org.springframework.security.web.header.HeaderWriterFilter@43ed8359, org.springframework.web.filter.CorsFilter@50d62564, org.springframework.security.web.csrf.CsrfFilter@27d1f794, org.springframework.security.web.authentication.logout.LogoutFilter@2f9f2091, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@7255d867, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@2eac539f, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@3385ca2f, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@2498e514, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@926a224, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1f4efb3, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4fbdafa2, org.springframework.security.web.access.ExceptionTranslationFilter@752faeb5, org.springframework.security.web.access.intercept.AuthorizationFilter@454c51a4]
2024-03-22 09:19:58,320  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:19:58,370  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:19:58,370  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:19:58,370  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:19:58,371  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1828572790.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:19:58,371  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1828572790.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:19:58,371  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:19:58,371  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@59e5d928
2024-03-22 09:19:58,373  INFO main o.e.h.r.e.r.e.DistributionSetUpdatedEventTest:56 - Started DistributionSetUpdatedEventTest in 2.533 seconds (process running for 313.744)
2024-03-22 09:19:58,436  INFO pool-51-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:19:58,528  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.event.remote.entity.DistributionSetUpdatedEventTest.testDistributionSetUpdateEvent()]...
2024-03-22 09:19:58,561  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.event.remote.entity.DistributionSetUpdatedEventTest.testDistributionSetUpdateEvent()] succeeded.
2024-03-22 09:19:58,616  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@59e5d928
2024-03-22 09:19:58,625  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1828572790.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:19:58,626  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:19:58,627  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:19:58,627  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:19:58,630  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:19:58,630  INFO main c.z.h.HikariDataSource:350 - HikariPool-48 - Shutdown initiated...
2024-03-22 09:19:58,631  INFO main c.z.h.HikariDataSource:352 - HikariPool-48 - Shutdown completed.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.798 s -- in org.eclipse.hawkbit.repository.event.remote.entity.DistributionSetUpdatedEventTest
[INFO] Running org.eclipse.hawkbit.repository.event.remote.entity.DistributionSetTagEventTest
2024-03-22 09:19:58,634  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:19:58,658  INFO main o.e.h.r.e.r.e.DistributionSetTagEventTest:50 - Starting DistributionSetTagEventTest v0.5.0 using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:19:58,658  INFO main o.e.h.r.e.r.e.DistributionSetTagEventTest:660 - The following 1 profile is active: "test"
2024-03-22 09:19:58,841  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:19:58,853  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 11 ms. Found 20 JPA repository interfaces.
2024-03-22 09:19:59,037  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:19:59,037  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:19:59,046  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:19:59,060  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:59,061  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:59,061  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:59,062  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:59,062  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:59,116  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:59,117  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:59,117  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:59,118  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:59,120  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:59,121  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:59,122  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:59,127  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:59,129  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:19:59,130  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:19:59,232  INFO main c.z.h.HikariDataSource:110 - HikariPool-49 - Starting...
2024-03-22 09:19:59,234  INFO main c.z.h.p.HikariPool:565 - HikariPool-49 - Added connection conn480: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:19:59,234  INFO main c.z.h.HikariDataSource:123 - HikariPool-49 - Start completed.
2024-03-22 09:19:59,242  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:19:59,243  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:19:59,249  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:19:59,250  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.006s)
2024-03-22 09:19:59,251  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:19:59,253  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:19:59,258  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:19:59,322  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:19:59,324  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:19:59,327  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:19:59,329  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:19:59,331  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:19:59,336  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:19:59,338  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:19:59,343  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:19:59,345  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:19:59,348  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:19:59,349  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:19:59,415  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:19:59,419  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:19:59,423  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:19:59,426  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:19:59,438  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:19:59,448  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:19:59,450  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:19:59,452  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:19:59,454  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:19:59,545  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:19:59,550  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:19:59,551  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:19:59,553  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:19:59,558  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:19:59,559  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:19:59,563  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:19:59,565  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:19:59,567  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:19:59,616  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:19:59,618  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:19:59,620  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:19:59,622  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:19:59,624  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:19:59,628  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:19:59,632  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:19:59,634  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:19:59,638  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:19:59,641  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:19:59,643  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:19:59,645  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:19:59,646  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:19:59,648  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:19:59,651  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:19:59,654  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:19:59,657  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:19:59,659  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:19:59,666  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:19:59,716  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.318s)
2024-03-22 09:19:59,763  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:20:00,198  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:20:00,198  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:20:00,200  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:20:00,222  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:20:00,224  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:20:00,589  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:20:00,589  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:20:00,592  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:20:01,190  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:20:01,671  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@3da36c98, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@19658af8, org.springframework.security.web.context.SecurityContextHolderFilter@20dccf1c, org.springframework.security.web.header.HeaderWriterFilter@44d6e2ab, org.springframework.web.filter.CorsFilter@38766572, org.springframework.security.web.csrf.CsrfFilter@2ae5823a, org.springframework.security.web.authentication.logout.LogoutFilter@316544f4, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@d459ef8, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@22178771, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@4f578d15, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@169c2940, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@262e6d6f, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5127e444, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@69b6efcb, org.springframework.security.web.access.ExceptionTranslationFilter@63229b9d, org.springframework.security.web.access.intercept.AuthorizationFilter@413cbbd7]
2024-03-22 09:20:01,751  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:20:01,800  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:20:01,800  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:20:01,800  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:20:01,801  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '448842330.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:20:01,801  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '448842330.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:20:01,801  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:20:01,801  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@3c92dd06
2024-03-22 09:20:01,802  INFO main o.e.h.r.e.r.e.DistributionSetTagEventTest:56 - Started DistributionSetTagEventTest in 3.162 seconds (process running for 317.174)
2024-03-22 09:20:01,844  INFO pool-52-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:20:01,878  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.event.remote.entity.DistributionSetTagEventTest.testDistributionSetTagCreatedEvent()]...
2024-03-22 09:20:01,925  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.event.remote.entity.DistributionSetTagEventTest.testDistributionSetTagCreatedEvent()] succeeded.
2024-03-22 09:20:01,965  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.event.remote.entity.DistributionSetTagEventTest.testDistributionSetTagUpdateEvent()]...
2024-03-22 09:20:01,973  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.event.remote.entity.DistributionSetTagEventTest.testDistributionSetTagUpdateEvent()] succeeded.
2024-03-22 09:20:01,976  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@3c92dd06
2024-03-22 09:20:01,983  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.448842330.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:20:02,015  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:20:02,015  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:20:02,016  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:20:02,018  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:20:02,019  INFO main c.z.h.HikariDataSource:350 - HikariPool-49 - Shutdown initiated...
2024-03-22 09:20:02,020  INFO main c.z.h.HikariDataSource:352 - HikariPool-49 - Shutdown completed.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.386 s -- in org.eclipse.hawkbit.repository.event.remote.entity.DistributionSetTagEventTest
[INFO] Running org.eclipse.hawkbit.repository.event.remote.entity.RolloutEventTest
2024-03-22 09:20:02,022  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:20:02,043  INFO main o.e.h.r.e.r.e.RolloutEventTest:50 - Starting RolloutEventTest v0.5.0 using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:20:02,044  INFO main o.e.h.r.e.r.e.RolloutEventTest:660 - The following 1 profile is active: "test"
2024-03-22 09:20:02,161  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:20:02,172  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 10 ms. Found 20 JPA repository interfaces.
2024-03-22 09:20:02,318  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:20:02,318  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:20:02,326  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:20:02,339  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:02,340  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:02,341  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:02,341  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:02,342  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:02,343  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:02,345  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:02,345  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:02,345  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:02,348  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:02,348  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:02,349  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:02,355  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:02,356  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:02,357  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:20:02,438  INFO main c.z.h.HikariDataSource:110 - HikariPool-50 - Starting...
2024-03-22 09:20:02,440  INFO main c.z.h.p.HikariPool:565 - HikariPool-50 - Added connection conn490: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:20:02,440  INFO main c.z.h.HikariDataSource:123 - HikariPool-50 - Start completed.
2024-03-22 09:20:02,448  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:20:02,448  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:20:02,455  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:20:02,455  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.006s)
2024-03-22 09:20:02,456  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:20:02,458  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:20:02,463  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:20:02,525  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:20:02,527  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:20:02,529  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:20:02,531  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:20:02,533  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:20:02,537  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:20:02,538  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:20:02,543  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:20:02,545  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:20:02,546  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:20:02,548  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:20:02,549  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:20:02,552  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:20:02,555  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:20:02,557  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:20:02,567  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:20:02,576  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:20:02,577  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:20:02,615  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:20:02,618  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:20:02,625  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:20:02,629  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:20:02,630  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:20:02,632  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:20:02,636  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:20:02,637  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:20:02,640  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:20:02,642  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:20:02,643  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:20:02,645  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:20:02,647  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:20:02,648  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:20:02,650  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:20:02,652  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:20:02,655  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:20:02,658  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:20:02,659  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:20:02,662  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:20:02,665  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:20:02,667  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:20:02,668  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:20:02,669  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:20:02,671  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:20:02,674  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:20:02,677  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:20:02,679  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:20:02,733  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:20:02,739  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:20:02,742  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.116s)
2024-03-22 09:20:02,816  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:20:03,232  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:20:03,232  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:20:03,233  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:20:03,240  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:20:03,241  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:20:03,590  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:20:03,591  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:20:03,594  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:20:04,170  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:20:04,554  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@180034b, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4959193a, org.springframework.security.web.context.SecurityContextHolderFilter@13eb7721, org.springframework.security.web.header.HeaderWriterFilter@6e154161, org.springframework.web.filter.CorsFilter@2d383f1f, org.springframework.security.web.csrf.CsrfFilter@9903ed8, org.springframework.security.web.authentication.logout.LogoutFilter@20a297f1, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@60d08aa4, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@5c6260eb, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@357b75ec, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@54798450, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1b85ed7a, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@183824c4, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@34e0a253, org.springframework.security.web.access.ExceptionTranslationFilter@7a1f243a, org.springframework.security.web.access.intercept.AuthorizationFilter@364fdbca]
2024-03-22 09:20:04,626  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:20:04,696  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:20:04,696  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:20:04,696  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:20:04,697  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '2135857364.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:20:04,697  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '2135857364.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:20:04,697  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:20:04,697  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@433666f7
2024-03-22 09:20:04,698  INFO main o.e.h.r.e.r.e.RolloutEventTest:56 - Started RolloutEventTest in 2.671 seconds (process running for 320.07)
2024-03-22 09:20:04,745  INFO pool-53-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:20:04,785  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.event.remote.entity.RolloutEventTest.testRolloutUpdatedEvent()]...
2024-03-22 09:20:04,938  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.event.remote.entity.RolloutEventTest.testRolloutUpdatedEvent()] succeeded.
2024-03-22 09:20:04,940  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@433666f7
2024-03-22 09:20:04,949  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.2135857364.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:20:04,950  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:20:04,950  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:20:04,950  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:20:04,954  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:20:04,954  INFO main c.z.h.HikariDataSource:350 - HikariPool-50 - Shutdown initiated...
2024-03-22 09:20:04,955  INFO main c.z.h.HikariDataSource:352 - HikariPool-50 - Shutdown completed.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.934 s -- in org.eclipse.hawkbit.repository.event.remote.entity.RolloutEventTest
[INFO] Running org.eclipse.hawkbit.repository.event.remote.entity.ActionEventTest
2024-03-22 09:20:04,958  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:20:05,022  INFO main o.e.h.r.e.r.e.ActionEventTest:50 - Starting ActionEventTest v0.5.0 using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:20:05,023  INFO main o.e.h.r.e.r.e.ActionEventTest:660 - The following 1 profile is active: "test"
2024-03-22 09:20:05,219  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:20:05,231  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 11 ms. Found 20 JPA repository interfaces.
2024-03-22 09:20:05,340  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:20:05,340  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:20:05,349  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:20:05,363  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:05,364  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:05,365  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:05,365  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:05,366  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:05,367  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:05,369  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:05,369  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:05,369  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:05,372  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:05,373  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:05,373  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:05,415  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:05,418  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:05,419  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:20:05,470  INFO main c.z.h.HikariDataSource:110 - HikariPool-51 - Starting...
2024-03-22 09:20:05,471  INFO main c.z.h.p.HikariPool:565 - HikariPool-51 - Added connection conn500: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:20:05,472  INFO main c.z.h.HikariDataSource:123 - HikariPool-51 - Start completed.
2024-03-22 09:20:05,516  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:20:05,516  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:20:05,524  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:20:05,524  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.007s)
2024-03-22 09:20:05,525  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:20:05,527  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:20:05,548  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:20:05,557  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:20:05,559  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:20:05,563  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:20:05,564  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:20:05,566  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:20:05,572  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:20:05,573  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:20:05,614  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:20:05,617  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:20:05,619  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:20:05,621  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:20:05,623  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:20:05,627  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:20:05,629  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:20:05,632  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:20:05,644  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:20:05,654  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:20:05,655  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:20:05,657  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:20:05,659  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:20:05,668  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:20:05,672  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:20:05,674  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:20:05,675  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:20:05,720  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:20:05,722  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:20:05,727  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:20:05,729  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:20:05,730  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:20:05,732  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:20:05,734  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:20:05,736  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:20:05,739  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:20:05,741  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:20:05,745  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:20:05,748  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:20:05,750  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:20:05,754  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:20:05,757  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:20:05,760  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:20:05,762  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:20:05,763  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:20:05,765  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:20:05,780  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:20:05,818  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:20:05,821  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:20:05,824  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:20:05,831  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:20:05,835  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.194s)
2024-03-22 09:20:05,923  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:20:06,394  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:20:06,394  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:20:06,395  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:20:06,401  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:20:06,403  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:20:06,719  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:20:06,720  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:20:06,723  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:20:07,347  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:20:07,759  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@445ff0f8, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6d489f6c, org.springframework.security.web.context.SecurityContextHolderFilter@5cf9f1f4, org.springframework.security.web.header.HeaderWriterFilter@4cdc0c67, org.springframework.web.filter.CorsFilter@6e4ca6eb, org.springframework.security.web.csrf.CsrfFilter@54367619, org.springframework.security.web.authentication.logout.LogoutFilter@3e713bc4, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@5ddbcb8d, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@50672273, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@1fd973f7, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@6a4374e9, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3b98c2cc, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7c74b6ae, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@243a98c4, org.springframework.security.web.access.ExceptionTranslationFilter@2fad00d9, org.springframework.security.web.access.intercept.AuthorizationFilter@ef4f956]
2024-03-22 09:20:07,857  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:20:07,960  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:20:07,961  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:20:07,961  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:20:07,961  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '845243310.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:20:07,961  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '845243310.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:20:07,962  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:20:07,962  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@4e7ac5db
2024-03-22 09:20:07,963  INFO main o.e.h.r.e.r.e.ActionEventTest:56 - Started ActionEventTest in 2.998 seconds (process running for 323.334)
2024-03-22 09:20:08,005  INFO pool-54-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:20:08,039  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.event.remote.entity.ActionEventTest.testActionUpdatedEvent()]...
2024-03-22 09:20:08,196  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.event.remote.entity.ActionEventTest.testActionUpdatedEvent()] succeeded.
2024-03-22 09:20:08,217  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.event.remote.entity.ActionEventTest.testActionCreatedEvent()]...
2024-03-22 09:20:08,234  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.event.remote.entity.ActionEventTest.testActionCreatedEvent()] succeeded.
2024-03-22 09:20:08,236  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@4e7ac5db
2024-03-22 09:20:08,244  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.845243310.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:20:08,245  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:20:08,245  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:20:08,245  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:20:08,247  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:20:08,248  INFO main c.z.h.HikariDataSource:350 - HikariPool-51 - Shutdown initiated...
2024-03-22 09:20:08,249  INFO main c.z.h.HikariDataSource:352 - HikariPool-51 - Shutdown completed.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.291 s -- in org.eclipse.hawkbit.repository.event.remote.entity.ActionEventTest
[INFO] Running org.eclipse.hawkbit.repository.event.remote.entity.DistributionSetCreatedEventTest
2024-03-22 09:20:08,251  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:20:08,272  INFO main o.e.h.r.e.r.e.DistributionSetCreatedEventTest:50 - Starting DistributionSetCreatedEventTest v0.5.0 using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:20:08,272  INFO main o.e.h.r.e.r.e.DistributionSetCreatedEventTest:660 - The following 1 profile is active: "test"
2024-03-22 09:20:08,402  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:20:08,424  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 21 ms. Found 20 JPA repository interfaces.
2024-03-22 09:20:08,480  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:20:08,480  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:20:08,488  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:20:08,499  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:08,500  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:08,501  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:08,501  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:08,501  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:08,504  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:08,505  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:08,505  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:08,506  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:08,508  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:08,508  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:08,509  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:08,520  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:08,522  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:08,522  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:20:08,584  INFO main c.z.h.HikariDataSource:110 - HikariPool-52 - Starting...
2024-03-22 09:20:08,585  INFO main c.z.h.p.HikariPool:565 - HikariPool-52 - Added connection conn510: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:20:08,586  INFO main c.z.h.HikariDataSource:123 - HikariPool-52 - Start completed.
2024-03-22 09:20:08,615  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:20:08,616  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:20:08,623  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:20:08,623  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.006s)
2024-03-22 09:20:08,623  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:20:08,626  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:20:08,631  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:20:08,638  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:20:08,640  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:20:08,643  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:20:08,644  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:20:08,646  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:20:08,651  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:20:08,652  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:20:08,657  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:20:08,659  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:20:08,660  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:20:08,662  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:20:08,663  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:20:08,667  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:20:08,669  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:20:08,671  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:20:08,720  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:20:08,729  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:20:08,730  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:20:08,732  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:20:08,748  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:20:08,756  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:20:08,760  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:20:08,761  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:20:08,762  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:20:08,766  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:20:08,767  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:20:08,770  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:20:08,772  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:20:08,773  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:20:08,774  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:20:08,776  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:20:08,777  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:20:08,780  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:20:08,781  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:20:08,785  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:20:08,817  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:20:08,819  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:20:08,822  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:20:08,824  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:20:08,826  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:20:08,827  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:20:08,828  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:20:08,830  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:20:08,833  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:20:08,836  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:20:08,838  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:20:08,840  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:20:08,846  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:20:08,849  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.135s)
2024-03-22 09:20:08,939  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:20:09,341  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:20:09,341  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:20:09,342  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:20:09,350  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:20:09,351  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:20:09,639  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:20:09,639  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:20:09,642  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:20:10,196  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:20:10,571  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@a915af0, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@254c17fe, org.springframework.security.web.context.SecurityContextHolderFilter@716d5b4a, org.springframework.security.web.header.HeaderWriterFilter@2c83ed2e, org.springframework.web.filter.CorsFilter@4c66a93, org.springframework.security.web.csrf.CsrfFilter@3e176edc, org.springframework.security.web.authentication.logout.LogoutFilter@7ef6b8fb, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@7e3bf206, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@5cbb4de8, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@3cddb53d, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@3541bc5a, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7489ba35, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6f6237b7, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3c9b2e8c, org.springframework.security.web.access.ExceptionTranslationFilter@606f63f0, org.springframework.security.web.access.intercept.AuthorizationFilter@6053ef2]
2024-03-22 09:20:10,655  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:20:10,707  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:20:10,707  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:20:10,707  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:20:10,708  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '141714590.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:20:10,708  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '141714590.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:20:10,708  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:20:10,708  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@7e8b4cd2
2024-03-22 09:20:10,715  INFO main o.e.h.r.e.r.e.DistributionSetCreatedEventTest:56 - Started DistributionSetCreatedEventTest in 2.459 seconds (process running for 326.086)
2024-03-22 09:20:10,840  INFO pool-55-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:20:10,890  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.event.remote.entity.DistributionSetCreatedEventTest.testDistributionSetCreatedEvent()]...
2024-03-22 09:20:10,932  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.event.remote.entity.DistributionSetCreatedEventTest.testDistributionSetCreatedEvent()] succeeded.
2024-03-22 09:20:10,934  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@7e8b4cd2
2024-03-22 09:20:10,942  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.141714590.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:20:10,943  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:20:10,943  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:20:10,943  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:20:10,946  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:20:10,947  INFO main c.z.h.HikariDataSource:350 - HikariPool-52 - Shutdown initiated...
2024-03-22 09:20:10,947  INFO main c.z.h.HikariDataSource:352 - HikariPool-52 - Shutdown completed.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.697 s -- in org.eclipse.hawkbit.repository.event.remote.entity.DistributionSetCreatedEventTest
[INFO] Running org.eclipse.hawkbit.repository.event.remote.entity.RolloutGroupEventTest
2024-03-22 09:20:10,950  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:20:10,972  INFO main o.e.h.r.e.r.e.RolloutGroupEventTest:50 - Starting RolloutGroupEventTest v0.5.0 using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:20:10,972  INFO main o.e.h.r.e.r.e.RolloutGroupEventTest:660 - The following 1 profile is active: "test"
2024-03-22 09:20:11,125  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:20:11,135  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 10 ms. Found 20 JPA repository interfaces.
2024-03-22 09:20:11,195  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:20:11,195  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:20:11,221  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:20:11,234  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:11,235  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:11,236  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:11,236  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:11,236  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:11,238  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:11,239  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:11,240  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:11,240  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:11,242  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:11,243  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:11,243  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:11,249  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:11,250  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:11,251  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:20:11,311  INFO main c.z.h.HikariDataSource:110 - HikariPool-53 - Starting...
2024-03-22 09:20:11,313  INFO main c.z.h.p.HikariPool:565 - HikariPool-53 - Added connection conn520: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:20:11,313  INFO main c.z.h.HikariDataSource:123 - HikariPool-53 - Start completed.
2024-03-22 09:20:11,320  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:20:11,321  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:20:11,327  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:20:11,328  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.006s)
2024-03-22 09:20:11,328  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:20:11,330  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:20:11,335  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:20:11,343  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:20:11,345  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:20:11,348  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:20:11,349  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:20:11,351  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:20:11,356  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:20:11,357  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:20:11,362  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:20:11,364  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:20:11,366  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:20:11,368  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:20:11,369  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:20:11,372  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:20:11,375  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:20:11,376  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:20:11,423  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:20:11,432  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:20:11,434  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:20:11,435  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:20:11,437  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:20:11,461  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:20:11,465  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:20:11,466  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:20:11,467  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:20:11,471  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:20:11,473  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:20:11,476  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:20:11,477  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:20:11,515  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:20:11,517  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:20:11,518  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:20:11,520  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:20:11,522  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:20:11,524  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:20:11,527  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:20:11,530  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:20:11,532  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:20:11,535  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:20:11,537  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:20:11,540  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:20:11,541  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:20:11,542  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:20:11,544  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:20:11,546  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:20:11,549  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:20:11,552  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:20:11,554  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:20:11,560  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:20:11,563  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.119s)
2024-03-22 09:20:11,633  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:20:12,080  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:20:12,081  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:20:12,082  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:20:12,088  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:20:12,089  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:20:12,373  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:20:12,373  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:20:12,376  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:20:12,983  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:20:13,352  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@46a9e714, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7e15b60, org.springframework.security.web.context.SecurityContextHolderFilter@40e9221a, org.springframework.security.web.header.HeaderWriterFilter@5a1421eb, org.springframework.web.filter.CorsFilter@7d3a05bb, org.springframework.security.web.csrf.CsrfFilter@fe57c92, org.springframework.security.web.authentication.logout.LogoutFilter@372a4bf8, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@7dfafc8, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@3c2fb958, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@65679e1d, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@62cf4140, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@64ccc779, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@474fd323, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6c7f44e2, org.springframework.security.web.access.ExceptionTranslationFilter@38a3607b, org.springframework.security.web.access.intercept.AuthorizationFilter@4f61cd0c]
2024-03-22 09:20:13,461  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:20:13,529  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:20:13,529  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:20:13,529  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:20:13,530  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1797719596.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:20:13,530  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1797719596.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:20:13,530  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:20:13,530  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@3f1ae7d0
2024-03-22 09:20:13,531  INFO main o.e.h.r.e.r.e.RolloutGroupEventTest:56 - Started RolloutGroupEventTest in 2.576 seconds (process running for 328.903)
2024-03-22 09:20:13,589  INFO pool-56-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:20:13,636  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.event.remote.entity.RolloutGroupEventTest.testRolloutGroupCreatedEvent()]...
2024-03-22 09:20:13,761  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.event.remote.entity.RolloutGroupEventTest.testRolloutGroupCreatedEvent()] succeeded.
2024-03-22 09:20:13,782  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.event.remote.entity.RolloutGroupEventTest.testRolloutGroupUpdatedEvent()]...
2024-03-22 09:20:13,834  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.event.remote.entity.RolloutGroupEventTest.testRolloutGroupUpdatedEvent()] succeeded.
2024-03-22 09:20:13,836  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@3f1ae7d0
2024-03-22 09:20:13,845  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1797719596.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:20:13,847  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:20:13,847  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:20:13,847  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:20:13,850  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:20:13,851  INFO main c.z.h.HikariDataSource:350 - HikariPool-53 - Shutdown initiated...
2024-03-22 09:20:13,851  INFO main c.z.h.HikariDataSource:352 - HikariPool-53 - Shutdown completed.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.902 s -- in org.eclipse.hawkbit.repository.event.remote.entity.RolloutGroupEventTest
[INFO] Running org.eclipse.hawkbit.repository.event.remote.entity.TargetTagEventTest
2024-03-22 09:20:13,855  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:20:13,876  INFO main o.e.h.r.e.r.e.TargetTagEventTest:50 - Starting TargetTagEventTest v0.5.0 using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:20:13,876  INFO main o.e.h.r.e.r.e.TargetTagEventTest:660 - The following 1 profile is active: "test"
2024-03-22 09:20:14,047  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:20:14,059  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 10 ms. Found 20 JPA repository interfaces.
2024-03-22 09:20:14,154  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:20:14,154  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:20:14,163  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:20:14,176  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:14,177  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:14,178  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:14,178  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:14,178  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:14,180  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:14,215  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:14,216  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:14,216  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:14,219  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:14,219  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:14,220  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:14,226  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:14,228  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:14,228  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:20:14,321  INFO main c.z.h.HikariDataSource:110 - HikariPool-54 - Starting...
2024-03-22 09:20:14,323  INFO main c.z.h.p.HikariPool:565 - HikariPool-54 - Added connection conn530: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:20:14,323  INFO main c.z.h.HikariDataSource:123 - HikariPool-54 - Start completed.
2024-03-22 09:20:14,331  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:20:14,331  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:20:14,338  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:20:14,338  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.006s)
2024-03-22 09:20:14,339  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:20:14,341  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:20:14,346  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:20:14,354  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:20:14,356  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:20:14,359  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:20:14,360  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:20:14,363  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:20:14,367  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:20:14,369  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:20:14,374  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:20:14,376  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:20:14,378  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:20:14,379  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:20:14,416  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:20:14,420  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:20:14,422  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:20:14,425  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:20:14,437  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:20:14,447  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:20:14,448  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:20:14,450  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:20:14,452  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:20:14,461  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:20:14,465  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:20:14,467  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:20:14,468  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:20:14,473  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:20:14,517  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:20:14,521  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:20:14,523  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:20:14,524  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:20:14,526  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:20:14,528  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:20:14,529  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:20:14,532  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:20:14,534  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:20:14,538  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:20:14,541  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:20:14,543  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:20:14,546  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:20:14,549  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:20:14,552  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:20:14,553  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:20:14,554  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:20:14,556  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:20:14,559  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:20:14,562  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:20:14,565  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:20:14,568  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:20:14,575  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:20:14,579  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.158s)
2024-03-22 09:20:14,657  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:20:15,077  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:20:15,078  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:20:15,079  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:20:15,086  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:20:15,088  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:20:15,369  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:20:15,370  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:20:15,373  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:20:15,938  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:20:16,278  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@244759eb, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5c6a2bee, org.springframework.security.web.context.SecurityContextHolderFilter@7967038d, org.springframework.security.web.header.HeaderWriterFilter@50904f7, org.springframework.web.filter.CorsFilter@6ebe9429, org.springframework.security.web.csrf.CsrfFilter@1ecd7c76, org.springframework.security.web.authentication.logout.LogoutFilter@4fc4621a, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@26728288, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@65d980f6, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@736e4480, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@4a4ae0ee, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@c3cfe1b, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@28ba17aa, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6df8d307, org.springframework.security.web.access.ExceptionTranslationFilter@9f5baec, org.springframework.security.web.access.intercept.AuthorizationFilter@1e4cd32e]
2024-03-22 09:20:16,362  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:20:16,411  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:20:16,412  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:20:16,412  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:20:16,412  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1306182082.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:20:16,413  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1306182082.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:20:16,413  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:20:16,413  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@4227fbd9
2024-03-22 09:20:16,414  INFO main o.e.h.r.e.r.e.TargetTagEventTest:56 - Started TargetTagEventTest in 2.555 seconds (process running for 331.785)
2024-03-22 09:20:16,455  INFO pool-57-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:20:16,533  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.event.remote.entity.TargetTagEventTest.testTargetTagCreatedEvent()]...
2024-03-22 09:20:16,555  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.event.remote.entity.TargetTagEventTest.testTargetTagCreatedEvent()] succeeded.
2024-03-22 09:20:16,576  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.event.remote.entity.TargetTagEventTest.testTargetTagUpdateEventt()]...
2024-03-22 09:20:16,584  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.event.remote.entity.TargetTagEventTest.testTargetTagUpdateEventt()] succeeded.
2024-03-22 09:20:16,586  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@4227fbd9
2024-03-22 09:20:16,620  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1306182082.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:20:16,621  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:20:16,621  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:20:16,622  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:20:16,624  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:20:16,625  INFO main c.z.h.HikariDataSource:350 - HikariPool-54 - Shutdown initiated...
2024-03-22 09:20:16,626  INFO main c.z.h.HikariDataSource:352 - HikariPool-54 - Shutdown completed.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.772 s -- in org.eclipse.hawkbit.repository.event.remote.entity.TargetTagEventTest
[INFO] Running org.eclipse.hawkbit.repository.event.remote.RemoteIdEventTest
2024-03-22 09:20:16,629  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:20:16,649  INFO main o.e.h.r.e.r.RemoteIdEventTest:50 - Starting RemoteIdEventTest v0.5.0 using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:20:16,650  INFO main o.e.h.r.e.r.RemoteIdEventTest:660 - The following 1 profile is active: "test"
2024-03-22 09:20:16,768  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:20:16,779  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 9 ms. Found 20 JPA repository interfaces.
2024-03-22 09:20:16,859  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:20:16,860  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:20:16,867  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:20:16,880  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:16,881  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:16,882  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:16,882  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:16,882  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:16,884  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:16,885  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:16,886  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:16,886  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:16,888  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:16,889  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:16,889  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:16,895  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:16,896  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:16,897  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:20:16,973  INFO main c.z.h.HikariDataSource:110 - HikariPool-55 - Starting...
2024-03-22 09:20:16,975  INFO main c.z.h.p.HikariPool:565 - HikariPool-55 - Added connection conn540: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:20:16,975  INFO main c.z.h.HikariDataSource:123 - HikariPool-55 - Start completed.
2024-03-22 09:20:16,982  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:20:16,982  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:20:16,989  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:20:16,989  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.006s)
2024-03-22 09:20:16,989  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:20:16,991  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:20:16,996  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:20:17,002  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:20:17,004  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:20:17,006  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:20:17,015  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:20:17,016  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:20:17,020  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:20:17,021  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:20:17,025  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:20:17,027  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:20:17,028  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:20:17,029  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:20:17,031  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:20:17,033  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:20:17,035  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:20:17,037  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:20:17,047  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:20:17,055  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:20:17,056  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:20:17,057  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:20:17,059  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:20:17,082  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:20:17,116  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:20:17,117  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:20:17,118  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:20:17,122  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:20:17,123  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:20:17,126  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:20:17,127  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:20:17,129  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:20:17,130  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:20:17,132  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:20:17,133  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:20:17,135  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:20:17,136  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:20:17,140  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:20:17,142  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:20:17,144  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:20:17,147  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:20:17,149  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:20:17,151  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:20:17,152  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:20:17,153  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:20:17,154  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:20:17,157  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:20:17,159  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:20:17,162  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:20:17,164  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:20:17,170  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:20:17,173  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.105s)
2024-03-22 09:20:17,245  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:20:17,589  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:20:17,589  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:20:17,591  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:20:17,622  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:20:17,623  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:20:17,918  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:20:17,919  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:20:17,922  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:20:18,464  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:20:18,797  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@44f1714c, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@28c7ef94, org.springframework.security.web.context.SecurityContextHolderFilter@6769d64a, org.springframework.security.web.header.HeaderWriterFilter@63591838, org.springframework.web.filter.CorsFilter@4fd7565, org.springframework.security.web.csrf.CsrfFilter@7b84630d, org.springframework.security.web.authentication.logout.LogoutFilter@961831a, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@405d8960, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@7586de0c, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@4ccda673, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@45a1bb22, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3fad5da1, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5e35852a, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3f9c5b7, org.springframework.security.web.access.ExceptionTranslationFilter@3a4b7648, org.springframework.security.web.access.intercept.AuthorizationFilter@38ba8c1a]
2024-03-22 09:20:18,886  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:20:18,942  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:20:18,943  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:20:18,943  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:20:18,943  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '942600069.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:20:18,944  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '942600069.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:20:18,944  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:20:18,944  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@7b076c67
2024-03-22 09:20:18,945  INFO main o.e.h.r.e.r.RemoteIdEventTest:56 - Started RemoteIdEventTest in 2.312 seconds (process running for 334.316)
2024-03-22 09:20:19,003  INFO pool-58-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:20:19,051  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.event.remote.RemoteIdEventTest.testRolloutDeletedEvent()]...
2024-03-22 09:20:19,070  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.event.remote.RemoteIdEventTest.testRolloutDeletedEvent()] succeeded.
2024-03-22 09:20:19,116  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.event.remote.RemoteIdEventTest.testDistributionSetDeletedEvent()]...
2024-03-22 09:20:19,125  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.event.remote.RemoteIdEventTest.testDistributionSetDeletedEvent()] succeeded.
2024-03-22 09:20:19,147  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.event.remote.RemoteIdEventTest.testSoftwareModuleDeletedEvent()]...
2024-03-22 09:20:19,154  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.event.remote.RemoteIdEventTest.testSoftwareModuleDeletedEvent()] succeeded.
2024-03-22 09:20:19,176  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.event.remote.RemoteIdEventTest.testTargetDeletedEvent()]...
2024-03-22 09:20:19,215  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.event.remote.RemoteIdEventTest.testTargetDeletedEvent()] succeeded.
2024-03-22 09:20:19,256  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.event.remote.RemoteIdEventTest.testTargetTagDeletedEvent()]...
2024-03-22 09:20:19,265  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.event.remote.RemoteIdEventTest.testTargetTagDeletedEvent()] succeeded.
2024-03-22 09:20:19,287  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.event.remote.RemoteIdEventTest.testDistributionSetTagDeletedEvent()]...
2024-03-22 09:20:19,295  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.event.remote.RemoteIdEventTest.testDistributionSetTagDeletedEvent()] succeeded.
2024-03-22 09:20:19,297  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@7b076c67
2024-03-22 09:20:19,319  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.942600069.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:20:19,320  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:20:19,320  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:20:19,320  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:20:19,323  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:20:19,324  INFO main c.z.h.HikariDataSource:350 - HikariPool-55 - Shutdown initiated...
2024-03-22 09:20:19,325  INFO main c.z.h.HikariDataSource:352 - HikariPool-55 - Shutdown completed.
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.697 s -- in org.eclipse.hawkbit.repository.event.remote.RemoteIdEventTest
[INFO] Running org.eclipse.hawkbit.repository.event.remote.RemoteTenantAwareEventTest
2024-03-22 09:20:19,328  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:20:19,348  INFO main o.e.h.r.e.r.RemoteTenantAwareEventTest:50 - Starting RemoteTenantAwareEventTest v0.5.0 using Java 17.0.9 with PID 1149 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa)
2024-03-22 09:20:19,349  INFO main o.e.h.r.e.r.RemoteTenantAwareEventTest:660 - The following 1 profile is active: "test"
2024-03-22 09:20:19,464  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:20:19,475  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 10 ms. Found 20 JPA repository interfaces.
2024-03-22 09:20:19,553  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:20:19,553  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:20:19,562  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=163a605a-8a6d-3ea4-8488-9ee87876a22c
2024-03-22 09:20:19,575  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:19,576  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:19,576  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:19,577  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1025/0x00007f698c5ad830] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:19,577  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:19,578  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:19,580  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:19,580  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:19,580  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:19,617  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:19,617  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:19,618  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:19,624  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:19,626  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:20:19,627  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:20:19,721  INFO main c.z.h.HikariDataSource:110 - HikariPool-56 - Starting...
2024-03-22 09:20:19,723  INFO main c.z.h.p.HikariPool:565 - HikariPool-56 - Added connection conn550: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:20:19,723  INFO main c.z.h.HikariDataSource:123 - HikariPool-56 - Start completed.
2024-03-22 09:20:19,731  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:20:19,732  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:20:19,738  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:20:19,739  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.006s)
2024-03-22 09:20:19,739  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:20:19,741  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:20:19,746  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:20:19,753  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:20:19,756  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:20:19,758  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:20:19,760  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:20:19,762  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:20:19,767  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:20:19,768  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:20:19,773  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:20:19,775  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:20:19,777  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:20:19,815  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:20:19,817  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:20:19,821  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:20:19,900  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:20:19,903  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:20:19,923  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:20:19,931  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:20:19,933  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:20:19,934  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:20:19,936  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:20:19,944  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:20:19,948  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:20:19,950  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:20:19,951  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:20:19,955  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:20:19,967  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:20:19,971  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:20:20,015  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:20:20,016  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:20:20,018  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:20:20,020  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:20:20,021  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:20:20,023  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:20:20,025  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:20:20,029  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:20:20,032  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:20:20,033  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:20:20,036  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:20:20,039  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:20:20,041  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:20:20,042  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:20:20,043  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:20:20,045  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:20:20,048  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:20:20,050  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:20:20,053  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:20:20,055  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:20:20,061  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:20:20,065  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.155s)
2024-03-22 09:20:20,141  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:20:20,457  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:20:20,457  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:20:20,458  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:20:20,465  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:20:20,466  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:20:20,723  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:20:20,723  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:20:20,726  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:20:21,195  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:20:21,526  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@aa2d73e, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@fb677c5, org.springframework.security.web.context.SecurityContextHolderFilter@47a7a034, org.springframework.security.web.header.HeaderWriterFilter@684543aa, org.springframework.web.filter.CorsFilter@7b6a53d0, org.springframework.security.web.csrf.CsrfFilter@53f39687, org.springframework.security.web.authentication.logout.LogoutFilter@1bd78ea9, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@4b47edfe, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@13598e26, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@3d7c11c, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@6c4290f9, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@82f51e9, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5143dfb7, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1f50fd7f, org.springframework.security.web.access.ExceptionTranslationFilter@68263261, org.springframework.security.web.access.intercept.AuthorizationFilter@bd1d80f]
2024-03-22 09:20:21,606  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:20:21,655  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:20:21,655  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:20:21,655  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:20:21,656  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '430049141.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:20:21,656  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '430049141.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:20:21,656  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:20:21,656  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@23d2290c
2024-03-22 09:20:21,657  INFO main o.e.h.r.e.r.RemoteTenantAwareEventTest:56 - Started RemoteTenantAwareEventTest in 2.325 seconds (process running for 337.029)
2024-03-22 09:20:21,699  INFO pool-59-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:20:21,844  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.event.remote.RemoteTenantAwareEventTest.testCancelTargetAssignmentEvent()]...
2024-03-22 09:20:22,068  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.event.remote.RemoteTenantAwareEventTest.testCancelTargetAssignmentEvent()] succeeded.
2024-03-22 09:20:22,134  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.event.remote.RemoteTenantAwareEventTest.reloadDownloadProgessByRemoteEvent()]...
2024-03-22 09:20:22,142  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.event.remote.RemoteTenantAwareEventTest.reloadDownloadProgessByRemoteEvent()] succeeded.
2024-03-22 09:20:22,182  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.event.remote.RemoteTenantAwareEventTest.testMultiActionAssignEvent()]...
2024-03-22 09:20:22,242  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.event.remote.RemoteTenantAwareEventTest.testMultiActionAssignEvent()] succeeded.
2024-03-22 09:20:22,273  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.event.remote.RemoteTenantAwareEventTest.testTargetAssignDistributionSetEvent()]...
2024-03-22 09:20:22,326  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.event.remote.RemoteTenantAwareEventTest.testTargetAssignDistributionSetEvent()] succeeded.
2024-03-22 09:20:22,358  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.repository.event.remote.RemoteTenantAwareEventTest.testMultiActionCancelEvent()]...
2024-03-22 09:20:22,379  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.repository.event.remote.RemoteTenantAwareEventTest.testMultiActionCancelEvent()] succeeded.
2024-03-22 09:20:22,382  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@23d2290c
2024-03-22 09:20:22,390  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.430049141.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:20:22,391  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:20:22,391  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:20:22,391  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:20:22,417  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:20:22,418  INFO main c.z.h.HikariDataSource:350 - HikariPool-56 - Shutdown initiated...
2024-03-22 09:20:22,418  INFO main c.z.h.HikariDataSource:352 - HikariPool-56 - Shutdown completed.
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.092 s -- in org.eclipse.hawkbit.repository.event.remote.RemoteTenantAwareEventTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 632, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ hawkbit-repository-jpa ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/target/hawkbit-repository-jpa-0.5.0.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-repository-jpa >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-repository-jpa ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- eclipselink:3.0.0:modelgen (modelgen) @ hawkbit-repository-jpa ---
[INFO] JPA modelgen: Found 175 source files for potential processing
[INFO] JPA modelgen: Output directory: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/target/generated-sources/apt
[INFO] 
[INFO] --- build-helper:3.4.0:add-source (add-source) @ hawkbit-repository-jpa ---
[INFO] Source directory: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/target/generated-sources/apt added.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-repository-jpa <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-repository-jpa ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/target/hawkbit-repository-jpa-0.5.0-sources.jar
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-repository-jpa ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-repository-jpa ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-repository-jpa ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-repository-jpa ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-repository-jpa/0.5.0/hawkbit-repository-jpa-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/target/hawkbit-repository-jpa-0.5.0.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-repository-jpa/0.5.0/hawkbit-repository-jpa-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/target/hawkbit-repository-jpa-0.5.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-repository-jpa/0.5.0/hawkbit-repository-jpa-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/target/hawkbit-repository-jpa-0.5.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-repository-jpa/0.5.0/hawkbit-repository-jpa-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/target/hawkbit-repository-jpa-0.5.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-repository-jpa/0.5.0/hawkbit-repository-jpa-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/target/hawkbit-repository-jpa-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-repository-jpa/0.5.0/hawkbit-repository-jpa-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/target/hawkbit-repository-jpa-0.5.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-repository-jpa/0.5.0/hawkbit-repository-jpa-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/target/hawkbit-repository-jpa-0.5.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-repository-jpa/0.5.0/hawkbit-repository-jpa-0.5.0-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-repository-jpa ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/target/hawkbit-repository-jpa-0.5.0.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-repository-jpa/0.5.0/hawkbit-repository-jpa-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-repository-jpa/0.5.0/hawkbit-repository-jpa-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/target/hawkbit-repository-jpa-0.5.0-javadoc.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-repository-jpa/0.5.0/hawkbit-repository-jpa-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/target/hawkbit-repository-jpa-0.5.0-sources.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-repository-jpa/0.5.0/hawkbit-repository-jpa-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/target/hawkbit-repository-jpa-0.5.0.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-repository-jpa/0.5.0/hawkbit-repository-jpa-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/target/hawkbit-repository-jpa-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-repository-jpa/0.5.0/hawkbit-repository-jpa-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/target/hawkbit-repository-jpa-0.5.0-javadoc.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-repository-jpa/0.5.0/hawkbit-repository-jpa-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/target/hawkbit-repository-jpa-0.5.0-sources.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-repository-jpa/0.5.0/hawkbit-repository-jpa-0.5.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ----------< org.eclipse.hawkbit:hawkbit-security-integration >----------
[INFO] Building hawkBit :: Security Integration 0.5.0                   [10/38]
[INFO]   from hawkbit-security-integration/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-security-integration ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-security-integration ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-security-integration ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-security-integration ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-integration/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-integration/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-security-integration ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-security-integration:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-security-integration ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 11 source files with javac [debug deprecation release 17] to target/classes
[WARNING] No processor claimed any of these annotations: /com.fasterxml.jackson.annotation.JsonCreator,/com.fasterxml.jackson.annotation.JsonInclude,/com.fasterxml.jackson.annotation.JsonIgnoreProperties,/com.fasterxml.jackson.annotation.JsonProperty
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-security-integration ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-security-integration ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-integration/target/hawkbit-security-integration-0.5.0-javadoc.jar
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-security-integration ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-security-integration ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-integration/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-integration/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-security-integration ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-security-integration:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-security-integration ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 11 source files with javac [debug deprecation release 17] to target/classes
[WARNING] No processor claimed any of these annotations: /com.fasterxml.jackson.annotation.JsonCreator,/com.fasterxml.jackson.annotation.JsonInclude,/com.fasterxml.jackson.annotation.JsonIgnoreProperties,/com.fasterxml.jackson.annotation.JsonProperty
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ hawkbit-security-integration ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-integration/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hawkbit-security-integration ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] No processor claimed any of these annotations: /io.qameta.allure.Description,/org.junit.jupiter.api.extension.ExtendWith,/org.junit.jupiter.api.Test,/org.junit.jupiter.api.BeforeEach,/io.qameta.allure.Story,/org.mockito.Mock,/io.qameta.allure.Feature
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-integration/src/test/java/org/eclipse/hawkbit/security/ControllerPreAuthenticatedSecurityHeaderFilterTest.java:[119,48] unchecked cast
  required: java.util.Collection<org.eclipse.hawkbit.security.HeaderAuthentication>
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-integration/src/test/java/org/eclipse/hawkbit/security/ControllerPreAuthenticatedSecurityHeaderFilterTest.java:[121,48] unchecked cast
  required: java.util.Collection<org.eclipse.hawkbit.security.HeaderAuthentication>
  found:    java.lang.Object
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-security-integration ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-integration/target/jacoco.exec
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ hawkbit-security-integration ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hawkbit.security.ControllerPreAuthenticatedSecurityHeaderFilterTest
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.350 s -- in org.eclipse.hawkbit.security.ControllerPreAuthenticatedSecurityHeaderFilterTest
[INFO] Running org.eclipse.hawkbit.security.ControllerPreAuthenticatedAnonymousDownloadTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.eclipse.hawkbit.security.ControllerPreAuthenticatedAnonymousDownloadTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ hawkbit-security-integration ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-integration/target/hawkbit-security-integration-0.5.0.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-security-integration >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-security-integration ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-security-integration <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-security-integration ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-integration/target/hawkbit-security-integration-0.5.0-sources.jar
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-security-integration ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-integration/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-security-integration ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-security-integration ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-security-integration ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-integration/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-security-integration/0.5.0/hawkbit-security-integration-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-integration/target/hawkbit-security-integration-0.5.0.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-security-integration/0.5.0/hawkbit-security-integration-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-integration/target/hawkbit-security-integration-0.5.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-security-integration/0.5.0/hawkbit-security-integration-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-integration/target/hawkbit-security-integration-0.5.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-security-integration/0.5.0/hawkbit-security-integration-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-integration/target/hawkbit-security-integration-0.5.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-security-integration/0.5.0/hawkbit-security-integration-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-integration/target/hawkbit-security-integration-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-security-integration/0.5.0/hawkbit-security-integration-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-integration/target/hawkbit-security-integration-0.5.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-security-integration/0.5.0/hawkbit-security-integration-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-integration/target/hawkbit-security-integration-0.5.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-security-integration/0.5.0/hawkbit-security-integration-0.5.0-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-security-integration ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-integration/target/hawkbit-security-integration-0.5.0.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-security-integration/0.5.0/hawkbit-security-integration-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-integration/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-security-integration/0.5.0/hawkbit-security-integration-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-integration/target/hawkbit-security-integration-0.5.0-javadoc.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-security-integration/0.5.0/hawkbit-security-integration-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-integration/target/hawkbit-security-integration-0.5.0-sources.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-security-integration/0.5.0/hawkbit-security-integration-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-integration/target/hawkbit-security-integration-0.5.0.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-security-integration/0.5.0/hawkbit-security-integration-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-integration/target/hawkbit-security-integration-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-security-integration/0.5.0/hawkbit-security-integration-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-integration/target/hawkbit-security-integration-0.5.0-javadoc.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-security-integration/0.5.0/hawkbit-security-integration-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-integration/target/hawkbit-security-integration-0.5.0-sources.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-security-integration/0.5.0/hawkbit-security-integration-0.5.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------< org.eclipse.hawkbit:hawkbit-http-security >--------------
[INFO] Building hawkBit :: HTTP Security 0.5.0                          [11/38]
[INFO]   from hawkbit-http-security/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-http-security ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-http-security ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-http-security ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-http-security ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-http-security/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-http-security/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-http-security ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-http-security:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-http-security ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [debug deprecation release 17] to target/classes
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-http-security ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-http-security ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-http-security/target/hawkbit-http-security-0.5.0-javadoc.jar
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-http-security ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-http-security ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-http-security/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-http-security/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-http-security ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-http-security:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-http-security ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [debug deprecation release 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ hawkbit-http-security ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-http-security/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hawkbit-http-security ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[WARNING] No processor claimed any of these annotations: /org.mockito.Mock,/io.qameta.allure.Description,/org.junit.jupiter.api.extension.ExtendWith,/org.junit.jupiter.api.Test,/io.qameta.allure.Feature,/io.qameta.allure.Story
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-http-security ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-http-security/target/jacoco.exec
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ hawkbit-http-security ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hawkbit.security.PreAuthTokenSourceTrustAuthenticationProviderTest
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.368 s -- in org.eclipse.hawkbit.security.PreAuthTokenSourceTrustAuthenticationProviderTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ hawkbit-http-security ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-http-security/target/hawkbit-http-security-0.5.0.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-http-security >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-http-security ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-http-security <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-http-security ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-http-security/target/hawkbit-http-security-0.5.0-sources.jar
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-http-security ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-http-security/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-http-security ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-http-security ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-http-security ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-http-security/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-http-security/0.5.0/hawkbit-http-security-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-http-security/target/hawkbit-http-security-0.5.0.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-http-security/0.5.0/hawkbit-http-security-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-http-security/target/hawkbit-http-security-0.5.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-http-security/0.5.0/hawkbit-http-security-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-http-security/target/hawkbit-http-security-0.5.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-http-security/0.5.0/hawkbit-http-security-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-http-security/target/hawkbit-http-security-0.5.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-http-security/0.5.0/hawkbit-http-security-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-http-security/target/hawkbit-http-security-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-http-security/0.5.0/hawkbit-http-security-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-http-security/target/hawkbit-http-security-0.5.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-http-security/0.5.0/hawkbit-http-security-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-http-security/target/hawkbit-http-security-0.5.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-http-security/0.5.0/hawkbit-http-security-0.5.0-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-http-security ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-http-security/target/hawkbit-http-security-0.5.0.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-http-security/0.5.0/hawkbit-http-security-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-http-security/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-http-security/0.5.0/hawkbit-http-security-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-http-security/target/hawkbit-http-security-0.5.0-javadoc.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-http-security/0.5.0/hawkbit-http-security-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-http-security/target/hawkbit-http-security-0.5.0-sources.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-http-security/0.5.0/hawkbit-http-security-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-http-security/target/hawkbit-http-security-0.5.0.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-http-security/0.5.0/hawkbit-http-security-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-http-security/target/hawkbit-http-security-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-http-security/0.5.0/hawkbit-http-security-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-http-security/target/hawkbit-http-security-0.5.0-javadoc.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-http-security/0.5.0/hawkbit-http-security-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-http-security/target/hawkbit-http-security-0.5.0-sources.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-http-security/0.5.0/hawkbit-http-security-0.5.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ---------------< org.eclipse.hawkbit:hawkbit-dmf-parent >---------------
[INFO] Building hawkBit :: DMF 0.5.0                                    [12/38]
[INFO]   from hawkbit-dmf/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-dmf-parent ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-dmf-parent ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-dmf-parent ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-dmf-parent ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-dmf-parent:pom:0.5.0...
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-dmf-parent ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-dmf-parent ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-dmf-parent ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-dmf-parent ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-dmf-parent:pom:0.5.0...
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-dmf-parent ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/target/jacoco.exec
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-dmf-parent >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-dmf-parent ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-dmf-parent <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-dmf-parent ---
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-dmf-parent ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-dmf-parent ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-dmf-parent ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-dmf-parent ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-dmf-parent/0.5.0/hawkbit-dmf-parent-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/target/hawkbit-dmf-parent-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-dmf-parent/0.5.0/hawkbit-dmf-parent-0.5.0.pom.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-dmf-parent ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-dmf-parent/0.5.0/hawkbit-dmf-parent-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/target/hawkbit-dmf-parent-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-dmf-parent/0.5.0/hawkbit-dmf-parent-0.5.0.pom.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ----------------< org.eclipse.hawkbit:hawkbit-dmf-api >-----------------
[INFO] Building hawkBit :: DMF :: API 0.5.0                             [13/38]
[INFO]   from hawkbit-dmf/hawkbit-dmf-api/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-dmf-api ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-dmf-api ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-dmf-api ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-dmf-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-api/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-api/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-dmf-api ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-dmf-api:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-dmf-api ---
[INFO] Changes detected - recompiling the module! :source
[INFO] Compiling 21 source files with javac [debug deprecation release 17] to target/classes
[WARNING] No processor claimed any of these annotations: /com.fasterxml.jackson.annotation.JsonCreator,/com.fasterxml.jackson.annotation.JsonSubTypes,/com.fasterxml.jackson.annotation.JsonValue,/com.fasterxml.jackson.annotation.JsonInclude,/com.fasterxml.jackson.annotation.JsonProperty,/com.fasterxml.jackson.annotation.JsonIgnore,/com.fasterxml.jackson.annotation.JsonIgnoreProperties,/com.fasterxml.jackson.annotation.JsonTypeInfo
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-dmf-api ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-dmf-api ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-api/target/hawkbit-dmf-api-0.5.0-javadoc.jar
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-dmf-api ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-dmf-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-api/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-api/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-dmf-api ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-dmf-api:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-dmf-api ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ hawkbit-dmf-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-api/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hawkbit-dmf-api ---
[INFO] No sources to compile
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-dmf-api ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-api/target/jacoco.exec
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ hawkbit-dmf-api ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ hawkbit-dmf-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-api/target/hawkbit-dmf-api-0.5.0.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-dmf-api >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-dmf-api ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-dmf-api <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-dmf-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-api/target/hawkbit-dmf-api-0.5.0-sources.jar
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-dmf-api ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-api/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-dmf-api ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-dmf-api ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-dmf-api ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-api/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-dmf-api/0.5.0/hawkbit-dmf-api-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-api/target/hawkbit-dmf-api-0.5.0.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-dmf-api/0.5.0/hawkbit-dmf-api-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-api/target/hawkbit-dmf-api-0.5.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-dmf-api/0.5.0/hawkbit-dmf-api-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-api/target/hawkbit-dmf-api-0.5.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-dmf-api/0.5.0/hawkbit-dmf-api-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-api/target/hawkbit-dmf-api-0.5.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-dmf-api/0.5.0/hawkbit-dmf-api-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-api/target/hawkbit-dmf-api-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-dmf-api/0.5.0/hawkbit-dmf-api-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-api/target/hawkbit-dmf-api-0.5.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-dmf-api/0.5.0/hawkbit-dmf-api-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-api/target/hawkbit-dmf-api-0.5.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-dmf-api/0.5.0/hawkbit-dmf-api-0.5.0-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-dmf-api ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-api/target/hawkbit-dmf-api-0.5.0.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-dmf-api/0.5.0/hawkbit-dmf-api-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-api/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-dmf-api/0.5.0/hawkbit-dmf-api-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-api/target/hawkbit-dmf-api-0.5.0-javadoc.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-dmf-api/0.5.0/hawkbit-dmf-api-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-api/target/hawkbit-dmf-api-0.5.0-sources.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-dmf-api/0.5.0/hawkbit-dmf-api-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-api/target/hawkbit-dmf-api-0.5.0.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-dmf-api/0.5.0/hawkbit-dmf-api-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-api/target/hawkbit-dmf-api-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-dmf-api/0.5.0/hawkbit-dmf-api-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-api/target/hawkbit-dmf-api-0.5.0-javadoc.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-dmf-api/0.5.0/hawkbit-dmf-api-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-api/target/hawkbit-dmf-api-0.5.0-sources.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-dmf-api/0.5.0/hawkbit-dmf-api-0.5.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -----------< org.eclipse.hawkbit:hawkbit-dmf-rabbitmq-test >------------
[INFO] Building hawkBit :: DMF :: RabbitMq Test module 0.5.0            [14/38]
[INFO]   from hawkbit-dmf/hawkbit-dmf-rabbitmq-test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-dmf-rabbitmq-test ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-dmf-rabbitmq-test ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-dmf-rabbitmq-test ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-dmf-rabbitmq-test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-rabbitmq-test/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-rabbitmq-test/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-dmf-rabbitmq-test ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-dmf-rabbitmq-test:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-dmf-rabbitmq-test ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug deprecation release 17] to target/classes
[WARNING] No processor claimed any of these annotations: /org.springframework.context.annotation.Bean,/org.springframework.context.annotation.Primary,/org.junit.jupiter.api.extension.ExtendWith,/org.springframework.context.annotation.Import,/org.springframework.test.context.TestPropertySource,/org.springframework.amqp.rabbit.junit.RabbitAvailable,/org.springframework.test.context.TestExecutionListeners,/org.eclipse.hawkbit.repository.test.util.WithUser,/org.springframework.test.annotation.DirtiesContext,/jakarta.annotation.PreDestroy,/org.springframework.boot.test.context.SpringBootTest,/org.springframework.test.context.ContextConfiguration,/org.junit.jupiter.api.BeforeEach,/org.springframework.test.context.ActiveProfiles,/org.springframework.context.annotation.Configuration,/org.springframework.beans.factory.annotation.Autowired
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-dmf-rabbitmq-test ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-dmf-rabbitmq-test ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-rabbitmq-test/target/hawkbit-dmf-rabbitmq-test-0.5.0-javadoc.jar
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-dmf-rabbitmq-test ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-dmf-rabbitmq-test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-rabbitmq-test/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-rabbitmq-test/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-dmf-rabbitmq-test ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-dmf-rabbitmq-test:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-dmf-rabbitmq-test ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug deprecation release 17] to target/classes
[WARNING] No processor claimed any of these annotations: /org.springframework.context.annotation.Bean,/org.springframework.context.annotation.Primary,/org.junit.jupiter.api.extension.ExtendWith,/org.springframework.context.annotation.Import,/org.springframework.test.context.TestPropertySource,/org.springframework.amqp.rabbit.junit.RabbitAvailable,/org.springframework.test.context.TestExecutionListeners,/org.eclipse.hawkbit.repository.test.util.WithUser,/org.springframework.test.annotation.DirtiesContext,/jakarta.annotation.PreDestroy,/org.springframework.boot.test.context.SpringBootTest,/org.springframework.test.context.ContextConfiguration,/org.junit.jupiter.api.BeforeEach,/org.springframework.test.context.ActiveProfiles,/org.springframework.context.annotation.Configuration,/org.springframework.beans.factory.annotation.Autowired
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ hawkbit-dmf-rabbitmq-test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-rabbitmq-test/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hawkbit-dmf-rabbitmq-test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-dmf-rabbitmq-test ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-rabbitmq-test/target/jacoco.exec
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ hawkbit-dmf-rabbitmq-test ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ hawkbit-dmf-rabbitmq-test ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-rabbitmq-test/target/hawkbit-dmf-rabbitmq-test-0.5.0.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-dmf-rabbitmq-test >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-dmf-rabbitmq-test ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-dmf-rabbitmq-test <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-dmf-rabbitmq-test ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-rabbitmq-test/target/hawkbit-dmf-rabbitmq-test-0.5.0-sources.jar
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-dmf-rabbitmq-test ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-rabbitmq-test/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-dmf-rabbitmq-test ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-dmf-rabbitmq-test ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-dmf-rabbitmq-test ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-rabbitmq-test/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-dmf-rabbitmq-test/0.5.0/hawkbit-dmf-rabbitmq-test-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-rabbitmq-test/target/hawkbit-dmf-rabbitmq-test-0.5.0.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-dmf-rabbitmq-test/0.5.0/hawkbit-dmf-rabbitmq-test-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-rabbitmq-test/target/hawkbit-dmf-rabbitmq-test-0.5.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-dmf-rabbitmq-test/0.5.0/hawkbit-dmf-rabbitmq-test-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-rabbitmq-test/target/hawkbit-dmf-rabbitmq-test-0.5.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-dmf-rabbitmq-test/0.5.0/hawkbit-dmf-rabbitmq-test-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-rabbitmq-test/target/hawkbit-dmf-rabbitmq-test-0.5.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-dmf-rabbitmq-test/0.5.0/hawkbit-dmf-rabbitmq-test-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-rabbitmq-test/target/hawkbit-dmf-rabbitmq-test-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-dmf-rabbitmq-test/0.5.0/hawkbit-dmf-rabbitmq-test-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-rabbitmq-test/target/hawkbit-dmf-rabbitmq-test-0.5.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-dmf-rabbitmq-test/0.5.0/hawkbit-dmf-rabbitmq-test-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-rabbitmq-test/target/hawkbit-dmf-rabbitmq-test-0.5.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-dmf-rabbitmq-test/0.5.0/hawkbit-dmf-rabbitmq-test-0.5.0-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-dmf-rabbitmq-test ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-rabbitmq-test/target/hawkbit-dmf-rabbitmq-test-0.5.0.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-dmf-rabbitmq-test/0.5.0/hawkbit-dmf-rabbitmq-test-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-rabbitmq-test/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-dmf-rabbitmq-test/0.5.0/hawkbit-dmf-rabbitmq-test-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-rabbitmq-test/target/hawkbit-dmf-rabbitmq-test-0.5.0-javadoc.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-dmf-rabbitmq-test/0.5.0/hawkbit-dmf-rabbitmq-test-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-rabbitmq-test/target/hawkbit-dmf-rabbitmq-test-0.5.0-sources.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-dmf-rabbitmq-test/0.5.0/hawkbit-dmf-rabbitmq-test-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-rabbitmq-test/target/hawkbit-dmf-rabbitmq-test-0.5.0.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-dmf-rabbitmq-test/0.5.0/hawkbit-dmf-rabbitmq-test-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-rabbitmq-test/target/hawkbit-dmf-rabbitmq-test-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-dmf-rabbitmq-test/0.5.0/hawkbit-dmf-rabbitmq-test-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-rabbitmq-test/target/hawkbit-dmf-rabbitmq-test-0.5.0-javadoc.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-dmf-rabbitmq-test/0.5.0/hawkbit-dmf-rabbitmq-test-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-rabbitmq-test/target/hawkbit-dmf-rabbitmq-test-0.5.0-sources.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-dmf-rabbitmq-test/0.5.0/hawkbit-dmf-rabbitmq-test-0.5.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ----------------< org.eclipse.hawkbit:hawkbit-dmf-amqp >----------------
[INFO] Building hawkBit :: DMF :: AMQP 0.9 Implementation 0.5.0         [15/38]
[INFO]   from hawkbit-dmf/hawkbit-dmf-amqp/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-dmf-amqp ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-dmf-amqp ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-dmf-amqp ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-dmf-amqp ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-dmf-amqp ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-dmf-amqp:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-dmf-amqp ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 21 source files with javac [debug deprecation release 17] to target/classes
[WARNING] No processor claimed any of these annotations: /org.springframework.context.annotation.Bean,/org.springframework.context.annotation.Import,/org.springframework.messaging.handler.annotation.Header,/org.springframework.context.annotation.ComponentScan,/org.springframework.boot.autoconfigure.condition.ConditionalOnProperty,/jakarta.validation.constraints.NotNull,/org.springframework.boot.context.properties.ConfigurationProperties,/org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean,/org.springframework.context.event.EventListener,/org.springframework.boot.context.properties.EnableConfigurationProperties,/org.springframework.context.annotation.PropertySource,/org.springframework.context.annotation.Configuration,/jakarta.annotation.PostConstruct,/org.springframework.beans.factory.annotation.Autowired,/org.springframework.amqp.rabbit.annotation.RabbitListener
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-amqp/src/main/java/org/eclipse/hawkbit/amqp/AmqpMessageHandlerService.java:[155,24] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-amqp/src/main/java/org/eclipse/hawkbit/amqp/AmqpMessageHandlerService.java:[155,53] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-amqp/src/main/java/org/eclipse/hawkbit/amqp/AmqpMessageHandlerService.java:[222,24] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-dmf-amqp ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-dmf-amqp ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-amqp/target/hawkbit-dmf-amqp-0.5.0-javadoc.jar
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-dmf-amqp ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-dmf-amqp ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-dmf-amqp ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-dmf-amqp:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-dmf-amqp ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 21 source files with javac [debug deprecation release 17] to target/classes
[WARNING] No processor claimed any of these annotations: /org.springframework.context.annotation.Bean,/org.springframework.context.annotation.Import,/org.springframework.messaging.handler.annotation.Header,/org.springframework.context.annotation.ComponentScan,/org.springframework.boot.autoconfigure.condition.ConditionalOnProperty,/jakarta.validation.constraints.NotNull,/org.springframework.boot.context.properties.ConfigurationProperties,/org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean,/org.springframework.context.event.EventListener,/org.springframework.boot.context.properties.EnableConfigurationProperties,/org.springframework.context.annotation.PropertySource,/org.springframework.context.annotation.Configuration,/jakarta.annotation.PostConstruct,/org.springframework.beans.factory.annotation.Autowired,/org.springframework.amqp.rabbit.annotation.RabbitListener
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-amqp/src/main/java/org/eclipse/hawkbit/amqp/AmqpMessageHandlerService.java:[155,24] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-amqp/src/main/java/org/eclipse/hawkbit/amqp/AmqpMessageHandlerService.java:[155,53] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-amqp/src/main/java/org/eclipse/hawkbit/amqp/AmqpMessageHandlerService.java:[222,24] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ hawkbit-dmf-amqp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-amqp/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hawkbit-dmf-amqp ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 13 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] No processor claimed any of these annotations: /org.junit.jupiter.api.extension.ExtendWith,/io.qameta.allure.Story,/org.springframework.test.context.TestPropertySource,/org.mockito.Mock,/io.qameta.allure.Description,/org.eclipse.hawkbit.repository.test.matcher.ExpectEvents,/org.junit.jupiter.api.BeforeEach,/io.qameta.allure.Feature,/org.springframework.context.annotation.Bean,/org.junit.jupiter.params.provider.ValueSource,/org.junit.jupiter.api.Test,/org.mockito.Captor,/org.springframework.context.annotation.Import,/org.springframework.test.context.TestExecutionListeners,/org.eclipse.hawkbit.repository.test.util.WithUser,/org.springframework.test.annotation.DirtiesContext,/org.junit.jupiter.params.provider.NullSource,/org.springframework.boot.test.context.SpringBootTest,/org.junit.jupiter.params.provider.EnumSource,/org.springframework.test.context.ContextConfiguration,/org.springframework.amqp.rabbit.test.RabbitListenerTest,/org.springframework.test.context.ActiveProfiles,/org.springframework.context.annotation.Configuration,/org.springframework.beans.factory.annotation.Autowired,/org.springframework.amqp.rabbit.annotation.RabbitListener,/org.junit.jupiter.params.ParameterizedTest,/io.qameta.allure.Step
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-amqp/src/test/java/org/eclipse/hawkbit/amqp/BaseAmqpServiceTest.java:[62,48] isEqualToComparingFieldByField(java.lang.Object) in org.assertj.core.api.AbstractObjectAssert has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-amqp/src/test/java/org/eclipse/hawkbit/integration/AmqpAuthenticationMessageHandlerIntegrationTest.java:[433,25] isEmpty(java.lang.Object) in org.springframework.util.StringUtils has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-amqp/src/test/java/org/eclipse/hawkbit/amqp/AmqpMessageHandlerServiceTest.java:[653,85] unchecked method invocation: method sendUpdateMessageToTarget in class org.eclipse.hawkbit.amqp.AmqpMessageDispatcherService is applied to given types
  required: org.eclipse.hawkbit.repository.model.ActionProperties,org.eclipse.hawkbit.repository.model.Target,java.util.Map<org.eclipse.hawkbit.repository.model.SoftwareModule,java.util.List<org.eclipse.hawkbit.repository.model.SoftwareModuleMetadata>>
  found:    org.eclipse.hawkbit.repository.model.ActionProperties,org.eclipse.hawkbit.repository.model.Target,java.util.Map
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-amqp/src/test/java/org/eclipse/hawkbit/amqp/AmqpMessageHandlerServiceTest.java:[654,44] unchecked conversion
  required: java.util.Map<org.eclipse.hawkbit.repository.model.SoftwareModule,java.util.List<org.eclipse.hawkbit.repository.model.SoftwareModuleMetadata>>
  found:    java.util.Map
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-dmf-amqp ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-amqp/target/jacoco.exec
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ hawkbit-dmf-amqp ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hawkbit.integration.AmqpAuthenticationMessageHandlerIntegrationTest
[WARNING] Tests run: 21, Failures: 0, Errors: 0, Skipped: 21, Time elapsed: 0.005 s -- in org.eclipse.hawkbit.integration.AmqpAuthenticationMessageHandlerIntegrationTest
[INFO] Running org.eclipse.hawkbit.integration.AmqpMessageHandlerServiceIntegrationTest
[WARNING] Tests run: 48, Failures: 0, Errors: 0, Skipped: 48, Time elapsed: 0.006 s -- in org.eclipse.hawkbit.integration.AmqpMessageHandlerServiceIntegrationTest
[INFO] Running org.eclipse.hawkbit.integration.AmqpMessageDispatcherServiceIntegrationTest
[WARNING] Tests run: 20, Failures: 0, Errors: 0, Skipped: 20, Time elapsed: 0.002 s -- in org.eclipse.hawkbit.integration.AmqpMessageDispatcherServiceIntegrationTest
[INFO] Running org.eclipse.hawkbit.amqp.BaseAmqpServiceTest
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.897 s -- in org.eclipse.hawkbit.amqp.BaseAmqpServiceTest
[INFO] Running org.eclipse.hawkbit.amqp.DelegatingAmqpErrorHandlerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.hawkbit.amqp.DelegatingAmqpErrorHandlerTest
[INFO] Running org.eclipse.hawkbit.amqp.AmqpControllerAuthenticationTest
09:21:13.892 [main] ERROR org.eclipse.hawkbit.amqp.AmqpAuthenticationMessageHandler -- Login failed
org.springframework.security.authentication.BadCredentialsException: The provided principal and credentials are not match
	at org.eclipse.hawkbit.security.PreAuthTokenSourceTrustAuthenticationProvider.authenticate(PreAuthTokenSourceTrustAuthenticationProvider.java:104)
	at org.eclipse.hawkbit.amqp.AmqpControllerAuthentication.doAuthenticate(AmqpControllerAuthentication.java:132)
	at org.eclipse.hawkbit.amqp.AmqpAuthenticationMessageHandler.handleAuthenticationMessage(AmqpAuthenticationMessageHandler.java:203)
	at org.eclipse.hawkbit.amqp.AmqpAuthenticationMessageHandler.onAuthenticationRequest(AmqpAuthenticationMessageHandler.java:107)
	at org.eclipse.hawkbit.amqp.AmqpControllerAuthenticationTest.testAuthenticationMessageBadCredentialsWithWrongCredential(AmqpControllerAuthenticationTest.java:281)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)
	at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
09:21:13.962 [main] INFO org.eclipse.hawkbit.amqp.AmqpAuthenticationMessageHandler -- download security check for target 123 and artifact 12345 granted
09:21:14.145 [main] INFO org.eclipse.hawkbit.amqp.AmqpAuthenticationMessageHandler -- download security check for target 123 and artifact 12345 granted
09:21:14.182 [main] ERROR org.eclipse.hawkbit.amqp.AmqpAuthenticationMessageHandler -- Login failed
org.springframework.security.authentication.BadCredentialsException: The provided principal and credentials are not match
	at org.eclipse.hawkbit.security.PreAuthTokenSourceTrustAuthenticationProvider.authenticate(PreAuthTokenSourceTrustAuthenticationProvider.java:92)
	at org.eclipse.hawkbit.amqp.AmqpControllerAuthentication.doAuthenticate(AmqpControllerAuthentication.java:132)
	at org.eclipse.hawkbit.amqp.AmqpAuthenticationMessageHandler.handleAuthenticationMessage(AmqpAuthenticationMessageHandler.java:203)
	at org.eclipse.hawkbit.amqp.AmqpAuthenticationMessageHandler.onAuthenticationRequest(AmqpAuthenticationMessageHandler.java:107)
	at org.eclipse.hawkbit.amqp.AmqpControllerAuthenticationTest.testAuthenticationMessageBadCredentialsWithoutPrincipal(AmqpControllerAuthenticationTest.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)
	at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
09:21:14.252 [main] INFO org.eclipse.hawkbit.amqp.AmqpAuthenticationMessageHandler -- download security check for target 123 and artifact 12345 granted
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.723 s -- in org.eclipse.hawkbit.amqp.AmqpControllerAuthenticationTest
[INFO] Running org.eclipse.hawkbit.amqp.AmqpMessageDispatcherServiceTest
09:21:14.278 [main] INFO org.eclipse.hawkbit.repository.test.util.SharedSqlTestDatabaseExtension -- Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:21:15,643  INFO main o.e.h.a.AmqpMessageDispatcherServiceTest:50 - Starting AmqpMessageDispatcherServiceTest using Java 17.0.9 with PID 2650 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-amqp)
2024-03-22 09:21:15,646  INFO main o.e.h.a.AmqpMessageDispatcherServiceTest:660 - The following 1 profile is active: "test"
2024-03-22 09:21:17,025  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:21:17,324  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 285 ms. Found 20 JPA repository interfaces.
2024-03-22 09:21:18,200  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:21:18,221  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:21:18,587  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=b3813e47-3020-3977-8e8e-eeb0ecc180d4
2024-03-22 09:21:18,771  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:21:18,780  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:21:18,783  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:21:18,784  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1270/0x00007effa87d95b8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:21:18,785  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:21:18,796  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:21:18,830  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:21:18,834  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:21:18,836  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:21:18,858  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:21:18,860  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:21:18,863  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:21:18,905  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:21:18,923  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:21:18,928  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:21:19,680  INFO main c.z.h.HikariDataSource:110 - HikariPool-1 - Starting...
2024-03-22 09:21:20,363  INFO main c.z.h.p.HikariPool:565 - HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:21:20,366  INFO main c.z.h.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-03-22 09:21:20,523  INFO main o.f.c.i.l.VersionPrinter:37 - Flyway Community Edition 9.22.3 by Redgate
2024-03-22 09:21:20,524  INFO main o.f.c.i.l.VersionPrinter:37 - See release notes here: https://rd.gt/416ObMi
2024-03-22 09:21:20,524  INFO main o.f.c.i.l.VersionPrinter:37 - 
2024-03-22 09:21:20,638  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:21:20,646  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:21:20,735  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:21:20,741  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.074s)
2024-03-22 09:21:20,751  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:21:20,792  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:21:20,853  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:21:21,027  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:21:21,045  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:21:21,069  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:21:21,077  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:21:21,115  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:21:21,154  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:21:21,160  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:21:21,233  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:21:21,245  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:21:21,257  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:21:21,265  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:21:21,316  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:21:21,338  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:21:21,355  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:21:21,369  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:21:21,481  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:21:21,562  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:21:21,567  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:21:21,574  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:21:21,616  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:21:21,658  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:21:21,678  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:21:21,684  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:21:21,716  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:21:21,739  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:21:21,745  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:21:21,760  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:21:21,771  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:21:21,777  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:21:21,784  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:21:21,820  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:21:21,826  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:21:21,836  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:21:21,844  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:21:21,861  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:21:21,875  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:21:21,882  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:21:21,917  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:21:21,928  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:21:21,938  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:21:21,944  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:21:21,949  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:21:21,957  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:21:21,969  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:21:21,983  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:21:22,019  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:21:22,028  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:21:22,054  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:21:22,072  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.777s)
2024-03-22 09:21:23,037  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is set to [FIELD].
2024-03-22 09:21:23,076  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.AbstractJpaBaseEntity]. To avoid this warning you should mark the attribute [field createdAt] as transient.
2024-03-22 09:21:23,077  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.AbstractJpaBaseEntity]. To avoid this warning you should mark the attribute [field createdBy] as transient.
2024-03-22 09:21:23,078  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.AbstractJpaBaseEntity]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
2024-03-22 09:21:23,078  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.AbstractJpaBaseEntity]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
2024-03-22 09:21:23,079  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaArtifact] is set to [FIELD].
2024-03-22 09:21:23,085  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the many to one mapping element [field softwareModule] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModule.
2024-03-22 09:21:23,086  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaArtifact]. To avoid this warning you should mark the attribute [field createdAt] as transient.
2024-03-22 09:21:23,087  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaArtifact]. To avoid this warning you should mark the attribute [field createdBy] as transient.
2024-03-22 09:21:23,087  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaArtifact]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
2024-03-22 09:21:23,088  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaArtifact]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
2024-03-22 09:21:23,088  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaAction] is set to [FIELD].
2024-03-22 09:21:23,088  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the many to one mapping element [field rollout] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaRollout.
2024-03-22 09:21:23,089  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the many to one mapping element [field rolloutGroup] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaRolloutGroup.
2024-03-22 09:21:23,090  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the many to one mapping element [field target] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaTarget.
2024-03-22 09:21:23,095  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the many to one mapping element [field distributionSet] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSet.
2024-03-22 09:21:23,121  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaAction]. To avoid this warning you should mark the attribute [field createdAt] as transient.
2024-03-22 09:21:23,121  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaAction]. To avoid this warning you should mark the attribute [field createdBy] as transient.
2024-03-22 09:21:23,122  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaAction]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
2024-03-22 09:21:23,122  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaAction]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
2024-03-22 09:21:23,122  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.RolloutTargetGroup] is set to [FIELD].
2024-03-22 09:21:23,123  INFO main o.e.p.s./.5.0.j.metadata:297 - The element [field rolloutGroup] is being defaulted to a one to one mapping.
2024-03-22 09:21:23,124  INFO main o.e.p.s./.5.0.j.metadata:297 - The element [field target] is being defaulted to a one to one mapping.
2024-03-22 09:21:23,124  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.DistributionSetTypeElement] is set to [FIELD].
2024-03-22 09:21:23,124  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the many to one mapping element [field dsType] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetType.
2024-03-22 09:21:23,125  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the many to one mapping element [field smType] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModuleType.
2024-03-22 09:21:23,126  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaMetaData] is set to [FIELD].
2024-03-22 09:21:23,126  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaTargetMetadata] is set to [FIELD].
2024-03-22 09:21:23,127  INFO main o.e.p.s./.5.0.j.metadata:297 - The element [field target] is being defaulted to a one to one mapping.
2024-03-22 09:21:23,127  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the many to one mapping element [field target] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaTarget.
2024-03-22 09:21:23,128  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaTag] is set to [FIELD].
2024-03-22 09:21:23,128  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaNamedEntity] is set to [FIELD].
2024-03-22 09:21:23,129  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaTargetTag] is set to [FIELD].
2024-03-22 09:21:23,130  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTargetTag]. To avoid this warning you should mark the attribute [field createdAt] as transient.
2024-03-22 09:21:23,131  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTargetTag]. To avoid this warning you should mark the attribute [field createdBy] as transient.
2024-03-22 09:21:23,131  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTargetTag]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
2024-03-22 09:21:23,131  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTargetTag]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
2024-03-22 09:21:23,132  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaRolloutGroup] is set to [FIELD].
2024-03-22 09:21:23,132  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the many to one mapping element [field parent] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaRolloutGroup.
2024-03-22 09:21:23,132  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the many to one mapping element [field rollout] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaRollout.
2024-03-22 09:21:23,136  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaRolloutGroup]. To avoid this warning you should mark the attribute [field createdAt] as transient.
2024-03-22 09:21:23,136  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaRolloutGroup]. To avoid this warning you should mark the attribute [field createdBy] as transient.
2024-03-22 09:21:23,137  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaRolloutGroup]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
2024-03-22 09:21:23,137  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaRolloutGroup]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
2024-03-22 09:21:23,137  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaTarget] is set to [FIELD].
2024-03-22 09:21:23,138  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the one to many mapping element [field rolloutTargetGroup] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.RolloutTargetGroup.
2024-03-22 09:21:23,145  INFO main o.e.p.s./.5.0.j.metadata:297 - The target class (reference) class for the element collection mapping element [field controllerAttributes] is being defaulted to: class java.lang.String.
2024-03-22 09:21:23,146  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the many to one mapping element [field installedDistributionSet] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSet.
2024-03-22 09:21:23,148  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the one to one mapping element [field autoConfirmationStatus] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaAutoConfirmationStatus.
2024-03-22 09:21:23,148  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the many to one mapping element [field assignedDistributionSet] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSet.
2024-03-22 09:21:23,149  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTarget]. To avoid this warning you should mark the attribute [field createdAt] as transient.
2024-03-22 09:21:23,150  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTarget]. To avoid this warning you should mark the attribute [field createdBy] as transient.
2024-03-22 09:21:23,150  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTarget]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
2024-03-22 09:21:23,151  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTarget]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
2024-03-22 09:21:23,151  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaTenantConfiguration] is set to [FIELD].
2024-03-22 09:21:23,152  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTenantConfiguration]. To avoid this warning you should mark the attribute [field createdAt] as transient.
2024-03-22 09:21:23,153  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTenantConfiguration]. To avoid this warning you should mark the attribute [field createdBy] as transient.
2024-03-22 09:21:23,153  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTenantConfiguration]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
2024-03-22 09:21:23,154  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTenantConfiguration]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
2024-03-22 09:21:23,154  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaRollout] is set to [FIELD].
2024-03-22 09:21:23,155  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the many to one mapping element [field distributionSet] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSet.
2024-03-22 09:21:23,157  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaRollout]. To avoid this warning you should mark the attribute [field createdAt] as transient.
2024-03-22 09:21:23,158  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaRollout]. To avoid this warning you should mark the attribute [field createdBy] as transient.
2024-03-22 09:21:23,159  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaRollout]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
2024-03-22 09:21:23,159  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaRollout]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
2024-03-22 09:21:23,159  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModuleMetadata] is set to [FIELD].
2024-03-22 09:21:23,160  INFO main o.e.p.s./.5.0.j.metadata:297 - The element [field softwareModule] is being defaulted to a one to one mapping.
2024-03-22 09:21:23,160  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the many to one mapping element [field softwareModule] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModule.
2024-03-22 09:21:23,161  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaAutoConfirmationStatus] is set to [FIELD].
2024-03-22 09:21:23,161  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the one to one mapping element [field target] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaTarget.
2024-03-22 09:21:23,162  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaAutoConfirmationStatus]. To avoid this warning you should mark the attribute [field createdAt] as transient.
2024-03-22 09:21:23,163  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaAutoConfirmationStatus]. To avoid this warning you should mark the attribute [field createdBy] as transient.
2024-03-22 09:21:23,163  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaAutoConfirmationStatus]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
2024-03-22 09:21:23,163  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaAutoConfirmationStatus]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
2024-03-22 09:21:23,164  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaActionStatus] is set to [FIELD].
2024-03-22 09:21:23,164  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the many to one mapping element [field action] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaAction.
2024-03-22 09:21:23,167  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaActionStatus]. To avoid this warning you should mark the attribute [field createdAt] as transient.
2024-03-22 09:21:23,167  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaActionStatus]. To avoid this warning you should mark the attribute [field createdBy] as transient.
2024-03-22 09:21:23,168  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaActionStatus]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
2024-03-22 09:21:23,168  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaActionStatus]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
2024-03-22 09:21:23,168  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaTenantMetaData] is set to [FIELD].
2024-03-22 09:21:23,169  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the one to one mapping element [field defaultDsType] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetType.
2024-03-22 09:21:23,169  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTenantMetaData]. To avoid this warning you should mark the attribute [field createdAt] as transient.
2024-03-22 09:21:23,170  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTenantMetaData]. To avoid this warning you should mark the attribute [field createdBy] as transient.
2024-03-22 09:21:23,170  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTenantMetaData]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
2024-03-22 09:21:23,171  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTenantMetaData]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
2024-03-22 09:21:23,171  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetMetadata] is set to [FIELD].
2024-03-22 09:21:23,172  INFO main o.e.p.s./.5.0.j.metadata:297 - The element [field distributionSet] is being defaulted to a one to one mapping.
2024-03-22 09:21:23,172  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the many to one mapping element [field distributionSet] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSet.
2024-03-22 09:21:23,172  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTypeEntity] is set to [FIELD].
2024-03-22 09:21:23,173  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetType] is set to [FIELD].
2024-03-22 09:21:23,174  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetType]. To avoid this warning you should mark the attribute [field createdAt] as transient.
2024-03-22 09:21:23,174  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetType]. To avoid this warning you should mark the attribute [field createdBy] as transient.
2024-03-22 09:21:23,175  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetType]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
2024-03-22 09:21:23,175  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetType]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
2024-03-22 09:21:23,175  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaTargetFilterQuery] is set to [FIELD].
2024-03-22 09:21:23,177  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTargetFilterQuery]. To avoid this warning you should mark the attribute [field createdAt] as transient.
2024-03-22 09:21:23,177  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTargetFilterQuery]. To avoid this warning you should mark the attribute [field createdBy] as transient.
2024-03-22 09:21:23,177  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTargetFilterQuery]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
2024-03-22 09:21:23,178  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTargetFilterQuery]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
2024-03-22 09:21:23,178  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModuleType] is set to [FIELD].
2024-03-22 09:21:23,179  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModuleType]. To avoid this warning you should mark the attribute [field createdAt] as transient.
2024-03-22 09:21:23,180  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModuleType]. To avoid this warning you should mark the attribute [field createdBy] as transient.
2024-03-22 09:21:23,180  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModuleType]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
2024-03-22 09:21:23,180  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModuleType]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
2024-03-22 09:21:23,181  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaNamedVersionedEntity] is set to [FIELD].
2024-03-22 09:21:23,181  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModule] is set to [FIELD].
2024-03-22 09:21:23,182  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the many to one mapping element [field type] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModuleType.
2024-03-22 09:21:23,183  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModule]. To avoid this warning you should mark the attribute [field createdAt] as transient.
2024-03-22 09:21:23,183  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModule]. To avoid this warning you should mark the attribute [field createdBy] as transient.
2024-03-22 09:21:23,183  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModule]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
2024-03-22 09:21:23,184  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModule]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
2024-03-22 09:21:23,184  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetTag] is set to [FIELD].
2024-03-22 09:21:23,185  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetTag]. To avoid this warning you should mark the attribute [field createdAt] as transient.
2024-03-22 09:21:23,185  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetTag]. To avoid this warning you should mark the attribute [field createdBy] as transient.
2024-03-22 09:21:23,186  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetTag]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
2024-03-22 09:21:23,186  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetTag]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
2024-03-22 09:21:23,186  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSet] is set to [FIELD].
2024-03-22 09:21:23,188  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSet]. To avoid this warning you should mark the attribute [field createdAt] as transient.
2024-03-22 09:21:23,189  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSet]. To avoid this warning you should mark the attribute [field createdBy] as transient.
2024-03-22 09:21:23,189  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSet]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
2024-03-22 09:21:23,189  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSet]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
2024-03-22 09:21:23,190  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaTargetType] is set to [FIELD].
2024-03-22 09:21:23,191  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTargetType]. To avoid this warning you should mark the attribute [field createdAt] as transient.
2024-03-22 09:21:23,191  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTargetType]. To avoid this warning you should mark the attribute [field createdBy] as transient.
2024-03-22 09:21:23,191  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTargetType]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
2024-03-22 09:21:23,192  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTargetType]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
2024-03-22 09:21:23,215  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.DistributionSetTypeElementCompositeKey] is set to [FIELD].
2024-03-22 09:21:23,223  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaArtifact] is being defaulted to: JpaArtifact.
2024-03-22 09:21:23,241  WARN main o.e.p.s./.5.0.j.metadata:297 - The tenant discriminator context property for the tenant discriminator column [sp_artifact.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
2024-03-22 09:21:23,242  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaAction] is being defaulted to: JpaAction.
2024-03-22 09:21:23,244  WARN main o.e.p.s./.5.0.j.metadata:297 - The tenant discriminator context property for the tenant discriminator column [sp_action.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
2024-03-22 09:21:23,249  INFO main o.e.p.s./.5.0.j.metadata:297 - Ignoring default serialization on element [field actionType] within entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaAction] since EclipseLink convert metadata is specified.
2024-03-22 09:21:23,250  INFO main o.e.p.s./.5.0.j.metadata:297 - Ignoring default serialization on element [field status] within entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaAction] since EclipseLink convert metadata is specified.
2024-03-22 09:21:23,268  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.RolloutTargetGroup] is being defaulted to: RolloutTargetGroup.
2024-03-22 09:21:23,270  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.DistributionSetTypeElement] is being defaulted to: DistributionSetTypeElement.
2024-03-22 09:21:23,272  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaTargetMetadata] is being defaulted to: JpaTargetMetadata.
2024-03-22 09:21:23,273  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaTargetTag] is being defaulted to: JpaTargetTag.
2024-03-22 09:21:23,275  WARN main o.e.p.s./.5.0.j.metadata:297 - The tenant discriminator context property for the tenant discriminator column [sp_target_tag.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
2024-03-22 09:21:23,276  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaRolloutGroup] is being defaulted to: JpaRolloutGroup.
2024-03-22 09:21:23,277  WARN main o.e.p.s./.5.0.j.metadata:297 - The tenant discriminator context property for the tenant discriminator column [sp_rolloutgroup.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
2024-03-22 09:21:23,278  INFO main o.e.p.s./.5.0.j.metadata:297 - Ignoring default serialization on element [field status] within entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaRolloutGroup] since EclipseLink convert metadata is specified.
2024-03-22 09:21:23,278  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaTarget] is being defaulted to: JpaTarget.
2024-03-22 09:21:23,279  WARN main o.e.p.s./.5.0.j.metadata:297 - The tenant discriminator context property for the tenant discriminator column [sp_target.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
2024-03-22 09:21:23,280  INFO main o.e.p.s./.5.0.j.metadata:297 - Ignoring default serialization on element [field updateStatus] within entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaTarget] since EclipseLink convert metadata is specified.
2024-03-22 09:21:23,280  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaTenantConfiguration] is being defaulted to: JpaTenantConfiguration.
2024-03-22 09:21:23,281  WARN main o.e.p.s./.5.0.j.metadata:297 - The tenant discriminator context property for the tenant discriminator column [sp_tenant_configuration.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
2024-03-22 09:21:23,281  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaRollout] is being defaulted to: JpaRollout.
2024-03-22 09:21:23,282  WARN main o.e.p.s./.5.0.j.metadata:297 - The tenant discriminator context property for the tenant discriminator column [sp_rollout.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
2024-03-22 09:21:23,283  INFO main o.e.p.s./.5.0.j.metadata:297 - Ignoring default serialization on element [field actionType] within entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaRollout] since EclipseLink convert metadata is specified.
2024-03-22 09:21:23,284  INFO main o.e.p.s./.5.0.j.metadata:297 - Ignoring default serialization on element [field status] within entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaRollout] since EclipseLink convert metadata is specified.
2024-03-22 09:21:23,284  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModuleMetadata] is being defaulted to: JpaSoftwareModuleMetadata.
2024-03-22 09:21:23,285  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaAutoConfirmationStatus] is being defaulted to: JpaAutoConfirmationStatus.
2024-03-22 09:21:23,286  WARN main o.e.p.s./.5.0.j.metadata:297 - The tenant discriminator context property for the tenant discriminator column [sp_target_conf_status.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
2024-03-22 09:21:23,286  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaActionStatus] is being defaulted to: JpaActionStatus.
2024-03-22 09:21:23,287  WARN main o.e.p.s./.5.0.j.metadata:297 - The tenant discriminator context property for the tenant discriminator column [sp_action_status.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
2024-03-22 09:21:23,288  INFO main o.e.p.s./.5.0.j.metadata:297 - Ignoring default serialization on element [field status] within entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaActionStatus] since EclipseLink convert metadata is specified.
2024-03-22 09:21:23,288  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaTenantMetaData] is being defaulted to: JpaTenantMetaData.
2024-03-22 09:21:23,289  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetMetadata] is being defaulted to: JpaDistributionSetMetadata.
2024-03-22 09:21:23,290  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetType] is being defaulted to: JpaDistributionSetType.
2024-03-22 09:21:23,291  WARN main o.e.p.s./.5.0.j.metadata:297 - The tenant discriminator context property for the tenant discriminator column [sp_distribution_set_type.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
2024-03-22 09:21:23,291  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaTargetFilterQuery] is being defaulted to: JpaTargetFilterQuery.
2024-03-22 09:21:23,292  WARN main o.e.p.s./.5.0.j.metadata:297 - The tenant discriminator context property for the tenant discriminator column [sp_target_filter_query.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
2024-03-22 09:21:23,293  INFO main o.e.p.s./.5.0.j.metadata:297 - Ignoring default serialization on element [field autoAssignActionType] within entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaTargetFilterQuery] since EclipseLink convert metadata is specified.
2024-03-22 09:21:23,293  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModuleType] is being defaulted to: JpaSoftwareModuleType.
2024-03-22 09:21:23,294  WARN main o.e.p.s./.5.0.j.metadata:297 - The tenant discriminator context property for the tenant discriminator column [sp_software_module_type.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
2024-03-22 09:21:23,295  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModule] is being defaulted to: JpaSoftwareModule.
2024-03-22 09:21:23,296  WARN main o.e.p.s./.5.0.j.metadata:297 - The tenant discriminator context property for the tenant discriminator column [sp_base_software_module.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
2024-03-22 09:21:23,296  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetTag] is being defaulted to: JpaDistributionSetTag.
2024-03-22 09:21:23,297  WARN main o.e.p.s./.5.0.j.metadata:297 - The tenant discriminator context property for the tenant discriminator column [sp_distributionset_tag.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
2024-03-22 09:21:23,298  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSet] is being defaulted to: JpaDistributionSet.
2024-03-22 09:21:23,315  WARN main o.e.p.s./.5.0.j.metadata:297 - The tenant discriminator context property for the tenant discriminator column [sp_distribution_set.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
2024-03-22 09:21:23,316  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaTargetType] is being defaulted to: JpaTargetType.
2024-03-22 09:21:23,317  WARN main o.e.p.s./.5.0.j.metadata:297 - The tenant discriminator context property for the tenant discriminator column [sp_target_type.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
2024-03-22 09:21:23,329  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field rolloutGroup] is being defaulted to: id.
2024-03-22 09:21:23,331  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field target] is being defaulted to: id.
2024-03-22 09:21:23,332  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field distributionSet] is being defaulted to: id.
2024-03-22 09:21:23,332  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field smType] is being defaulted to: id.
2024-03-22 09:21:23,333  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field dsType] is being defaulted to: id.
2024-03-22 09:21:23,333  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field target] is being defaulted to: id.
2024-03-22 09:21:23,333  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field softwareModule] is being defaulted to: id.
2024-03-22 09:21:23,353  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field controllerAttributes] is being defaulted to: id.
2024-03-22 09:21:23,355  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field messages] is being defaulted to: id.
2024-03-22 09:21:23,358  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field softwareModule] is being defaulted to: id.
2024-03-22 09:21:23,359  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field rollout] is being defaulted to: id.
2024-03-22 09:21:23,359  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field rolloutGroup] is being defaulted to: id.
2024-03-22 09:21:23,359  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field target] is being defaulted to: id.
2024-03-22 09:21:23,359  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field distributionSet] is being defaulted to: id.
2024-03-22 09:21:23,363  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field parent] is being defaulted to: id.
2024-03-22 09:21:23,363  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field rollout] is being defaulted to: id.
2024-03-22 09:21:23,364  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field targetType] is being defaulted to: id.
2024-03-22 09:21:23,369  INFO main o.e.p.s./.5.0.j.metadata:297 - The source primary key column name for the many to many mapping [field tags] is being defaulted to: id.
2024-03-22 09:21:23,369  INFO main o.e.p.s./.5.0.j.metadata:297 - The target primary key column name for the many to many mapping [field tags] is being defaulted to: id.
2024-03-22 09:21:23,369  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field installedDistributionSet] is being defaulted to: id.
2024-03-22 09:21:23,370  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field assignedDistributionSet] is being defaulted to: id.
2024-03-22 09:21:23,370  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field distributionSet] is being defaulted to: id.
2024-03-22 09:21:23,370  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field target] is being defaulted to: id.
2024-03-22 09:21:23,371  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field action] is being defaulted to: id.
2024-03-22 09:21:23,371  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field defaultDsType] is being defaulted to: id.
2024-03-22 09:21:23,371  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field autoAssignDistributionSet] is being defaulted to: id.
2024-03-22 09:21:23,372  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field type] is being defaulted to: id.
2024-03-22 09:21:23,372  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field type] is being defaulted to: id.
2024-03-22 09:21:23,372  INFO main o.e.p.s./.5.0.j.metadata:297 - The source primary key column name for the many to many mapping [field modules] is being defaulted to: id.
2024-03-22 09:21:23,372  INFO main o.e.p.s./.5.0.j.metadata:297 - The target primary key column name for the many to many mapping [field modules] is being defaulted to: id.
2024-03-22 09:21:23,373  INFO main o.e.p.s./.5.0.j.metadata:297 - The source primary key column name for the many to many mapping [field tags] is being defaulted to: id.
2024-03-22 09:21:23,373  INFO main o.e.p.s./.5.0.j.metadata:297 - The target primary key column name for the many to many mapping [field tags] is being defaulted to: id.
2024-03-22 09:21:23,373  INFO main o.e.p.s./.5.0.j.metadata:297 - The source primary key column name for the many to many mapping [field distributionSetTypes] is being defaulted to: id.
2024-03-22 09:21:23,374  INFO main o.e.p.s./.5.0.j.metadata:297 - The target primary key column name for the many to many mapping [field distributionSetTypes] is being defaulted to: id.
2024-03-22 09:21:23,429  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:21:24,298  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:21:24,539  INFO main o.e.p.s./.5.0.jar_default:297 - EclipseLink, version: Eclipse Persistence Services - 4.0.2.v202306161219
2024-03-22 09:21:24,557  INFO main o.e.p.s./.5.0.j.connection:297 - Connected: jdbc:h2:mem:testdb
	User: SA
	Database: H2  Version: 2.2.224 (2023-09-17)
	Driver: H2 JDBC Driver  Version: 2.2.224 (2023-09-17)
2024-03-22 09:21:24,558  INFO main o.e.p.s./.5.0.j.connection:297 - Connected: jdbc:h2:mem:testdb
	User: SA
	Database: H2  Version: 2.2.224 (2023-09-17)
	Driver: H2 JDBC Driver  Version: 2.2.224 (2023-09-17)
2024-03-22 09:21:25,340  INFO main o.s.d.j.r.q.QueryEnhancerFactory:45 - EclipseLink is in classpath; If applicable, EQL parser will be used.
2024-03-22 09:21:25,340  INFO main o.s.d.j.r.q.QueryEnhancerFactory:49 - Hibernate is in classpath; If applicable, HQL parser will be used.
2024-03-22 09:21:27,163  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:21:27,164  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:21:27,176  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:21:28,371  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:21:28,371  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:21:28,376  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:21:28,401  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:21:28,417  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:21:31,465  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@14b39f7a, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@20607339, org.springframework.security.web.context.SecurityContextHolderFilter@1becd21c, org.springframework.security.web.header.HeaderWriterFilter@3349d630, org.springframework.web.filter.CorsFilter@976adf4, org.springframework.security.web.csrf.CsrfFilter@562f5cdf, org.springframework.security.web.authentication.logout.LogoutFilter@6b019e, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@c93952e, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@65228668, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@6956f147, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@1f16c524, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@56b7a031, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@53c2cde6, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6116fb58, org.springframework.security.web.access.ExceptionTranslationFilter@3cd37728, org.springframework.security.web.access.intercept.AuthorizationFilter@5cc3cdd6]
2024-03-22 09:21:31,754  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:21:31,942  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:21:31,942  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:21:31,943  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:21:31,960  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '400216848.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:21:31,962  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '400216848.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:21:31,962  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:21:31,963  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@2d561ac7
2024-03-22 09:21:31,969  INFO main o.e.h.a.AmqpMessageDispatcherServiceTest:56 - Started AmqpMessageDispatcherServiceTest in 17.1 seconds (process running for 26.638)
2024-03-22 09:21:32,464  INFO pool-4-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:21:33,099  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.amqp.AmqpMessageDispatcherServiceTest.sendDeleteRequestWithNoAmqpAddress()]...
2024-03-22 09:21:33,165  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.amqp.AmqpMessageDispatcherServiceTest.sendDeleteRequestWithNoAmqpAddress()] succeeded.
2024-03-22 09:21:33,275  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.amqp.AmqpMessageDispatcherServiceTest.sendUpdateAttributesRequest()]...
2024-03-22 09:21:33,347  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.amqp.AmqpMessageDispatcherServiceTest.sendUpdateAttributesRequest()] succeeded.
2024-03-22 09:21:33,461  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.amqp.AmqpMessageDispatcherServiceTest.sendDeleteRequestWithNullAddress()]...
2024-03-22 09:21:33,480  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.amqp.AmqpMessageDispatcherServiceTest.sendDeleteRequestWithNullAddress()] succeeded.
2024-03-22 09:21:33,618  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.amqp.AmqpMessageDispatcherServiceTest.testSendCancelRequest()]...
2024-03-22 09:21:33,753  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.amqp.AmqpMessageDispatcherServiceTest.testSendCancelRequest()] succeeded.
2024-03-22 09:21:33,852  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.amqp.AmqpMessageDispatcherServiceTest.testSendDownloadRequestWithSoftwareModulesAndNoArtifacts()]...
2024-03-22 09:21:34,523  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.amqp.AmqpMessageDispatcherServiceTest.testSendDownloadRequestWithSoftwareModulesAndNoArtifacts()] succeeded.
2024-03-22 09:21:34,621  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.amqp.AmqpMessageDispatcherServiceTest.testSendDownloadRequest()]...
2024-03-22 09:21:34,979  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.amqp.AmqpMessageDispatcherServiceTest.testSendDownloadRequest()] succeeded.
2024-03-22 09:21:35,060  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.amqp.AmqpMessageDispatcherServiceTest.sendDeleteRequest()]...
2024-03-22 09:21:35,076  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.amqp.AmqpMessageDispatcherServiceTest.sendDeleteRequest()] succeeded.
2024-03-22 09:21:35,084  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@2d561ac7
2024-03-22 09:21:35,128  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.400216848.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:21:35,135  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:21:35,136  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:21:35,136  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:21:35,148  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:21:35,150  INFO main c.z.h.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-03-22 09:21:35,152  INFO main c.z.h.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.88 s -- in org.eclipse.hawkbit.amqp.AmqpMessageDispatcherServiceTest
[INFO] Running org.eclipse.hawkbit.amqp.AmqpMessageHandlerServiceTest
2024-03-22 09:21:35,804  INFO main o.e.h.a.AmqpAuthenticationMessageHandler:153 - target 123 tried to download artifact null which is not assigned to the target
2024-03-22 09:21:35,805  INFO main o.e.h.a.AmqpAuthenticationMessageHandler:232 - Artifact for resource FileResource [sha1=12345, artifactId=null, filename=null] not found 
2024-03-22 09:21:35,833  INFO main o.e.h.a.AmqpAuthenticationMessageHandler:232 - Artifact for resource FileResource [sha1=12345, artifactId=null, filename=null] not found 
2024-03-22 09:21:35,875  INFO main o.e.h.a.AmqpAuthenticationMessageHandler:157 - download security check for target 123 and artifact 12345 granted
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.811 s -- in org.eclipse.hawkbit.amqp.AmqpMessageHandlerServiceTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 135, Failures: 0, Errors: 0, Skipped: 89
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ hawkbit-dmf-amqp ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-amqp/target/hawkbit-dmf-amqp-0.5.0.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-dmf-amqp >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-dmf-amqp ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-dmf-amqp <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-dmf-amqp ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-amqp/target/hawkbit-dmf-amqp-0.5.0-sources.jar
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-dmf-amqp ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-amqp/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-dmf-amqp ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-dmf-amqp ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-dmf-amqp ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-amqp/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-dmf-amqp/0.5.0/hawkbit-dmf-amqp-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-amqp/target/hawkbit-dmf-amqp-0.5.0.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-dmf-amqp/0.5.0/hawkbit-dmf-amqp-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-amqp/target/hawkbit-dmf-amqp-0.5.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-dmf-amqp/0.5.0/hawkbit-dmf-amqp-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-amqp/target/hawkbit-dmf-amqp-0.5.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-dmf-amqp/0.5.0/hawkbit-dmf-amqp-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-amqp/target/hawkbit-dmf-amqp-0.5.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-dmf-amqp/0.5.0/hawkbit-dmf-amqp-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-amqp/target/hawkbit-dmf-amqp-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-dmf-amqp/0.5.0/hawkbit-dmf-amqp-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-amqp/target/hawkbit-dmf-amqp-0.5.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-dmf-amqp/0.5.0/hawkbit-dmf-amqp-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-amqp/target/hawkbit-dmf-amqp-0.5.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-dmf-amqp/0.5.0/hawkbit-dmf-amqp-0.5.0-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-dmf-amqp ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-amqp/target/hawkbit-dmf-amqp-0.5.0.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-dmf-amqp/0.5.0/hawkbit-dmf-amqp-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-amqp/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-dmf-amqp/0.5.0/hawkbit-dmf-amqp-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-amqp/target/hawkbit-dmf-amqp-0.5.0-javadoc.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-dmf-amqp/0.5.0/hawkbit-dmf-amqp-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-amqp/target/hawkbit-dmf-amqp-0.5.0-sources.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-dmf-amqp/0.5.0/hawkbit-dmf-amqp-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-amqp/target/hawkbit-dmf-amqp-0.5.0.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-dmf-amqp/0.5.0/hawkbit-dmf-amqp-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-amqp/target/hawkbit-dmf-amqp-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-dmf-amqp/0.5.0/hawkbit-dmf-amqp-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-amqp/target/hawkbit-dmf-amqp-0.5.0-javadoc.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-dmf-amqp/0.5.0/hawkbit-dmf-amqp-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-amqp/target/hawkbit-dmf-amqp-0.5.0-sources.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-dmf-amqp/0.5.0/hawkbit-dmf-amqp-0.5.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] --------------< org.eclipse.hawkbit:hawkbit-rest-parent >---------------
[INFO] Building hawkBit :: REST 0.5.0                                   [16/38]
[INFO]   from hawkbit-rest/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-rest-parent ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-rest-parent ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-rest-parent ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-rest-parent ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-rest-parent:pom:0.5.0...
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-rest-parent ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-rest-parent ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-rest-parent ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-rest-parent ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-rest-parent:pom:0.5.0...
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-rest-parent ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/target/jacoco.exec
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-rest-parent >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-rest-parent ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-rest-parent <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-rest-parent ---
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-rest-parent ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-rest-parent ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-rest-parent ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-rest-parent ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-rest-parent/0.5.0/hawkbit-rest-parent-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/target/hawkbit-rest-parent-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-rest-parent/0.5.0/hawkbit-rest-parent-0.5.0.pom.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-rest-parent ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-rest-parent/0.5.0/hawkbit-rest-parent-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/target/hawkbit-rest-parent-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-rest-parent/0.5.0/hawkbit-rest-parent-0.5.0.pom.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ---------------< org.eclipse.hawkbit:hawkbit-rest-core >----------------
[INFO] Building hawkBit :: REST :: Core 0.5.0                           [17/38]
[INFO]   from hawkbit-rest/hawkbit-rest-core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-rest-core ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-rest-core ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-rest-core ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-rest-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-rest-core/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-rest-core/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-rest-core ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-rest-core:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-rest-core ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 20 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-rest-core/src/main/java/org/eclipse/hawkbit/rest/OpenApiConfiguration.java:[30,45] trailing white space will be removed
[WARNING] No processor claimed any of these annotations: /org.springframework.context.annotation.Bean,/org.springframework.web.bind.annotation.ControllerAdvice,/org.springframework.hateoas.config.EnableHypermediaSupport,/org.springframework.boot.autoconfigure.condition.ConditionalOnProperty,/com.fasterxml.jackson.annotation.JsonInclude,/org.springframework.context.annotation.Scope,/org.springframework.context.annotation.Configuration,/org.springframework.web.bind.annotation.ExceptionHandler,/org.springframework.beans.factory.annotation.Autowired,/jakarta.annotation.Resource
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-rest-core ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-rest-core ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-rest-core/target/hawkbit-rest-core-0.5.0-javadoc.jar
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-rest-core ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-rest-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-rest-core/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-rest-core/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-rest-core ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-rest-core:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-rest-core ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 20 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-rest-core/src/main/java/org/eclipse/hawkbit/rest/OpenApiConfiguration.java:[30,45] trailing white space will be removed
[WARNING] No processor claimed any of these annotations: /org.springframework.context.annotation.Bean,/org.springframework.web.bind.annotation.ControllerAdvice,/org.springframework.hateoas.config.EnableHypermediaSupport,/org.springframework.boot.autoconfigure.condition.ConditionalOnProperty,/com.fasterxml.jackson.annotation.JsonInclude,/org.springframework.context.annotation.Scope,/org.springframework.context.annotation.Configuration,/org.springframework.web.bind.annotation.ExceptionHandler,/org.springframework.beans.factory.annotation.Autowired,/jakarta.annotation.Resource
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ hawkbit-rest-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-rest-core/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hawkbit-rest-core ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] No processor claimed any of these annotations: /org.springframework.test.context.web.WebAppConfiguration,/org.junit.jupiter.api.Test,/org.junit.jupiter.api.extension.ExtendWith,/org.springframework.context.annotation.Import,/io.qameta.allure.Story,/org.springframework.test.context.TestPropertySource,/org.mockito.Mock,/org.springframework.test.context.TestExecutionListeners,/org.springframework.test.annotation.DirtiesContext,/org.eclipse.hawkbit.repository.test.util.WithUser,/org.springframework.boot.test.context.SpringBootTest,/io.qameta.allure.Description,/org.springframework.test.context.ContextConfiguration,/org.junit.jupiter.api.BeforeEach,/org.springframework.test.context.ActiveProfiles,/org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc,/org.springframework.beans.factory.annotation.Autowired,/io.qameta.allure.Feature
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-rest-core ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-rest-core/target/jacoco.exec
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ hawkbit-rest-core ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hawkbit.rest.util.SortUtilityTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.395 s -- in org.eclipse.hawkbit.rest.util.SortUtilityTest
[INFO] Running org.eclipse.hawkbit.rest.util.FileStreamingUtilTest
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.616 s -- in org.eclipse.hawkbit.rest.util.FileStreamingUtilTest
[INFO] Running org.eclipse.hawkbit.rest.json.model.ExceptionInfoTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.hawkbit.rest.json.model.ExceptionInfoTest
[INFO] Running org.eclipse.hawkbit.rest.filter.ExcludePathAwareShallowETagFilterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.286 s -- in org.eclipse.hawkbit.rest.filter.ExcludePathAwareShallowETagFilterTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ hawkbit-rest-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-rest-core/target/hawkbit-rest-core-0.5.0.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-rest-core >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-rest-core ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-rest-core <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-rest-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-rest-core/target/hawkbit-rest-core-0.5.0-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ hawkbit-rest-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-rest-core/target/hawkbit-rest-core-0.5.0-tests.jar
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-rest-core ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-rest-core/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-rest-core ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-rest-core ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-rest-core ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-rest-core/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-rest-core/0.5.0/hawkbit-rest-core-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-rest-core/target/hawkbit-rest-core-0.5.0.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-rest-core/0.5.0/hawkbit-rest-core-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-rest-core/target/hawkbit-rest-core-0.5.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-rest-core/0.5.0/hawkbit-rest-core-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-rest-core/target/hawkbit-rest-core-0.5.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-rest-core/0.5.0/hawkbit-rest-core-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-rest-core/target/hawkbit-rest-core-0.5.0-tests.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-rest-core/0.5.0/hawkbit-rest-core-0.5.0-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-rest-core/target/hawkbit-rest-core-0.5.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-rest-core/0.5.0/hawkbit-rest-core-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-rest-core/target/hawkbit-rest-core-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-rest-core/0.5.0/hawkbit-rest-core-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-rest-core/target/hawkbit-rest-core-0.5.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-rest-core/0.5.0/hawkbit-rest-core-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-rest-core/target/hawkbit-rest-core-0.5.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-rest-core/0.5.0/hawkbit-rest-core-0.5.0-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-rest-core/target/hawkbit-rest-core-0.5.0-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-rest-core/0.5.0/hawkbit-rest-core-0.5.0-tests.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-rest-core ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-rest-core/target/hawkbit-rest-core-0.5.0.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-rest-core/0.5.0/hawkbit-rest-core-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-rest-core/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-rest-core/0.5.0/hawkbit-rest-core-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-rest-core/target/hawkbit-rest-core-0.5.0-javadoc.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-rest-core/0.5.0/hawkbit-rest-core-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-rest-core/target/hawkbit-rest-core-0.5.0-sources.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-rest-core/0.5.0/hawkbit-rest-core-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-rest-core/target/hawkbit-rest-core-0.5.0-tests.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-rest-core/0.5.0/hawkbit-rest-core-0.5.0-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-rest-core/target/hawkbit-rest-core-0.5.0.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-rest-core/0.5.0/hawkbit-rest-core-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-rest-core/target/hawkbit-rest-core-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-rest-core/0.5.0/hawkbit-rest-core-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-rest-core/target/hawkbit-rest-core-0.5.0-javadoc.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-rest-core/0.5.0/hawkbit-rest-core-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-rest-core/target/hawkbit-rest-core-0.5.0-sources.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-rest-core/0.5.0/hawkbit-rest-core-0.5.0-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-rest-core/target/hawkbit-rest-core-0.5.0-tests.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-rest-core/0.5.0/hawkbit-rest-core-0.5.0-tests.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ----------------< org.eclipse.hawkbit:hawkbit-ddi-api >-----------------
[INFO] Building hawkBit :: REST :: DDI API 0.5.0                        [18/38]
[INFO]   from hawkbit-rest/hawkbit-ddi-api/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-ddi-api ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-ddi-api ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-ddi-api ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-ddi-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-ddi-api ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-ddi-api:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-ddi-api ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 25 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/src/main/java/org/eclipse/hawkbit/ddi/json/model/DdiArtifact.java:[30,23] trailing white space will be removed
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/src/main/java/org/eclipse/hawkbit/ddi/rest/api/DdiRootControllerRestApi.java:[98,82] trailing white space will be removed
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/src/main/java/org/eclipse/hawkbit/ddi/rest/api/DdiRootControllerRestApi.java:[246,90] trailing white space will be removed
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/src/main/java/org/eclipse/hawkbit/ddi/rest/api/DdiRootControllerRestApi.java:[254,58] trailing white space will be removed
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/src/main/java/org/eclipse/hawkbit/ddi/rest/api/DdiRootControllerRestApi.java:[524,71] trailing white space will be removed
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/src/main/java/org/eclipse/hawkbit/ddi/rest/api/DdiRootControllerRestApi.java:[535,58] trailing white space will be removed
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/src/main/java/org/eclipse/hawkbit/ddi/rest/api/DdiRootControllerRestApi.java:[641,76] trailing white space will be removed
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/src/main/java/org/eclipse/hawkbit/ddi/json/model/DdiControllerBase.java:[33,23] trailing white space will be removed
[WARNING] No processor claimed any of these annotations: /io.swagger.v3.oas.annotations.Operation,/com.fasterxml.jackson.annotation.JsonCreator,/org.springframework.web.bind.annotation.RequestBody,/jakarta.validation.constraints.NotNull,/org.springframework.web.bind.annotation.PathVariable,/io.swagger.v3.oas.annotations.responses.ApiResponses,/com.fasterxml.jackson.annotation.JsonPropertyOrder,/org.springframework.web.bind.annotation.RequestParam,/com.fasterxml.jackson.annotation.JsonValue,/com.fasterxml.jackson.annotation.JsonInclude,/com.fasterxml.jackson.annotation.JsonProperty,/jakarta.validation.constraints.NotEmpty,/org.springframework.web.bind.annotation.PostMapping,/io.swagger.v3.oas.annotations.tags.Tag,/jakarta.validation.Valid,/org.springframework.web.bind.annotation.PutMapping,/com.fasterxml.jackson.annotation.JsonIgnoreProperties,/io.swagger.v3.oas.annotations.media.Schema,/org.springframework.web.bind.annotation.GetMapping
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-ddi-api ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-ddi-api ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/target/hawkbit-ddi-api-0.5.0-javadoc.jar
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-ddi-api ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-ddi-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-ddi-api ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-ddi-api:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-ddi-api ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 25 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/src/main/java/org/eclipse/hawkbit/ddi/json/model/DdiArtifact.java:[30,23] trailing white space will be removed
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/src/main/java/org/eclipse/hawkbit/ddi/rest/api/DdiRootControllerRestApi.java:[98,82] trailing white space will be removed
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/src/main/java/org/eclipse/hawkbit/ddi/rest/api/DdiRootControllerRestApi.java:[246,90] trailing white space will be removed
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/src/main/java/org/eclipse/hawkbit/ddi/rest/api/DdiRootControllerRestApi.java:[254,58] trailing white space will be removed
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/src/main/java/org/eclipse/hawkbit/ddi/rest/api/DdiRootControllerRestApi.java:[524,71] trailing white space will be removed
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/src/main/java/org/eclipse/hawkbit/ddi/rest/api/DdiRootControllerRestApi.java:[535,58] trailing white space will be removed
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/src/main/java/org/eclipse/hawkbit/ddi/rest/api/DdiRootControllerRestApi.java:[641,76] trailing white space will be removed
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/src/main/java/org/eclipse/hawkbit/ddi/json/model/DdiControllerBase.java:[33,23] trailing white space will be removed
[WARNING] No processor claimed any of these annotations: /io.swagger.v3.oas.annotations.Operation,/com.fasterxml.jackson.annotation.JsonCreator,/org.springframework.web.bind.annotation.RequestBody,/jakarta.validation.constraints.NotNull,/org.springframework.web.bind.annotation.PathVariable,/io.swagger.v3.oas.annotations.responses.ApiResponses,/com.fasterxml.jackson.annotation.JsonPropertyOrder,/org.springframework.web.bind.annotation.RequestParam,/com.fasterxml.jackson.annotation.JsonValue,/com.fasterxml.jackson.annotation.JsonInclude,/com.fasterxml.jackson.annotation.JsonProperty,/jakarta.validation.constraints.NotEmpty,/org.springframework.web.bind.annotation.PostMapping,/io.swagger.v3.oas.annotations.tags.Tag,/jakarta.validation.Valid,/org.springframework.web.bind.annotation.PutMapping,/com.fasterxml.jackson.annotation.JsonIgnoreProperties,/io.swagger.v3.oas.annotations.media.Schema,/org.springframework.web.bind.annotation.GetMapping
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ hawkbit-ddi-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hawkbit-ddi-api ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 19 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] No processor claimed any of these annotations: /io.qameta.allure.Description,/org.junit.jupiter.api.Test,/org.junit.jupiter.params.provider.MethodSource,/io.qameta.allure.Feature,/org.junit.jupiter.params.ParameterizedTest,/io.qameta.allure.Story
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/src/test/java/org/eclipse/hawkbit/ddi/json/model/DdiActionFeedbackTest.java:[44,102] <T>emptyList() in org.assertj.core.util.Lists has been deprecated
[WARNING] Cannot find annotation method 'value()' in type 'com.google.errorprone.annotations.DoNotMock': class file for com.google.errorprone.annotations.DoNotMock not found
[WARNING] Cannot find annotation method 'value()' in type 'com.google.errorprone.annotations.DoNotCall': class file for com.google.errorprone.annotations.DoNotCall not found
[WARNING] Cannot find annotation method 'value()' in type 'com.google.errorprone.annotations.DoNotCall'
[WARNING] Cannot find annotation method 'value()' in type 'com.google.errorprone.annotations.DoNotCall'
[WARNING] Cannot find annotation method 'value()' in type 'com.google.errorprone.annotations.DoNotCall'
[WARNING] Cannot find annotation method 'value()' in type 'com.google.errorprone.annotations.DoNotCall'
[WARNING] Cannot find annotation method 'value()' in type 'com.google.errorprone.annotations.DoNotCall'
[WARNING] Cannot find annotation method 'value()' in type 'com.google.errorprone.annotations.DoNotCall'
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-ddi-api ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/target/jacoco.exec
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ hawkbit-ddi-api ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hawkbit.ddi.json.model.DdiControllerBaseTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.937 s -- in org.eclipse.hawkbit.ddi.json.model.DdiControllerBaseTest
[INFO] Running org.eclipse.hawkbit.ddi.json.model.DdiConfigDataTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.eclipse.hawkbit.ddi.json.model.DdiConfigDataTest
[INFO] Running org.eclipse.hawkbit.ddi.json.model.DdiPollingTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.hawkbit.ddi.json.model.DdiPollingTest
[INFO] Running org.eclipse.hawkbit.ddi.json.model.DdiCancelActionToStopTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.hawkbit.ddi.json.model.DdiCancelActionToStopTest
[INFO] Running org.eclipse.hawkbit.ddi.json.model.DdiConfirmationBaseTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.eclipse.hawkbit.ddi.json.model.DdiConfirmationBaseTest
[INFO] Running org.eclipse.hawkbit.ddi.json.model.DdiResultTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.eclipse.hawkbit.ddi.json.model.DdiResultTest
[INFO] Running org.eclipse.hawkbit.ddi.json.model.DdiDeploymentBaseTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.eclipse.hawkbit.ddi.json.model.DdiDeploymentBaseTest
[INFO] Running org.eclipse.hawkbit.ddi.json.model.DdiArtifactHashTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.hawkbit.ddi.json.model.DdiArtifactHashTest
[INFO] Running org.eclipse.hawkbit.ddi.json.model.DdiCancelTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.hawkbit.ddi.json.model.DdiCancelTest
[INFO] Running org.eclipse.hawkbit.ddi.json.model.DdiActionFeedbackTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.eclipse.hawkbit.ddi.json.model.DdiActionFeedbackTest
[INFO] Running org.eclipse.hawkbit.ddi.json.model.DdiStatusTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 s -- in org.eclipse.hawkbit.ddi.json.model.DdiStatusTest
[INFO] Running org.eclipse.hawkbit.ddi.json.model.DdiMetadataTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.hawkbit.ddi.json.model.DdiMetadataTest
[INFO] Running org.eclipse.hawkbit.ddi.json.model.DdiChunkTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.hawkbit.ddi.json.model.DdiChunkTest
[INFO] Running org.eclipse.hawkbit.ddi.json.model.DdiActionHistoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.hawkbit.ddi.json.model.DdiActionHistoryTest
[INFO] Running org.eclipse.hawkbit.ddi.json.model.DdiConfigTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.hawkbit.ddi.json.model.DdiConfigTest
[INFO] Running org.eclipse.hawkbit.ddi.json.model.DdiProgressTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.hawkbit.ddi.json.model.DdiProgressTest
[INFO] Running org.eclipse.hawkbit.ddi.json.model.DdiArtifactTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.hawkbit.ddi.json.model.DdiArtifactTest
[INFO] Running org.eclipse.hawkbit.ddi.json.model.DdiDeploymentTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.eclipse.hawkbit.ddi.json.model.DdiDeploymentTest
[INFO] Running org.eclipse.hawkbit.ddi.json.model.JsonIgnorePropertiesAnnotationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.238 s -- in org.eclipse.hawkbit.ddi.json.model.JsonIgnorePropertiesAnnotationTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ hawkbit-ddi-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/target/hawkbit-ddi-api-0.5.0.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-ddi-api >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-ddi-api ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-ddi-api <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-ddi-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/target/hawkbit-ddi-api-0.5.0-sources.jar
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-ddi-api ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-ddi-api ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-ddi-api ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-ddi-api ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-ddi-api/0.5.0/hawkbit-ddi-api-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/target/hawkbit-ddi-api-0.5.0.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-ddi-api/0.5.0/hawkbit-ddi-api-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/target/hawkbit-ddi-api-0.5.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-ddi-api/0.5.0/hawkbit-ddi-api-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/target/hawkbit-ddi-api-0.5.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-ddi-api/0.5.0/hawkbit-ddi-api-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/target/hawkbit-ddi-api-0.5.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-ddi-api/0.5.0/hawkbit-ddi-api-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/target/hawkbit-ddi-api-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-ddi-api/0.5.0/hawkbit-ddi-api-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/target/hawkbit-ddi-api-0.5.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-ddi-api/0.5.0/hawkbit-ddi-api-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/target/hawkbit-ddi-api-0.5.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-ddi-api/0.5.0/hawkbit-ddi-api-0.5.0-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-ddi-api ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/target/hawkbit-ddi-api-0.5.0.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-ddi-api/0.5.0/hawkbit-ddi-api-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-ddi-api/0.5.0/hawkbit-ddi-api-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/target/hawkbit-ddi-api-0.5.0-javadoc.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-ddi-api/0.5.0/hawkbit-ddi-api-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/target/hawkbit-ddi-api-0.5.0-sources.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-ddi-api/0.5.0/hawkbit-ddi-api-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/target/hawkbit-ddi-api-0.5.0.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-ddi-api/0.5.0/hawkbit-ddi-api-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/target/hawkbit-ddi-api-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-ddi-api/0.5.0/hawkbit-ddi-api-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/target/hawkbit-ddi-api-0.5.0-javadoc.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-ddi-api/0.5.0/hawkbit-ddi-api-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/target/hawkbit-ddi-api-0.5.0-sources.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-ddi-api/0.5.0/hawkbit-ddi-api-0.5.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] --------------< org.eclipse.hawkbit:hawkbit-ddi-resource >--------------
[INFO] Building hawkBit :: REST :: DDI Resources 0.5.0                  [19/38]
[INFO]   from hawkbit-rest/hawkbit-ddi-resource/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-ddi-resource ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-ddi-resource ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-ddi-resource ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-ddi-resource ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-ddi-resource ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-ddi-resource:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-ddi-resource ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug deprecation release 17] to target/classes
[WARNING] No processor claimed any of these annotations: /org.springframework.web.bind.annotation.RestController,/org.springframework.web.bind.annotation.RequestBody,/org.springframework.context.annotation.Import,/org.springframework.context.annotation.ComponentScan,/org.springframework.web.bind.annotation.PathVariable,/jakarta.validation.constraints.NotNull,/org.springframework.web.bind.annotation.RequestParam,/jakarta.validation.constraints.NotEmpty,/org.springframework.context.annotation.Scope,/jakarta.validation.Valid,/org.springframework.context.annotation.Configuration,/org.springframework.beans.factory.annotation.Autowired
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-ddi-resource ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-ddi-resource ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/target/hawkbit-ddi-resource-0.5.0-javadoc.jar
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-ddi-resource ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-ddi-resource ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-ddi-resource ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-ddi-resource:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-ddi-resource ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug deprecation release 17] to target/classes
[WARNING] No processor claimed any of these annotations: /org.springframework.web.bind.annotation.RestController,/org.springframework.web.bind.annotation.RequestBody,/org.springframework.context.annotation.Import,/org.springframework.context.annotation.ComponentScan,/org.springframework.web.bind.annotation.PathVariable,/jakarta.validation.constraints.NotNull,/org.springframework.web.bind.annotation.RequestParam,/jakarta.validation.constraints.NotEmpty,/org.springframework.context.annotation.Scope,/jakarta.validation.Valid,/org.springframework.context.annotation.Configuration,/org.springframework.beans.factory.annotation.Autowired
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ hawkbit-ddi-resource ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hawkbit-ddi-resource ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 10 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] No processor claimed any of these annotations: /org.junit.jupiter.api.extension.ExtendWith,/io.qameta.allure.Story,/org.springframework.test.context.TestPropertySource,/io.qameta.allure.Description,/org.eclipse.hawkbit.repository.test.matcher.ExpectEvents,/org.junit.jupiter.api.BeforeEach,/org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc,/io.qameta.allure.Feature,/org.springframework.context.annotation.Bean,/org.springframework.test.context.web.WebAppConfiguration,/org.junit.jupiter.api.Test,/org.springframework.context.annotation.Import,/org.springframework.test.context.TestExecutionListeners,/org.springframework.test.annotation.DirtiesContext,/org.eclipse.hawkbit.repository.test.util.WithUser,/org.springframework.boot.test.context.SpringBootTest,/org.springframework.test.context.ContextConfiguration,/org.springframework.context.event.EventListener,/org.springframework.test.context.ActiveProfiles,/org.jetbrains.annotations.NotNull,/org.springframework.context.annotation.Configuration,/org.junit.jupiter.params.provider.MethodSource,/org.springframework.beans.factory.annotation.Autowired,/org.junit.jupiter.params.ParameterizedTest,/io.qameta.allure.Step
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/src/test/java/org/eclipse/hawkbit/ddi/rest/resource/AbstractDDiApiIntegrationTest.java:[133,48] APPLICATION_JSON_UTF8 in org.springframework.http.MediaType has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/src/test/java/org/eclipse/hawkbit/ddi/rest/resource/AbstractDDiApiIntegrationTest.java:[147,44] APPLICATION_JSON_UTF8 in org.springframework.http.MediaType has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/src/test/java/org/eclipse/hawkbit/ddi/rest/resource/AbstractDDiApiIntegrationTest.java:[161,60] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to java.lang.Object for a varargs call
  cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/src/test/java/org/eclipse/hawkbit/ddi/rest/resource/DdiInstalledBaseTest.java:[112,67] org.apache.commons.lang3.RandomUtils in org.apache.commons.lang3 has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/src/test/java/org/eclipse/hawkbit/ddi/rest/resource/DdiInstalledBaseTest.java:[114,76] org.apache.commons.lang3.RandomUtils in org.apache.commons.lang3 has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/src/test/java/org/eclipse/hawkbit/ddi/rest/resource/DdiInstalledBaseTest.java:[118,67] org.apache.commons.lang3.RandomUtils in org.apache.commons.lang3 has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/src/test/java/org/eclipse/hawkbit/ddi/rest/resource/DdiInstalledBaseTest.java:[120,76] org.apache.commons.lang3.RandomUtils in org.apache.commons.lang3 has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/src/test/java/org/eclipse/hawkbit/ddi/rest/resource/DdiInstalledBaseTest.java:[183,67] org.apache.commons.lang3.RandomUtils in org.apache.commons.lang3 has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/src/test/java/org/eclipse/hawkbit/ddi/rest/resource/DdiInstalledBaseTest.java:[185,76] org.apache.commons.lang3.RandomUtils in org.apache.commons.lang3 has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/src/test/java/org/eclipse/hawkbit/ddi/rest/resource/DdiInstalledBaseTest.java:[238,67] org.apache.commons.lang3.RandomUtils in org.apache.commons.lang3 has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/src/test/java/org/eclipse/hawkbit/ddi/rest/resource/DdiInstalledBaseTest.java:[240,76] org.apache.commons.lang3.RandomUtils in org.apache.commons.lang3 has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/src/test/java/org/eclipse/hawkbit/ddi/rest/resource/DdiInstalledBaseTest.java:[294,67] org.apache.commons.lang3.RandomUtils in org.apache.commons.lang3 has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/src/test/java/org/eclipse/hawkbit/ddi/rest/resource/DdiInstalledBaseTest.java:[296,76] org.apache.commons.lang3.RandomUtils in org.apache.commons.lang3 has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/src/test/java/org/eclipse/hawkbit/ddi/rest/resource/DdiInstalledBaseTest.java:[403,66] org.apache.commons.lang3.RandomUtils in org.apache.commons.lang3 has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/src/test/java/org/eclipse/hawkbit/ddi/rest/resource/DdiInstalledBaseTest.java:[405,75] org.apache.commons.lang3.RandomUtils in org.apache.commons.lang3 has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/src/test/java/org/eclipse/hawkbit/ddi/rest/resource/DdiConfirmationBaseTest.java:[84,66] org.apache.commons.lang3.RandomUtils in org.apache.commons.lang3 has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/src/test/java/org/eclipse/hawkbit/ddi/rest/resource/DdiConfirmationBaseTest.java:[86,75] org.apache.commons.lang3.RandomUtils in org.apache.commons.lang3 has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/src/test/java/org/eclipse/hawkbit/ddi/rest/resource/DdiConfirmationBaseTest.java:[381,85] APPLICATION_JSON_UTF8 in org.springframework.http.MediaType has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/src/test/java/org/eclipse/hawkbit/ddi/rest/resource/DdiDeploymentBaseTest.java:[145,66] org.apache.commons.lang3.RandomUtils in org.apache.commons.lang3 has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/src/test/java/org/eclipse/hawkbit/ddi/rest/resource/DdiDeploymentBaseTest.java:[147,75] org.apache.commons.lang3.RandomUtils in org.apache.commons.lang3 has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/src/test/java/org/eclipse/hawkbit/ddi/rest/resource/DdiDeploymentBaseTest.java:[238,66] org.apache.commons.lang3.RandomUtils in org.apache.commons.lang3 has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/src/test/java/org/eclipse/hawkbit/ddi/rest/resource/DdiDeploymentBaseTest.java:[240,75] org.apache.commons.lang3.RandomUtils in org.apache.commons.lang3 has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/src/test/java/org/eclipse/hawkbit/ddi/rest/resource/DdiDeploymentBaseTest.java:[301,66] org.apache.commons.lang3.RandomUtils in org.apache.commons.lang3 has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/src/test/java/org/eclipse/hawkbit/ddi/rest/resource/DdiDeploymentBaseTest.java:[303,75] org.apache.commons.lang3.RandomUtils in org.apache.commons.lang3 has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/src/test/java/org/eclipse/hawkbit/ddi/rest/resource/DdiDeploymentBaseTest.java:[362,66] org.apache.commons.lang3.RandomUtils in org.apache.commons.lang3 has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/src/test/java/org/eclipse/hawkbit/ddi/rest/resource/DdiDeploymentBaseTest.java:[364,75] org.apache.commons.lang3.RandomUtils in org.apache.commons.lang3 has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/src/test/java/org/eclipse/hawkbit/ddi/rest/resource/DdiArtifactDownloadTest.java:[85,31] org.apache.commons.lang3.RandomUtils in org.apache.commons.lang3 has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/src/test/java/org/eclipse/hawkbit/ddi/rest/resource/DdiArtifactDownloadTest.java:[174,31] org.apache.commons.lang3.RandomUtils in org.apache.commons.lang3 has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/src/test/java/org/eclipse/hawkbit/ddi/rest/resource/DdiArtifactDownloadTest.java:[212,31] org.apache.commons.lang3.RandomUtils in org.apache.commons.lang3 has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/src/test/java/org/eclipse/hawkbit/ddi/rest/resource/DdiArtifactDownloadTest.java:[244,31] org.apache.commons.lang3.RandomUtils in org.apache.commons.lang3 has been deprecated
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-ddi-resource ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/target/jacoco.exec
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ hawkbit-ddi-resource ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hawkbit.ddi.rest.resource.DdiInstalledBaseTest
09:22:12.189 [main] INFO org.eclipse.hawkbit.repository.test.util.SharedSqlTestDatabaseExtension -- Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:22:13,861  INFO main o.e.h.d.r.r.DdiInstalledBaseTest:50 - Starting DdiInstalledBaseTest using Java 17.0.9 with PID 3045 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource)
2024-03-22 09:22:13,864  INFO main o.e.h.d.r.r.DdiInstalledBaseTest:660 - The following 1 profile is active: "test"
2024-03-22 09:22:15,724  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:22:16,016  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 279 ms. Found 20 JPA repository interfaces.
2024-03-22 09:22:16,819  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:22:16,837  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:22:17,238  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=98f4ae94-ea0d-31d7-8317-ba8cbedd60f4
2024-03-22 09:22:17,446  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:17,454  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:17,457  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:17,458  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1047/0x00007f14245d8a48] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:17,459  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:17,470  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:17,488  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:17,491  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:17,494  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:17,522  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:17,524  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:17,526  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:17,556  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:17,566  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:17,569  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:22:18,154  INFO main c.z.h.HikariDataSource:110 - HikariPool-1 - Starting...
2024-03-22 09:22:18,719  INFO main c.z.h.p.HikariPool:565 - HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:22:18,721  INFO main c.z.h.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-03-22 09:22:18,916  INFO main o.f.c.i.l.VersionPrinter:37 - Flyway Community Edition 9.22.3 by Redgate
2024-03-22 09:22:18,917  INFO main o.f.c.i.l.VersionPrinter:37 - See release notes here: https://rd.gt/416ObMi
2024-03-22 09:22:18,917  INFO main o.f.c.i.l.VersionPrinter:37 - 
2024-03-22 09:22:19,024  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:22:19,031  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:22:19,087  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:22:19,092  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.043s)
2024-03-22 09:22:19,117  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:22:19,155  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:22:19,221  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:22:19,357  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:22:19,372  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:22:19,426  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:22:19,434  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:22:19,445  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:22:19,482  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:22:19,517  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:22:19,552  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:22:19,564  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:22:19,575  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:22:19,616  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:22:19,627  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:22:19,646  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:22:19,661  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:22:19,682  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:22:19,820  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:22:19,932  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:22:19,937  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:22:19,944  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:22:19,952  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:22:20,029  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:22:20,045  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:22:20,050  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:22:20,055  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:22:20,074  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:22:20,116  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:22:20,129  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:22:20,137  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:22:20,143  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:22:20,149  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:22:20,156  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:22:20,161  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:22:20,170  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:22:20,177  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:22:20,222  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:22:20,234  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:22:20,240  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:22:20,254  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:22:20,263  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:22:20,271  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:22:20,275  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:22:20,315  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:22:20,323  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:22:20,332  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:22:20,343  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:22:20,353  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:22:20,360  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:22:20,380  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:22:20,418  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.750s)
2024-03-22 09:22:21,518  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
2024-03-22 09:22:26,199  INFO main o.s.d.j.r.q.QueryEnhancerFactory:45 - EclipseLink is in classpath; If applicable, EQL parser will be used.
2024-03-22 09:22:26,200  INFO main o.s.d.j.r.q.QueryEnhancerFactory:49 - Hibernate is in classpath; If applicable, HQL parser will be used.
2024-03-22 09:22:27,664  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:22:27,665  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:22:27,685  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:22:27,760  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:22:27,769  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:22:30,055  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:22:30,056  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:22:30,069  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:22:32,515  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:22:34,790  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@6a31edec, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@20adf7d8, org.springframework.security.web.context.SecurityContextHolderFilter@3092da35, org.springframework.security.web.header.HeaderWriterFilter@333f0d46, org.springframework.web.filter.CorsFilter@5f15f096, org.springframework.security.web.csrf.CsrfFilter@50084acb, org.springframework.security.web.authentication.logout.LogoutFilter@6f07bc19, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@3cbe83b2, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@75bf6fc6, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@782bb37a, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@66233c9f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@b19bee6, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@21266057, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1d907f1e, org.springframework.security.web.access.ExceptionTranslationFilter@3d8b7ed4, org.springframework.security.web.access.intercept.AuthorizationFilter@5d46b85]
2024-03-22 09:22:34,932  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:22:34,933  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:22:34,936  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 3 ms
2024-03-22 09:22:35,195  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:22:35,402  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:22:35,403  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:22:35,403  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:22:35,424  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1623428164.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:22:35,426  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1623428164.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:22:35,427  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:22:35,429  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@88c91d
2024-03-22 09:22:35,434  INFO main o.e.h.d.r.r.DdiInstalledBaseTest:56 - Started DdiInstalledBaseTest in 22.208 seconds (process running for 25.717)
2024-03-22 09:22:36,119  INFO pool-3-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:22:36,654  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:22:36,654  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:22:36,657  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 3 ms
2024-03-22 09:22:36,657  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiInstalledBaseTest.deploymentActionsOfSameDsWithCancelledActionInHistory() throws java.lang.Exception]...
2024-03-22 09:22:38,791  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiInstalledBaseTest.deploymentActionsOfSameDsWithCancelledActionInHistory() throws java.lang.Exception] succeeded.
2024-03-22 09:22:39,015  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:22:39,016  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:22:39,018  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:22:39,019  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiInstalledBaseTest.deploymentDownloadOnlyActionNotInInstalledBase() throws java.lang.Exception]...
2024-03-22 09:22:40,458  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiInstalledBaseTest.deploymentDownloadOnlyActionNotInInstalledBase() throws java.lang.Exception] succeeded.
2024-03-22 09:22:40,526  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:22:40,527  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:22:40,529  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:22:40,529  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiInstalledBaseTest.installedBaseReturns404ForPendingAction() throws java.lang.Exception]...
2024-03-22 09:22:40,753  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiInstalledBaseTest.installedBaseReturns404ForPendingAction() throws java.lang.Exception] succeeded.
2024-03-22 09:22:40,847  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:22:40,848  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:22:40,851  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 3 ms
2024-03-22 09:22:40,851  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiInstalledBaseTest.installedBaseResourceCbor() throws java.lang.Exception]...
2024-03-22 09:22:41,222  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiInstalledBaseTest.installedBaseResourceCbor() throws java.lang.Exception] succeeded.
2024-03-22 09:22:41,318  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:22:41,318  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:22:41,321  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 3 ms
2024-03-22 09:22:41,321  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiInstalledBaseTest.deploymentActionsOfSameDsWithCancelledAction() throws java.lang.Exception]...
2024-03-22 09:22:41,859  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiInstalledBaseTest.deploymentActionsOfSameDsWithCancelledAction() throws java.lang.Exception] succeeded.
2024-03-22 09:22:41,936  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:22:41,936  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:22:41,939  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 3 ms
2024-03-22 09:22:41,939  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiInstalledBaseTest.deploymentSeveralActionsInInstalledBase() throws java.lang.Exception]...
2024-03-22 09:22:42,536  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiInstalledBaseTest.deploymentSeveralActionsInInstalledBase() throws java.lang.Exception] succeeded.
2024-03-22 09:22:42,634  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:22:42,635  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:22:42,637  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:22:42,637  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiInstalledBaseTest.deploymentActionFailedNotInInstalledBase(org.eclipse.hawkbit.repository.model.Action$ActionType) throws java.lang.Exception]...
2024-03-22 09:22:42,871  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiInstalledBaseTest.deploymentActionFailedNotInInstalledBase(org.eclipse.hawkbit.repository.model.Action$ActionType) throws java.lang.Exception] succeeded.
2024-03-22 09:22:42,971  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:22:42,971  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:22:42,973  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:22:42,974  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiInstalledBaseTest.deploymentActionFailedNotInInstalledBase(org.eclipse.hawkbit.repository.model.Action$ActionType) throws java.lang.Exception]...
2024-03-22 09:22:43,327  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiInstalledBaseTest.deploymentActionFailedNotInInstalledBase(org.eclipse.hawkbit.repository.model.Action$ActionType) throws java.lang.Exception] succeeded.
2024-03-22 09:22:43,421  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:22:43,421  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:22:43,424  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:22:43,424  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiInstalledBaseTest.artifactsOfInstalledActionExist() throws java.lang.Exception]...
2024-03-22 09:22:43,628  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiInstalledBaseTest.artifactsOfInstalledActionExist() throws java.lang.Exception] succeeded.
2024-03-22 09:22:43,679  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:22:43,679  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:22:43,682  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 3 ms
2024-03-22 09:22:43,682  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiInstalledBaseTest.deploymentActionsOfSameDsWithRunningAction() throws java.lang.Exception]...
2024-03-22 09:22:44,076  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiInstalledBaseTest.deploymentActionsOfSameDsWithRunningAction() throws java.lang.Exception] succeeded.
2024-03-22 09:22:44,139  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:22:44,140  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:22:44,142  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:22:44,142  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiInstalledBaseTest.testActionHistoryCount() throws java.lang.Exception]...
2024-03-22 09:22:44,358  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiInstalledBaseTest.testActionHistoryCount() throws java.lang.Exception] succeeded.
2024-03-22 09:22:44,425  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:22:44,425  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:22:44,427  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:22:44,428  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiInstalledBaseTest.badInstalledAction() throws java.lang.Exception]...
2024-03-22 09:22:44,437  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' is not supported]
2024-03-22 09:22:44,439  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'PUT' is not supported]
2024-03-22 09:22:44,440  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'DELETE' is not supported]
2024-03-22 09:22:44,574  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpMediaTypeNotAcceptableException: No acceptable representation]
2024-03-22 09:22:44,626  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiInstalledBaseTest.badInstalledAction() throws java.lang.Exception] succeeded.
2024-03-22 09:22:44,675  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:22:44,676  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:22:44,678  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:22:44,678  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiInstalledBaseTest.deploymentActionInInstalledBase(org.eclipse.hawkbit.repository.model.Action$ActionType) throws java.lang.Exception]...
2024-03-22 09:22:46,056  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiInstalledBaseTest.deploymentActionInInstalledBase(org.eclipse.hawkbit.repository.model.Action$ActionType) throws java.lang.Exception] succeeded.
2024-03-22 09:22:46,110  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:22:46,111  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:22:46,113  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:22:46,113  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiInstalledBaseTest.deploymentActionInInstalledBase(org.eclipse.hawkbit.repository.model.Action$ActionType) throws java.lang.Exception]...
2024-03-22 09:22:47,477  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiInstalledBaseTest.deploymentActionInInstalledBase(org.eclipse.hawkbit.repository.model.Action$ActionType) throws java.lang.Exception] succeeded.
2024-03-22 09:22:47,488  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@88c91d
2024-03-22 09:22:47,509  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1623428164.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:22:47,512  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:22:47,512  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:22:47,513  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:22:47,529  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:22:47,531  INFO main c.z.h.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-03-22 09:22:47,534  INFO main c.z.h.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.37 s -- in org.eclipse.hawkbit.ddi.rest.resource.DdiInstalledBaseTest
[INFO] Running org.eclipse.hawkbit.ddi.rest.resource.DdiCancelActionTest
2024-03-22 09:22:47,546  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:22:47,647  INFO main o.e.h.d.r.r.DdiCancelActionTest:50 - Starting DdiCancelActionTest using Java 17.0.9 with PID 3045 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource)
2024-03-22 09:22:47,647  INFO main o.e.h.d.r.r.DdiCancelActionTest:660 - The following 1 profile is active: "test"
2024-03-22 09:22:48,029  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:22:48,058  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 28 ms. Found 20 JPA repository interfaces.
2024-03-22 09:22:48,304  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:22:48,305  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:22:48,339  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=98f4ae94-ea0d-31d7-8317-ba8cbedd60f4
2024-03-22 09:22:48,394  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:48,396  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:48,397  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:48,398  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1047/0x00007f14245d8a48] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:48,399  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:48,417  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:48,420  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:48,421  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:48,421  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:48,429  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:48,430  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:48,431  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:48,452  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:48,457  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:48,458  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:22:48,585  INFO main c.z.h.HikariDataSource:110 - HikariPool-2 - Starting...
2024-03-22 09:22:48,588  INFO main c.z.h.p.HikariPool:565 - HikariPool-2 - Added connection conn10: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:22:48,588  INFO main c.z.h.HikariDataSource:123 - HikariPool-2 - Start completed.
2024-03-22 09:22:48,616  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:22:48,617  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:22:48,635  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:22:48,637  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.017s)
2024-03-22 09:22:48,639  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:22:48,651  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:22:48,684  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:22:48,758  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:22:48,767  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:22:48,781  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:22:48,817  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:22:48,827  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:22:48,871  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:22:48,875  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:22:48,915  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:22:48,922  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:22:48,929  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:22:48,933  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:22:48,940  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:22:48,951  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:22:48,960  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:22:48,967  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:22:49,027  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:22:49,053  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:22:49,056  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:22:49,060  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:22:49,065  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:22:49,086  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:22:49,097  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:22:49,118  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:22:49,122  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:22:49,134  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:22:49,137  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:22:49,146  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:22:49,152  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:22:49,156  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:22:49,161  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:22:49,166  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:22:49,170  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:22:49,176  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:22:49,181  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:22:49,192  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:22:49,217  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:22:49,221  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:22:49,231  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:22:49,238  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:22:49,245  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:22:49,248  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:22:49,252  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:22:49,257  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:22:49,264  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:22:49,272  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:22:49,280  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:22:49,287  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:22:49,331  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:22:49,345  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.442s)
2024-03-22 09:22:49,615  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:22:50,461  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:22:50,462  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:22:50,467  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:22:50,495  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:22:50,516  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:22:51,301  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:22:51,301  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:22:51,309  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:22:52,734  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:22:53,595  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@8a99932, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@74e727a5, org.springframework.security.web.context.SecurityContextHolderFilter@d2969b9, org.springframework.security.web.header.HeaderWriterFilter@1fb318bd, org.springframework.web.filter.CorsFilter@8163f96, org.springframework.security.web.csrf.CsrfFilter@796388, org.springframework.security.web.authentication.logout.LogoutFilter@4ecc0e6, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@7d502ba4, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@3d43e91b, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@5ee1e073, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@1fd93f18, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@46873eb7, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3ab26800, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1ac59294, org.springframework.security.web.access.ExceptionTranslationFilter@68f29770, org.springframework.security.web.access.intercept.AuthorizationFilter@f1e758f]
2024-03-22 09:22:53,645  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:22:53,645  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:22:53,647  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:22:53,767  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:22:53,903  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:22:53,904  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:22:53,904  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:22:53,905  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '517427896.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:22:53,905  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '517427896.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:22:53,905  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:22:53,906  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@3b6329bd
2024-03-22 09:22:53,907  INFO main o.e.h.d.r.r.DdiCancelActionTest:56 - Started DdiCancelActionTest in 6.349 seconds (process running for 44.189)
2024-03-22 09:22:54,019  INFO pool-4-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:22:54,122  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:22:54,123  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:22:54,125  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:22:54,125  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiCancelActionTest.rootRsCancelActionFeedback() throws java.lang.Exception]...
2024-03-22 09:22:54,597 ERROR main o.e.h.d.r.r.DdiRootController:561 - Target reported cancel for a cancel which is not supported by the server (actionId: 1, controllerId: targetExist) as we got CANCELED report.
2024-03-22 09:22:54,628  INFO main o.e.h.d.r.r.DdiRootController:519 - Target rejected the cancellation request (actionId: 1, controllerId: targetExist).
2024-03-22 09:22:54,683  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiCancelActionTest.rootRsCancelActionFeedback() throws java.lang.Exception] succeeded.
2024-03-22 09:22:54,752  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:22:54,752  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:22:54,755  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:22:54,755  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiCancelActionTest.badCancelAction() throws java.lang.Exception]...
2024-03-22 09:22:54,756  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' is not supported]
2024-03-22 09:22:54,757  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'PUT' is not supported]
2024-03-22 09:22:54,758  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'DELETE' is not supported]
2024-03-22 09:22:54,873  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpMediaTypeNotAcceptableException: No acceptable representation]
2024-03-22 09:22:54,890  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiCancelActionTest.badCancelAction() throws java.lang.Exception] succeeded.
2024-03-22 09:22:54,959  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:22:54,960  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:22:54,962  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:22:54,962  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiCancelActionTest.tooMuchCancelActionFeedback() throws java.lang.Exception]...
2024-03-22 09:22:56,218  WARN main o.e.h.r.j.u.QuotaHelper:124 - Cannot assign 1 ActionStatus entities to Action '3' because of the configured quota limit 100. Currently, there are 100 ActionStatus entities assigned.
2024-03-22 09:22:56,246  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiCancelActionTest.tooMuchCancelActionFeedback() throws java.lang.Exception] succeeded.
2024-03-22 09:22:56,296  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:22:56,296  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:22:56,299  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:22:56,299  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiCancelActionTest.multipleCancelActionFeedback() throws java.lang.Exception]...
2024-03-22 09:22:56,815  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiCancelActionTest.multipleCancelActionFeedback() throws java.lang.Exception] succeeded.
2024-03-22 09:22:56,861  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:22:56,861  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:22:56,863  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:22:56,864  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiCancelActionTest.rootRsCancelAction() throws java.lang.Exception]...
2024-03-22 09:22:57,077  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiCancelActionTest.rootRsCancelAction() throws java.lang.Exception] succeeded.
2024-03-22 09:22:57,152  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:22:57,152  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:22:57,154  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:22:57,155  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiCancelActionTest.badCancelActionFeedback() throws java.lang.Exception]...
2024-03-22 09:22:57,462  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'PUT' is not supported]
2024-03-22 09:22:57,463  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'DELETE' is not supported]
2024-03-22 09:22:57,465  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' is not supported]
2024-03-22 09:22:57,467  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content-Type 'application/atom+xml' is not supported]
2024-03-22 09:22:57,521  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiCancelActionTest.badCancelActionFeedback() throws java.lang.Exception] succeeded.
2024-03-22 09:22:57,567  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:22:57,568  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:22:57,570  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:22:57,570  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiCancelActionTest.rootRsCancelActionButContinueAnyway() throws java.lang.Exception]...
2024-03-22 09:22:57,672  INFO main o.e.h.d.r.r.DdiRootController:519 - Target rejected the cancellation request (actionId: 10, controllerId: targetExist).
2024-03-22 09:22:57,759  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiCancelActionTest.rootRsCancelActionButContinueAnyway() throws java.lang.Exception] succeeded.
2024-03-22 09:22:57,827  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:22:57,828  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:22:57,830  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:22:57,830  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiCancelActionTest.cancelActionCbor() throws java.lang.Exception]...
2024-03-22 09:22:57,981  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiCancelActionTest.cancelActionCbor() throws java.lang.Exception] succeeded.
2024-03-22 09:22:57,985  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@3b6329bd
2024-03-22 09:22:58,016  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.517427896.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:22:58,018  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:22:58,018  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:22:58,018  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:22:58,028  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:22:58,031  INFO main c.z.h.HikariDataSource:350 - HikariPool-2 - Shutdown initiated...
2024-03-22 09:22:58,032  INFO main c.z.h.HikariDataSource:352 - HikariPool-2 - Shutdown completed.
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.49 s -- in org.eclipse.hawkbit.ddi.rest.resource.DdiCancelActionTest
[INFO] Running org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest
2024-03-22 09:22:58,044  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:22:58,124  INFO main o.e.h.d.r.r.DdiRootControllerTest:50 - Starting DdiRootControllerTest using Java 17.0.9 with PID 3045 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource)
2024-03-22 09:22:58,125  INFO main o.e.h.d.r.r.DdiRootControllerTest:660 - The following 1 profile is active: "test"
2024-03-22 09:22:58,414  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:22:58,444  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 28 ms. Found 20 JPA repository interfaces.
2024-03-22 09:22:58,641  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:22:58,642  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:22:58,674  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=98f4ae94-ea0d-31d7-8317-ba8cbedd60f4
2024-03-22 09:22:58,718  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:58,720  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:58,721  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:58,721  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1047/0x00007f14245d8a48] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:58,722  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:58,725  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:58,727  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:58,728  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:58,729  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:58,735  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:58,736  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:58,737  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:58,755  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:58,759  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:22:58,761  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:22:58,866  INFO main c.z.h.HikariDataSource:110 - HikariPool-3 - Starting...
2024-03-22 09:22:58,870  INFO main c.z.h.p.HikariPool:565 - HikariPool-3 - Added connection conn20: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:22:58,870  INFO main c.z.h.HikariDataSource:123 - HikariPool-3 - Start completed.
2024-03-22 09:22:58,885  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:22:58,887  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:22:58,920  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:22:58,921  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.032s)
2024-03-22 09:22:58,923  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:22:58,927  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:22:58,941  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:22:58,978  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:22:58,984  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:22:59,019  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:22:59,023  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:22:59,029  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:22:59,042  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:22:59,045  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:22:59,060  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:22:59,065  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:22:59,071  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:22:59,075  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:22:59,080  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:22:59,117  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:22:59,124  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:22:59,129  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:22:59,160  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:22:59,184  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:22:59,188  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:22:59,191  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:22:59,196  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:22:59,228  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:22:59,238  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:22:59,241  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:22:59,244  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:22:59,255  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:22:59,258  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:22:59,266  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:22:59,273  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:22:59,277  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:22:59,281  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:22:59,286  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:22:59,289  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:22:59,295  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:22:59,299  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:22:59,321  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:22:59,328  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:22:59,331  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:22:59,339  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:22:59,345  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:22:59,350  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:22:59,353  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:22:59,356  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:22:59,360  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:22:59,367  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:22:59,374  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:22:59,381  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:22:59,386  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:22:59,400  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:22:59,407  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.305s)
2024-03-22 09:22:59,531  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:23:00,182  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:23:00,182  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:23:00,185  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:23:00,203  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:23:00,206  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:23:00,765  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:23:00,766  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:23:00,773  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:23:01,803  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:23:02,517  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@597153e7, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@22fb6a8b, org.springframework.security.web.context.SecurityContextHolderFilter@64cdfde9, org.springframework.security.web.header.HeaderWriterFilter@56d7b7ec, org.springframework.web.filter.CorsFilter@4f95e581, org.springframework.security.web.csrf.CsrfFilter@b14a4d7, org.springframework.security.web.authentication.logout.LogoutFilter@43c2a1f2, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@6281e05d, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@c039c77, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@2bed90cd, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@341a00ce, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4a51dfbb, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@67803fbc, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7850003c, org.springframework.security.web.access.ExceptionTranslationFilter@1fd64548, org.springframework.security.web.access.intercept.AuthorizationFilter@35a9db11]
2024-03-22 09:23:02,564  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:02,564  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:02,566  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:02,675  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:23:02,790  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:23:02,790  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:23:02,790  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:23:02,791  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1794423354.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:23:02,792  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1794423354.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:23:02,792  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:23:02,792  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@2315870
2024-03-22 09:23:02,793  INFO main o.e.h.d.r.r.DdiRootControllerTest:56 - Started DdiRootControllerTest in 4.738 seconds (process running for 53.076)
2024-03-22 09:23:02,893  INFO pool-5-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:23:02,983  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:02,983  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:02,985  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:02,986  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.tryToFinishAnUpdateProcessAfterItHasBeenFinished() throws java.lang.Exception]...
2024-03-22 09:23:03,402  WARN main o.e.h.d.r.r.DdiRootController:345 - Updating action 1 with feedback DdiStatus(execution=CLOSED, result=DdiResult(finished=SUCCESS, progress=DdiProgress(cnt=2, of=5)), code=null, details=[cp99zKaGW7SxhkDom4kBDoUIOWYmpgs2NSr4pPgWYQu95ckbjE5qZHdwwx25XIUmgwfOwUkijqCVQ9qY1HvNYfaUx062axRv2iixurdYJthogefmKFV4Y9PiEwMBdgS0BamaATeCSYfFyFUOSAdZ3pDWNLQGBG4BbwUPl2JZkSdr7iQaUyELSc22IjwYwhkGhTYAfnniPsnBMM9rqtXjTSE2R1IP3zdKWqVPtfcfaOhOsHBBA9BawuN32aj8TMhRGLPbEYWXtKWapjR3bzPFSL7HkyusbCiNdIaxZ5OftoLQkqSzWdwkCb3LcxLiaPfjPR8i0Wvo1WhQfHb9sTh7t57PX40GMARfblm2bEntuK6HAJczdkpX3LOL9ZSBAxLvTBpM0HHoAk7vxXtIYiTSjDR2Hzdb3jiAhaXpEpstsY2Oy7UU9JR5hAWI1BVSg7iTBS8qrYxqnF62AoDiTZuP5Xa2H5yXw3g1mNjckAzq866wFVKxHTLCebAZlNHuiNT76p3Xo8012Pgr9dZGQeWAHj9nJHRfQ7jTgFN3N4m8635rMJlWNGlsp7GxTOcmmZy0jWhTcLvAO3lcUBrSou0Y3ek4fIKHrdWxj9JX3tRHCtGW9v8nm3bJGis8TYHJxUE8HrUZvi3p9APrp9udQh8hvE4Sh8tVB6PML9DLf53Sl1rUnSYea78oMNKjKqczswP5imvxFD8ND9s8XWopIsnbKw8tKN21z5VU2XuKCqXtTSKkEIY9LnYYEt3gFyWijExii5f9xWA7c828OTJKuYQWyvyjCSicve5a4dziFeadBcvPWa95q3wY4kjEpV6Z9P0ayvKRaKz5p1GihAtQvCuAsHRNVtuIym0sSoVMT2hUx309vBypmVAGt6D1u0cuayB5tEw9bVdPAIBbi7ymJDDEiQXc5GrX71kyijEM03OcYnTV3ftsgCs9srl5hKJpiaavRZoHmCmdK7Wmrn3prgmFDti6fQ9y0QQ0Wsy4sKCE]) not possible since action not active anymore.
2024-03-22 09:23:04,345  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.tryToFinishAnUpdateProcessAfterItHasBeenFinished() throws java.lang.Exception] succeeded.
2024-03-22 09:23:04,395  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:04,396  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:04,398  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:04,398  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.sleepTimeResponseForDifferentMaintenanceWindowParameters() throws java.lang.Exception]...
2024-03-22 09:23:04,887  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.sleepTimeResponseForDifferentMaintenanceWindowParameters() throws java.lang.Exception] succeeded.
2024-03-22 09:23:04,940  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:04,941  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:04,943  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:04,943  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.rootRsIpAddressNotStoredIfDisabled() throws java.lang.Exception]...
2024-03-22 09:23:05,173  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.rootRsIpAddressNotStoredIfDisabled() throws java.lang.Exception] succeeded.
2024-03-22 09:23:05,242  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:05,242  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:05,245  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 3 ms
2024-03-22 09:23:05,245  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.testActionHistoryNegativeInput() throws java.lang.Exception]...
2024-03-22 09:23:06,430  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.testActionHistoryNegativeInput() throws java.lang.Exception] succeeded.
2024-03-22 09:23:06,479  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:06,480  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:06,482  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:06,482  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.targetPollDoesNotModifyAuditData() throws java.lang.Exception]...
2024-03-22 09:23:06,832  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.targetPollDoesNotModifyAuditData() throws java.lang.Exception] succeeded.
2024-03-22 09:23:06,883  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:06,883  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:06,886  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 3 ms
2024-03-22 09:23:06,886  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.pollWithModifiedGlobalPollingTime() throws java.lang.Exception]...
2024-03-22 09:23:07,236  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.pollWithModifiedGlobalPollingTime() throws java.lang.Exception] succeeded.
2024-03-22 09:23:07,282  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:07,282  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:07,284  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:07,284  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.downloadAndUpdateStatusDuringMaintenanceWindow() throws java.lang.Exception]...
2024-03-22 09:23:07,463  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.downloadAndUpdateStatusDuringMaintenanceWindow() throws java.lang.Exception] succeeded.
2024-03-22 09:23:07,542  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:07,543  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:07,545  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:07,545  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.targetCannotBeRegisteredIfTenantDoesNotExistsButWhenExists() throws java.lang.Exception]...
2024-03-22 09:23:08,039  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.targetCannotBeRegisteredIfTenantDoesNotExistsButWhenExists() throws java.lang.Exception] succeeded.
2024-03-22 09:23:08,084  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:08,084  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:08,086  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:08,087  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.apiReturnsJSONByDefault() throws java.lang.Exception]...
2024-03-22 09:23:08,116  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.apiReturnsJSONByDefault() throws java.lang.Exception] succeeded.
2024-03-22 09:23:08,160  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:08,160  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:08,162  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:08,163  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.rootRsPlugAndPlayIpAddress() throws java.lang.Exception]...
2024-03-22 09:23:08,393  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.rootRsPlugAndPlayIpAddress() throws java.lang.Exception] succeeded.
2024-03-22 09:23:08,435  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:08,435  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:08,437  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:08,437  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.attributeUpdateRequestSendingAfterSuccessfulDeployment() throws java.lang.Exception]...
2024-03-22 09:23:09,832  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.attributeUpdateRequestSendingAfterSuccessfulDeployment() throws java.lang.Exception] succeeded.
2024-03-22 09:23:09,880  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:09,881  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:09,883  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:09,883  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.earliestActionIsExposedToControllerInMultiAssignMode() throws java.lang.Exception]...
2024-03-22 09:23:10,093  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.earliestActionIsExposedToControllerInMultiAssignMode() throws java.lang.Exception] succeeded.
2024-03-22 09:23:10,144  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:10,144  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:10,146  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:10,146  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.rootRsWithoutId() throws java.lang.Exception]...
2024-03-22 09:23:10,262  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.rootRsWithoutId() throws java.lang.Exception] succeeded.
2024-03-22 09:23:10,304  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:10,304  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:10,306  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:10,307  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.downloadAndUpdateStatusBeforeMaintenanceWindowStartTime() throws java.lang.Exception]...
2024-03-22 09:23:10,443  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.downloadAndUpdateStatusBeforeMaintenanceWindowStartTime() throws java.lang.Exception] succeeded.
2024-03-22 09:23:10,485  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:10,485  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:10,487  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:10,487  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.rootRsPrecommissioned() throws java.lang.Exception]...
2024-03-22 09:23:10,835  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.rootRsPrecommissioned() throws java.lang.Exception] succeeded.
2024-03-22 09:23:10,883  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:10,883  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:10,885  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:10,886  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.rootRsPlugAndPlay() throws java.lang.Exception]...
2024-03-22 09:23:10,905  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' is not supported]
2024-03-22 09:23:10,906  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'PUT' is not supported]
2024-03-22 09:23:10,906  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'DELETE' is not supported]
2024-03-22 09:23:11,121  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.rootRsPlugAndPlay() throws java.lang.Exception] succeeded.
2024-03-22 09:23:11,162  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:11,163  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:11,165  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:11,165  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.rootRsNotModified() throws java.lang.Exception]...
2024-03-22 09:23:12,562  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.rootRsNotModified() throws java.lang.Exception] succeeded.
2024-03-22 09:23:12,611  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:12,612  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:12,614  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:12,614  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.testActionHistoryCount() throws java.lang.Exception]...
2024-03-22 09:23:13,757  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.testActionHistoryCount() throws java.lang.Exception] succeeded.
2024-03-22 09:23:13,797  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:13,797  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:13,799  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:13,799  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.rootRsWithInvalidControllerId() throws java.lang.Exception]...
2024-03-22 09:23:13,834  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.rootRsWithInvalidControllerId() throws java.lang.Exception] succeeded.
2024-03-22 09:23:13,871  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:13,871  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:13,873  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:13,873  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.testActionHistoryZeroInput() throws java.lang.Exception]...
2024-03-22 09:23:15,033  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.testActionHistoryZeroInput() throws java.lang.Exception] succeeded.
2024-03-22 09:23:15,078  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:15,079  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:15,081  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:15,081  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.rootPollResourceCbor() throws java.lang.Exception]...
2024-03-22 09:23:15,112  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest.rootPollResourceCbor() throws java.lang.Exception] succeeded.
2024-03-22 09:23:15,115  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@2315870
2024-03-22 09:23:15,131  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1794423354.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:23:15,133  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:23:15,133  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:23:15,133  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:23:15,140  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:23:15,142  INFO main c.z.h.HikariDataSource:350 - HikariPool-3 - Shutdown initiated...
2024-03-22 09:23:15,143  INFO main c.z.h.HikariDataSource:352 - HikariPool-3 - Shutdown completed.
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.10 s -- in org.eclipse.hawkbit.ddi.rest.resource.DdiRootControllerTest
[INFO] Running org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest
2024-03-22 09:23:15,150  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:23:15,189  INFO main o.e.h.d.r.r.DdiConfirmationBaseTest:50 - Starting DdiConfirmationBaseTest using Java 17.0.9 with PID 3045 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource)
2024-03-22 09:23:15,189  INFO main o.e.h.d.r.r.DdiConfirmationBaseTest:660 - The following 1 profile is active: "test"
2024-03-22 09:23:15,401  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:23:15,431  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 29 ms. Found 20 JPA repository interfaces.
2024-03-22 09:23:15,566  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:23:15,566  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:23:15,581  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=98f4ae94-ea0d-31d7-8317-ba8cbedd60f4
2024-03-22 09:23:15,616  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:15,617  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:15,618  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:15,619  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1047/0x00007f14245d8a48] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:15,619  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:15,622  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:15,624  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:15,625  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:15,625  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:15,629  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:15,630  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:15,630  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:15,637  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:15,640  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:15,641  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:23:15,710  INFO main c.z.h.HikariDataSource:110 - HikariPool-4 - Starting...
2024-03-22 09:23:15,717  INFO main c.z.h.p.HikariPool:565 - HikariPool-4 - Added connection conn30: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:23:15,717  INFO main c.z.h.HikariDataSource:123 - HikariPool-4 - Start completed.
2024-03-22 09:23:15,727  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:23:15,729  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:23:15,757  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:23:15,758  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.027s)
2024-03-22 09:23:15,759  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:23:15,763  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:23:15,769  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:23:15,790  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:23:15,794  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:23:15,815  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:23:15,818  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:23:15,821  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:23:15,831  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:23:15,833  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:23:15,843  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:23:15,846  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:23:15,850  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:23:15,853  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:23:15,857  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:23:15,863  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:23:15,868  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:23:15,872  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:23:15,894  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:23:15,929  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:23:15,932  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:23:15,935  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:23:15,938  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:23:15,954  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:23:15,962  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:23:15,964  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:23:15,967  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:23:15,975  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:23:15,977  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:23:15,984  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:23:15,988  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:23:15,990  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:23:15,993  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:23:15,997  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:23:16,015  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:23:16,020  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:23:16,023  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:23:16,031  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:23:16,037  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:23:16,040  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:23:16,047  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:23:16,052  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:23:16,057  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:23:16,059  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:23:16,061  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:23:16,065  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:23:16,070  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:23:16,076  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:23:16,081  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:23:16,085  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:23:16,097  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:23:16,116  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.192s)
2024-03-22 09:23:16,245  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:23:16,758  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:23:16,759  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:23:16,762  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:23:16,777  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:23:16,780  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:23:17,172  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:23:17,173  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:23:17,180  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:23:18,079  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:23:18,586  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@2b3071cb, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3f367e9f, org.springframework.security.web.context.SecurityContextHolderFilter@7ea56ff3, org.springframework.security.web.header.HeaderWriterFilter@5daa415b, org.springframework.web.filter.CorsFilter@7d196255, org.springframework.security.web.csrf.CsrfFilter@6e62c580, org.springframework.security.web.authentication.logout.LogoutFilter@7c7badc4, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@3bdf364a, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@3025b9e8, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@3afe24f7, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@1aebb978, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@613fb62, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3f8a97db, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1268b44a, org.springframework.security.web.access.ExceptionTranslationFilter@3681f437, org.springframework.security.web.access.intercept.AuthorizationFilter@ad3d83a]
2024-03-22 09:23:18,620  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:18,620  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:18,622  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:23:18,692  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:23:18,772  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:23:18,772  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:23:18,772  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:23:18,773  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1392544731.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:23:18,773  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1392544731.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:23:18,773  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:23:18,773  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@7618e03d
2024-03-22 09:23:18,775  INFO main o.e.h.d.r.r.DdiConfirmationBaseTest:56 - Started DdiConfirmationBaseTest in 3.615 seconds (process running for 69.057)
2024-03-22 09:23:18,858  INFO pool-6-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:23:18,936  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:18,936  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:18,938  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:18,938  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest.verifyConfirmationReferencesInControllerBase(org.eclipse.hawkbit.repository.jpa.repository.ActionStatusRepository) throws java.lang.Exception]...
2024-03-22 09:23:19,432  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest.verifyConfirmationReferencesInControllerBase(org.eclipse.hawkbit.repository.jpa.repository.ActionStatusRepository) throws java.lang.Exception] succeeded.
2024-03-22 09:23:19,469  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:19,470  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:19,471  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:23:19,472  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest.activateAutoConfirmation(java.lang.String,java.lang.String) throws java.lang.Exception]...
2024-03-22 09:23:19,524  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest.activateAutoConfirmation(java.lang.String,java.lang.String) throws java.lang.Exception] succeeded.
2024-03-22 09:23:19,559  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:19,560  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:19,561  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:23:19,562  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest.activateAutoConfirmation(java.lang.String,java.lang.String) throws java.lang.Exception]...
2024-03-22 09:23:19,584  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest.activateAutoConfirmation(java.lang.String,java.lang.String) throws java.lang.Exception] succeeded.
2024-03-22 09:23:19,632  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:19,632  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:19,634  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:19,634  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest.activateAutoConfirmation(java.lang.String,java.lang.String) throws java.lang.Exception]...
2024-03-22 09:23:19,680  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest.activateAutoConfirmation(java.lang.String,java.lang.String) throws java.lang.Exception] succeeded.
2024-03-22 09:23:19,736  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:19,736  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:19,738  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:19,738  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest.activateAutoConfirmation(java.lang.String,java.lang.String) throws java.lang.Exception]...
2024-03-22 09:23:19,760  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest.activateAutoConfirmation(java.lang.String,java.lang.String) throws java.lang.Exception] succeeded.
2024-03-22 09:23:19,793  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:19,793  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:19,795  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:19,795  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest.verifyConfirmationBaseEndpointsArePresentAfterDisablingConfirmationFlow() throws java.lang.Exception]...
2024-03-22 09:23:19,975  INFO main o.e.h.d.r.r.DdiRootController:693 - Controller confirmed the action (actionId: 3, controllerId: 988) as we got CONFIRMED report.
2024-03-22 09:23:20,026  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest.verifyConfirmationBaseEndpointsArePresentAfterDisablingConfirmationFlow() throws java.lang.Exception] succeeded.
2024-03-22 09:23:20,059  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:20,059  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:20,061  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:23:20,061  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest.confirmationResourceCbor() throws java.lang.Exception]...
2024-03-22 09:23:20,192  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest.confirmationResourceCbor() throws java.lang.Exception] succeeded.
2024-03-22 09:23:20,245  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:20,245  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:20,247  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:20,247  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest.getConfirmationBaseProvidesAutoConfirmStatusActive(java.lang.String,java.lang.String) throws java.lang.Exception]...
2024-03-22 09:23:20,282  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest.getConfirmationBaseProvidesAutoConfirmStatusActive(java.lang.String,java.lang.String) throws java.lang.Exception] succeeded.
2024-03-22 09:23:20,327  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:20,327  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:20,329  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:20,329  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest.getConfirmationBaseProvidesAutoConfirmStatusActive(java.lang.String,java.lang.String) throws java.lang.Exception]...
2024-03-22 09:23:20,357  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest.getConfirmationBaseProvidesAutoConfirmStatusActive(java.lang.String,java.lang.String) throws java.lang.Exception] succeeded.
2024-03-22 09:23:20,391  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:20,391  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:20,393  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:23:20,393  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest.getConfirmationBaseProvidesAutoConfirmStatusActive(java.lang.String,java.lang.String) throws java.lang.Exception]...
2024-03-22 09:23:20,435  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest.getConfirmationBaseProvidesAutoConfirmStatusActive(java.lang.String,java.lang.String) throws java.lang.Exception] succeeded.
2024-03-22 09:23:20,468  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:20,468  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:20,470  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:20,470  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest.getConfirmationBaseProvidesAutoConfirmStatusActive(java.lang.String,java.lang.String) throws java.lang.Exception]...
2024-03-22 09:23:20,499  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest.getConfirmationBaseProvidesAutoConfirmStatusActive(java.lang.String,java.lang.String) throws java.lang.Exception] succeeded.
2024-03-22 09:23:20,545  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:20,546  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:20,547  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:23:20,547  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest.confirmationEndpointNotExposed() throws java.lang.Exception]...
2024-03-22 09:23:20,639  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest.confirmationEndpointNotExposed() throws java.lang.Exception] succeeded.
2024-03-22 09:23:20,675  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:20,675  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:20,677  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:20,677  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest.sendConfirmedActionStateFeedbackTest() throws java.lang.Exception]...
2024-03-22 09:23:20,752  INFO main o.e.h.d.r.r.DdiRootController:693 - Controller confirmed the action (actionId: 6, controllerId: 988) as we got CONFIRMED report.
2024-03-22 09:23:22,001  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest.sendConfirmedActionStateFeedbackTest() throws java.lang.Exception] succeeded.
2024-03-22 09:23:22,035  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:22,035  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:22,037  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:22,037  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest.sendDeniedActionStateFeedbackTest() throws java.lang.Exception]...
2024-03-22 09:23:23,365  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest.sendDeniedActionStateFeedbackTest() throws java.lang.Exception] succeeded.
2024-03-22 09:23:23,412  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:23,413  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:23,415  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:23,415  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest.getConfirmationBaseProvidesAutoConfirmStatusNotActive() throws java.lang.Exception]...
2024-03-22 09:23:23,502  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest.getConfirmationBaseProvidesAutoConfirmStatusNotActive() throws java.lang.Exception] succeeded.
2024-03-22 09:23:23,549  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:23,549  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:23,551  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:23,551  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest.testActionHistoryCount() throws java.lang.Exception]...
2024-03-22 09:23:23,625  INFO main o.e.h.d.r.r.DdiRootController:693 - Controller confirmed the action (actionId: 9, controllerId: 990) as we got CONFIRMED report.
2024-03-22 09:23:24,669  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest.testActionHistoryCount() throws java.lang.Exception] succeeded.
2024-03-22 09:23:24,702  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:24,702  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:24,704  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:24,704  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest.deploymentEndpointNotAccessibleForActionsWFC() throws java.lang.Exception]...
2024-03-22 09:23:24,785  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest.deploymentEndpointNotAccessibleForActionsWFC() throws java.lang.Exception] succeeded.
2024-03-22 09:23:24,823  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:24,823  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:24,825  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:24,825  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest.deactivateAutoConfirmation() throws java.lang.Exception]...
2024-03-22 09:23:24,849  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest.deactivateAutoConfirmation() throws java.lang.Exception] succeeded.
2024-03-22 09:23:24,852  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@7618e03d
2024-03-22 09:23:24,863  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1392544731.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:23:24,866  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:23:24,866  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:23:24,866  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:23:24,871  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:23:24,873  INFO main c.z.h.HikariDataSource:350 - HikariPool-4 - Shutdown initiated...
2024-03-22 09:23:24,873  INFO main c.z.h.HikariDataSource:352 - HikariPool-4 - Shutdown completed.
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.724 s -- in org.eclipse.hawkbit.ddi.rest.resource.DdiConfirmationBaseTest
[INFO] Running org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest
2024-03-22 09:23:24,880  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:23:24,929  INFO main o.e.h.d.r.r.DdiDeploymentBaseTest:50 - Starting DdiDeploymentBaseTest using Java 17.0.9 with PID 3045 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource)
2024-03-22 09:23:24,929  INFO main o.e.h.d.r.r.DdiDeploymentBaseTest:660 - The following 1 profile is active: "test"
2024-03-22 09:23:25,141  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:23:25,162  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 20 ms. Found 20 JPA repository interfaces.
2024-03-22 09:23:25,291  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:23:25,292  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:23:25,306  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=98f4ae94-ea0d-31d7-8317-ba8cbedd60f4
2024-03-22 09:23:25,332  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:25,333  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:25,334  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:25,334  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1047/0x00007f14245d8a48] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:25,335  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:25,337  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:25,339  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:25,339  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:25,340  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:25,343  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:25,344  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:25,345  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:25,351  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:25,354  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:25,355  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:23:25,439  INFO main c.z.h.HikariDataSource:110 - HikariPool-5 - Starting...
2024-03-22 09:23:25,441  INFO main c.z.h.p.HikariPool:565 - HikariPool-5 - Added connection conn40: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:23:25,441  INFO main c.z.h.HikariDataSource:123 - HikariPool-5 - Start completed.
2024-03-22 09:23:25,450  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:23:25,451  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:23:25,462  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:23:25,462  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.009s)
2024-03-22 09:23:25,463  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:23:25,466  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:23:25,472  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:23:25,491  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:23:25,515  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:23:25,522  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:23:25,524  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:23:25,528  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:23:25,537  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:23:25,539  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:23:25,548  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:23:25,552  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:23:25,556  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:23:25,558  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:23:25,561  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:23:25,566  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:23:25,571  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:23:25,574  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:23:25,615  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:23:25,631  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:23:25,634  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:23:25,636  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:23:25,640  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:23:25,654  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:23:25,661  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:23:25,663  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:23:25,665  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:23:25,673  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:23:25,675  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:23:25,680  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:23:25,684  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:23:25,686  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:23:25,717  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:23:25,720  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:23:25,723  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:23:25,728  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:23:25,731  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:23:25,739  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:23:25,744  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:23:25,747  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:23:25,773  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:23:25,778  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:23:25,782  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:23:25,784  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:23:25,786  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:23:25,789  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:23:25,793  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:23:25,818  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:23:25,823  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:23:25,827  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:23:25,836  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:23:25,842  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.214s)
2024-03-22 09:23:25,923  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:23:26,296  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:23:26,297  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:23:26,299  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:23:26,320  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:23:26,323  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:23:26,655  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:23:26,655  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:23:26,661  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:23:27,442  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:23:27,907  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@7ec72121, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@52f936b3, org.springframework.security.web.context.SecurityContextHolderFilter@5232c099, org.springframework.security.web.header.HeaderWriterFilter@755380fb, org.springframework.web.filter.CorsFilter@37b8b629, org.springframework.security.web.csrf.CsrfFilter@1a545bc5, org.springframework.security.web.authentication.logout.LogoutFilter@9d2ecad, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@7a93e6fb, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@26d02ab0, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@5e40484, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@64bada80, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6a802369, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4fed3fee, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@426de330, org.springframework.security.web.access.ExceptionTranslationFilter@84b99e, org.springframework.security.web.access.intercept.AuthorizationFilter@8c48ac0]
2024-03-22 09:23:27,943  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:27,944  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:27,945  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:23:28,009  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:23:28,091  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:23:28,092  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:23:28,092  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:23:28,093  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1157546474.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:23:28,093  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1157546474.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:23:28,093  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:23:28,093  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@a74a8f7
2024-03-22 09:23:28,094  INFO main o.e.h.d.r.r.DdiDeploymentBaseTest:56 - Started DdiDeploymentBaseTest in 3.205 seconds (process running for 78.377)
2024-03-22 09:23:28,173  INFO pool-7-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:23:28,237  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:28,237  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:28,239  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:28,239  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest.deploymentResourceCbor() throws java.lang.Exception]...
2024-03-22 09:23:28,573  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest.deploymentResourceCbor() throws java.lang.Exception] succeeded.
2024-03-22 09:23:28,619  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:28,620  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:28,621  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:23:28,622  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest.deploymentAttemptAction() throws java.lang.Exception]...
2024-03-22 09:23:28,926  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest.deploymentAttemptAction() throws java.lang.Exception] succeeded.
2024-03-22 09:23:28,961  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:28,961  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:28,963  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:28,963  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest.artifactsNotFound() throws java.lang.Exception]...
2024-03-22 09:23:28,982  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest.artifactsNotFound() throws java.lang.Exception] succeeded.
2024-03-22 09:23:29,025  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:29,025  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:29,027  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:29,027  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest.tooMuchDeploymentActionMessagesInFeedback() throws java.lang.Exception]...
2024-03-22 09:23:29,088  WARN main o.e.h.r.j.u.QuotaHelper:116 - Cannot assign 11 Message entities to ActionStatus '<new>' because of the configured quota limit 10.
2024-03-22 09:23:29,100  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest.tooMuchDeploymentActionMessagesInFeedback() throws java.lang.Exception] succeeded.
2024-03-22 09:23:29,140  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:29,140  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:29,141  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:23:29,142  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest.tooMuchDeploymentActionFeedback() throws java.lang.Exception]...
2024-03-22 09:23:29,921  WARN main o.e.h.r.j.u.QuotaHelper:124 - Cannot assign 1 ActionStatus entities to Action '5' because of the configured quota limit 100. Currently, there are 100 ActionStatus entities assigned.
2024-03-22 09:23:29,935  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest.tooMuchDeploymentActionFeedback() throws java.lang.Exception] succeeded.
2024-03-22 09:23:29,988  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:29,988  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:29,990  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:29,990  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest.changeEtagIfActionSwitchesFromSoftToForced() throws java.lang.Exception]...
2024-03-22 09:23:32,083  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest.changeEtagIfActionSwitchesFromSoftToForced() throws java.lang.Exception] succeeded.
2024-03-22 09:23:32,112  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:32,112  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:32,114  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:32,114  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest.badDeploymentAction() throws java.lang.Exception]...
2024-03-22 09:23:32,117  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' is not supported]
2024-03-22 09:23:32,118  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'PUT' is not supported]
2024-03-22 09:23:32,119  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'DELETE' is not supported]
2024-03-22 09:23:32,177  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpMediaTypeNotAcceptableException: No acceptable representation]
2024-03-22 09:23:32,187  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest.badDeploymentAction() throws java.lang.Exception] succeeded.
2024-03-22 09:23:32,225  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:32,225  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:32,227  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:23:32,227  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest.deploymentAutoForceAction() throws java.lang.Exception]...
2024-03-22 09:23:32,419  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest.deploymentAutoForceAction() throws java.lang.Exception] succeeded.
2024-03-22 09:23:32,449  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:32,449  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:32,451  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:32,451  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest.missingFinishedAttributeInFeedbackReturnsBadRequest() throws java.lang.Exception]...
2024-03-22 09:23:33,335  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest.missingFinishedAttributeInFeedbackReturnsBadRequest() throws java.lang.Exception] succeeded.
2024-03-22 09:23:33,369  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:33,369  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:33,371  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:33,371  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest.missingResultAttributeInFeedbackReturnsBadRequest() throws java.lang.Exception]...
2024-03-22 09:23:34,239  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest.missingResultAttributeInFeedbackReturnsBadRequest() throws java.lang.Exception] succeeded.
2024-03-22 09:23:34,270  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:34,270  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:34,272  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:34,272  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest.rootRsSingleDeploymentActionWithErrorFeedback() throws java.lang.Exception]...
2024-03-22 09:23:34,442  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest.rootRsSingleDeploymentActionWithErrorFeedback() throws java.lang.Exception] succeeded.
2024-03-22 09:23:34,472  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:34,472  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:34,495  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 23 ms
2024-03-22 09:23:34,495  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest.badDeploymentActionFeedback() throws java.lang.Exception]...
2024-03-22 09:23:34,645  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' is not supported]
2024-03-22 09:23:34,646  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'PUT' is not supported]
2024-03-22 09:23:34,646  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'DELETE' is not supported]
2024-03-22 09:23:34,658  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest.badDeploymentActionFeedback() throws java.lang.Exception] succeeded.
2024-03-22 09:23:34,690  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:34,690  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:34,716  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 26 ms
2024-03-22 09:23:34,716  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest.invalidIdInFeedbackReturnsBadRequest() throws java.lang.Exception]...
2024-03-22 09:23:35,580  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest.invalidIdInFeedbackReturnsBadRequest() throws java.lang.Exception] succeeded.
2024-03-22 09:23:35,611  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:35,611  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:35,613  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:35,613  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest.multipleDeploymentActionFeedback() throws java.lang.Exception]...
2024-03-22 09:23:35,854  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest.multipleDeploymentActionFeedback() throws java.lang.Exception] succeeded.
2024-03-22 09:23:35,883  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:35,884  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:35,885  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:23:35,886  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest.deploymentForceAction() throws java.lang.Exception]...
2024-03-22 09:23:36,062  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest.deploymentForceAction() throws java.lang.Exception] succeeded.
2024-03-22 09:23:36,090  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:36,091  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:36,092  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:23:36,093  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest.deploymentDownloadOnlyAction() throws java.lang.Exception]...
2024-03-22 09:23:36,292  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest.deploymentDownloadOnlyAction() throws java.lang.Exception] succeeded.
2024-03-22 09:23:36,333  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:36,333  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:36,335  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:36,335  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest.artifactsExists() throws java.lang.Exception]...
2024-03-22 09:23:36,421  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest.artifactsExists() throws java.lang.Exception] succeeded.
2024-03-22 09:23:36,448  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:36,448  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:36,450  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:36,450  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest.rootRsSingleDeploymentActionFeedback() throws java.lang.Exception]...
2024-03-22 09:23:36,603  INFO main o.e.h.d.r.r.DdiRootController:381 - Controller reported internal error (actionId: 25, controllerId: 4712) as we got REJECTED report.
2024-03-22 09:23:36,654  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest.rootRsSingleDeploymentActionFeedback() throws java.lang.Exception] succeeded.
2024-03-22 09:23:36,657  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@a74a8f7
2024-03-22 09:23:36,667  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1157546474.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:23:36,668  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:23:36,668  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:23:36,668  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:23:36,673  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:23:36,674  INFO main c.z.h.HikariDataSource:350 - HikariPool-5 - Shutdown initiated...
2024-03-22 09:23:36,675  INFO main c.z.h.HikariDataSource:352 - HikariPool-5 - Shutdown completed.
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.80 s -- in org.eclipse.hawkbit.ddi.rest.resource.DdiDeploymentBaseTest
[INFO] Running org.eclipse.hawkbit.ddi.rest.resource.DdiConfigDataTest
2024-03-22 09:23:36,680  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:23:36,726  INFO main o.e.h.d.r.r.DdiConfigDataTest:50 - Starting DdiConfigDataTest using Java 17.0.9 with PID 3045 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource)
2024-03-22 09:23:36,726  INFO main o.e.h.d.r.r.DdiConfigDataTest:660 - The following 2 profiles are active: "test", "im"
2024-03-22 09:23:36,891  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:23:36,909  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 18 ms. Found 20 JPA repository interfaces.
2024-03-22 09:23:37,052  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:23:37,053  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:23:37,064  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=98f4ae94-ea0d-31d7-8317-ba8cbedd60f4
2024-03-22 09:23:37,087  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:37,088  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:37,089  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:37,090  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1047/0x00007f14245d8a48] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:37,090  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:37,092  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:37,093  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:37,094  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:37,094  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:37,098  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:37,099  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:37,099  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:37,106  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:37,108  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:37,115  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:23:37,173  INFO main c.z.h.HikariDataSource:110 - HikariPool-6 - Starting...
2024-03-22 09:23:37,174  INFO main c.z.h.p.HikariPool:565 - HikariPool-6 - Added connection conn50: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:23:37,175  INFO main c.z.h.HikariDataSource:123 - HikariPool-6 - Start completed.
2024-03-22 09:23:37,184  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:23:37,185  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:23:37,195  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:23:37,196  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.009s)
2024-03-22 09:23:37,196  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:23:37,199  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:23:37,219  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:23:37,235  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:23:37,238  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:23:37,244  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:23:37,246  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:23:37,250  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:23:37,258  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:23:37,260  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:23:37,268  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:23:37,272  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:23:37,275  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:23:37,277  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:23:37,280  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:23:37,285  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:23:37,288  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:23:37,292  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:23:37,326  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:23:37,339  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:23:37,341  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:23:37,343  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:23:37,346  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:23:37,358  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:23:37,364  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:23:37,366  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:23:37,368  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:23:37,374  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:23:37,376  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:23:37,381  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:23:37,383  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:23:37,385  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:23:37,387  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:23:37,390  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:23:37,392  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:23:37,395  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:23:37,398  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:23:37,403  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:23:37,415  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:23:37,417  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:23:37,423  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:23:37,426  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:23:37,430  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:23:37,431  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:23:37,433  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:23:37,436  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:23:37,439  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:23:37,443  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:23:37,447  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:23:37,451  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:23:37,459  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:23:37,481  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.163s)
2024-03-22 09:23:37,558  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:23:37,942  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:23:37,943  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:23:37,945  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:23:37,958  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:23:37,961  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:23:38,250  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:23:38,250  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:23:38,256  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:23:38,887  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:23:39,292  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@393b90e6, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@636c2054, org.springframework.security.web.context.SecurityContextHolderFilter@29f2ea0d, org.springframework.security.web.header.HeaderWriterFilter@576b73cf, org.springframework.web.filter.CorsFilter@68da4d4e, org.springframework.security.web.csrf.CsrfFilter@7fe8920e, org.springframework.security.web.authentication.logout.LogoutFilter@7f042033, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@4f9884ab, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@581e852d, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@6097bd3e, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@114320d3, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@123165df, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@54676165, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5cead6a, org.springframework.security.web.access.ExceptionTranslationFilter@58a3c66a, org.springframework.security.web.access.intercept.AuthorizationFilter@3c1cc22f]
2024-03-22 09:23:39,336  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:39,337  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:39,338  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:23:39,398  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:23:39,452  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:23:39,452  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:23:39,453  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:23:39,453  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '621986648.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:23:39,454  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '621986648.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:23:39,454  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:23:39,454  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@54076f83
2024-03-22 09:23:39,455  INFO main o.e.h.d.r.r.DdiConfigDataTest:56 - Started DdiConfigDataTest in 2.767 seconds (process running for 89.737)
2024-03-22 09:23:39,526  INFO pool-8-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:23:39,575  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:39,576  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:39,577  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:23:39,577  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfigDataTest.putConfigDataWithInvalidAttributes() throws java.lang.Exception]...
2024-03-22 09:23:39,698  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfigDataTest.putConfigDataWithInvalidAttributes() throws java.lang.Exception] succeeded.
2024-03-22 09:23:39,734  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:39,734  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:39,735  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:23:39,736  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfigDataTest.putTooMuchConfigData() throws java.lang.Exception]...
2024-03-22 09:23:39,747  WARN main o.e.h.r.j.u.QuotaHelper:116 - Cannot assign 11 Attribute entities to Target '2' because of the configured quota limit 10.
2024-03-22 09:23:39,756  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfigDataTest.putTooMuchConfigData() throws java.lang.Exception] succeeded.
2024-03-22 09:23:39,783  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:39,783  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:39,785  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:23:39,785  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfigDataTest.putConfigData() throws java.lang.Exception]...
2024-03-22 09:23:39,844  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfigDataTest.putConfigData() throws java.lang.Exception] succeeded.
2024-03-22 09:23:39,879  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:39,879  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:39,880  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:23:39,881  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfigDataTest.badConfigData() throws java.lang.Exception]...
2024-03-22 09:23:39,884  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' is not supported]
2024-03-22 09:23:39,885  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' is not supported]
2024-03-22 09:23:39,915  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'DELETE' is not supported]
2024-03-22 09:23:39,916  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content-Type 'application/hal+json' is not supported]
2024-03-22 09:23:39,931  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfigDataTest.badConfigData() throws java.lang.Exception] succeeded.
2024-03-22 09:23:39,961  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:39,962  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:39,963  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:23:39,963  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfigDataTest.putConfigDataWithDifferentUpdateModes() throws java.lang.Exception]...
2024-03-22 09:23:40,052  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfigDataTest.putConfigDataWithDifferentUpdateModes() throws java.lang.Exception] succeeded.
2024-03-22 09:23:40,082  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:40,082  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:40,084  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:40,084  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfigDataTest.putConfigDataAsCbor() throws java.lang.Exception]...
2024-03-22 09:23:40,130  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfigDataTest.putConfigDataAsCbor() throws java.lang.Exception] succeeded.
2024-03-22 09:23:40,158  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:40,159  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:40,160  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:23:40,161  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfigDataTest.requestConfigDataIfEmpty() throws java.lang.Exception]...
2024-03-22 09:23:40,223  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DdiConfigDataTest.requestConfigDataIfEmpty() throws java.lang.Exception] succeeded.
2024-03-22 09:23:40,225  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@54076f83
2024-03-22 09:23:40,235  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.621986648.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:23:40,236  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:23:40,236  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:23:40,237  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:23:40,241  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:23:40,242  INFO main c.z.h.HikariDataSource:350 - HikariPool-6 - Shutdown initiated...
2024-03-22 09:23:40,243  INFO main c.z.h.HikariDataSource:352 - HikariPool-6 - Shutdown completed.
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.564 s -- in org.eclipse.hawkbit.ddi.rest.resource.DdiConfigDataTest
[INFO] Running org.eclipse.hawkbit.ddi.rest.resource.DosFilterTest
2024-03-22 09:23:40,248  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:23:40,278  INFO main o.e.h.d.r.r.DosFilterTest:50 - Starting DosFilterTest using Java 17.0.9 with PID 3045 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource)
2024-03-22 09:23:40,278  INFO main o.e.h.d.r.r.DosFilterTest:660 - The following 1 profile is active: "test"
2024-03-22 09:23:40,479  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:23:40,497  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 17 ms. Found 20 JPA repository interfaces.
2024-03-22 09:23:40,610  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:23:40,611  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:23:40,625  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=98f4ae94-ea0d-31d7-8317-ba8cbedd60f4
2024-03-22 09:23:40,647  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:40,648  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:40,649  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:40,649  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1047/0x00007f14245d8a48] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:40,649  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:40,652  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:40,653  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:40,654  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:40,654  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:40,657  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:40,658  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:40,658  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:40,664  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:40,666  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:40,667  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:23:40,722  INFO main c.z.h.HikariDataSource:110 - HikariPool-7 - Starting...
2024-03-22 09:23:40,724  INFO main c.z.h.p.HikariPool:565 - HikariPool-7 - Added connection conn60: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:23:40,724  INFO main c.z.h.HikariDataSource:123 - HikariPool-7 - Start completed.
2024-03-22 09:23:40,732  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:23:40,733  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:23:40,743  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:23:40,743  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.009s)
2024-03-22 09:23:40,744  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:23:40,746  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:23:40,752  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:23:40,789  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:23:40,792  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:23:40,796  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:23:40,798  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:23:40,801  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:23:40,818  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:23:40,820  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:23:40,827  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:23:40,829  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:23:40,832  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:23:40,834  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:23:40,836  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:23:40,841  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:23:40,844  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:23:40,848  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:23:40,864  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:23:40,878  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:23:40,880  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:23:40,882  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:23:40,885  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:23:40,896  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:23:40,902  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:23:40,915  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:23:40,917  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:23:40,924  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:23:40,926  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:23:40,931  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:23:40,933  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:23:40,935  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:23:40,938  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:23:40,940  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:23:40,942  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:23:40,946  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:23:40,948  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:23:40,953  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:23:40,958  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:23:40,960  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:23:40,965  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:23:40,969  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:23:40,972  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:23:40,974  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:23:40,976  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:23:40,978  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:23:40,982  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:23:40,987  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:23:40,991  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:23:40,994  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:23:41,018  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:23:41,024  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.169s)
2024-03-22 09:23:41,091  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:23:41,459  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:23:41,460  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:23:41,463  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:23:41,477  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:23:41,480  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:23:41,768  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:23:41,769  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:23:41,774  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:23:42,407  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:23:42,829  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@444df49e, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6afd15ff, org.springframework.security.web.context.SecurityContextHolderFilter@283450fb, org.springframework.security.web.header.HeaderWriterFilter@5a6dd308, org.springframework.web.filter.CorsFilter@4e3fa90a, org.springframework.security.web.csrf.CsrfFilter@4e953289, org.springframework.security.web.authentication.logout.LogoutFilter@25e97413, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@4d9d3f7d, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@71aca277, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@39eb88e7, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@23ba9331, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4f523e0e, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@45eddc51, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@12a96240, org.springframework.security.web.access.ExceptionTranslationFilter@1e0296fb, org.springframework.security.web.access.intercept.AuthorizationFilter@1ae69f0f]
2024-03-22 09:23:42,855  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:42,856  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:42,857  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:23:42,917  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:23:42,971  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:23:42,972  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:23:42,972  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:23:42,973  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '2134525028.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:23:42,973  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '2134525028.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:23:42,973  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:23:42,973  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@288edd0
2024-03-22 09:23:42,974  INFO main o.e.h.d.r.r.DosFilterTest:56 - Started DosFilterTest in 2.719 seconds (process running for 93.256)
2024-03-22 09:23:43,056  INFO pool-9-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:23:43,158  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:43,158  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:43,160  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:43,160  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DosFilterTest.putPostFloddingAttackThatisPrevented() throws java.lang.Exception]...
2024-03-22 09:23:43,469  INFO main s.dos:181 - Registered DOS attack! Client 10.0.0.1 is above configured WRITE request threshold (10)!
2024-03-22 09:23:43,484  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DosFilterTest.putPostFloddingAttackThatisPrevented() throws java.lang.Exception] succeeded.
2024-03-22 09:23:43,532  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:43,532  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:43,534  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:43,534  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DosFilterTest.unacceptableGetLoadButOnWhitelistIPv4() throws java.lang.Exception]...
2024-03-22 09:23:44,465  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DosFilterTest.unacceptableGetLoadButOnWhitelistIPv4() throws java.lang.Exception] succeeded.
2024-03-22 09:23:44,516  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:44,516  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:44,518  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:44,518  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DosFilterTest.unacceptableGetLoadButOnWhitelistIPv6() throws java.lang.Exception]...
2024-03-22 09:23:45,299  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DosFilterTest.unacceptableGetLoadButOnWhitelistIPv6() throws java.lang.Exception] succeeded.
2024-03-22 09:23:45,340  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:45,340  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:45,342  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:45,342  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DosFilterTest.acceptablePutPostLoad() throws java.lang.Exception]...
2024-03-22 09:23:51,179  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DosFilterTest.acceptablePutPostLoad() throws java.lang.Exception] succeeded.
2024-03-22 09:23:51,206  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:51,207  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:51,208  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:23:51,208  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DosFilterTest.getFloodingAttackThatIsPrevented() throws java.lang.Exception]...
2024-03-22 09:23:51,289  INFO main s.dos:197 - Registered DOS attack! Client 10.0.0.1 is above configured READ request threshold (10)!
2024-03-22 09:23:51,297  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DosFilterTest.getFloodingAttackThatIsPrevented() throws java.lang.Exception] succeeded.
2024-03-22 09:23:51,333  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:51,333  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:51,335  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:51,335  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DosFilterTest.acceptableGetLoad() throws java.lang.Exception]...
2024-03-22 09:23:54,828  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DosFilterTest.acceptableGetLoad() throws java.lang.Exception] succeeded.
2024-03-22 09:23:54,858  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:54,858  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:54,859  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:23:54,860  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DosFilterTest.blackListedClientIsForbidden() throws java.lang.Exception]...
2024-03-22 09:23:54,860  INFO main s.blacklist:157 - Blacklisted client (192.168.0.4) tries to access the server!
2024-03-22 09:23:54,868  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.ddi.rest.resource.DosFilterTest.blackListedClientIsForbidden() throws java.lang.Exception] succeeded.
2024-03-22 09:23:54,871  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@288edd0
2024-03-22 09:23:54,881  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.2134525028.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:23:54,883  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:23:54,883  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:23:54,883  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:23:54,888  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:23:54,889  INFO main c.z.h.HikariDataSource:350 - HikariPool-7 - Shutdown initiated...
2024-03-22 09:23:54,890  INFO main c.z.h.HikariDataSource:352 - HikariPool-7 - Shutdown completed.
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.64 s -- in org.eclipse.hawkbit.ddi.rest.resource.DosFilterTest
[INFO] Running org.eclipse.hawkbit.ddi.rest.resource.DdiArtifactDownloadTest
2024-03-22 09:23:54,896  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:23:54,950  INFO main o.e.h.d.r.r.DdiArtifactDownloadTest:50 - Starting DdiArtifactDownloadTest using Java 17.0.9 with PID 3045 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource)
2024-03-22 09:23:54,950  INFO main o.e.h.d.r.r.DdiArtifactDownloadTest:660 - The following 1 profile is active: "test"
2024-03-22 09:23:55,150  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:23:55,168  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 17 ms. Found 20 JPA repository interfaces.
2024-03-22 09:23:55,275  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:23:55,276  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:23:55,286  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=98f4ae94-ea0d-31d7-8317-ba8cbedd60f4
2024-03-22 09:23:55,308  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:55,310  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:55,310  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:55,311  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1047/0x00007f14245d8a48] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:55,315  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:55,317  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:55,318  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:55,319  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:55,319  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:55,322  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:55,323  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:55,323  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:55,329  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:55,331  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:23:55,332  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:23:55,384  INFO main c.z.h.HikariDataSource:110 - HikariPool-8 - Starting...
2024-03-22 09:23:55,386  INFO main c.z.h.p.HikariPool:565 - HikariPool-8 - Added connection conn70: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:23:55,386  INFO main c.z.h.HikariDataSource:123 - HikariPool-8 - Start completed.
2024-03-22 09:23:55,395  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:23:55,395  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:23:55,405  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:23:55,406  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.009s)
2024-03-22 09:23:55,406  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:23:55,409  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:23:55,419  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:23:55,449  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:23:55,452  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:23:55,457  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:23:55,458  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:23:55,462  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:23:55,470  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:23:55,472  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:23:55,479  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:23:55,482  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:23:55,485  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:23:55,487  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:23:55,490  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:23:55,494  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:23:55,498  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:23:55,501  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:23:55,529  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:23:55,542  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:23:55,544  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:23:55,546  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:23:55,549  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:23:55,560  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:23:55,565  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:23:55,567  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:23:55,569  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:23:55,575  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:23:55,577  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:23:55,582  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:23:55,584  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:23:55,586  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:23:55,588  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:23:55,591  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:23:55,593  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:23:55,597  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:23:55,599  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:23:55,605  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:23:55,609  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:23:55,616  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:23:55,622  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:23:55,625  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:23:55,628  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:23:55,630  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:23:55,632  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:23:55,635  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:23:55,639  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:23:55,644  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:23:55,648  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:23:55,651  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:23:55,660  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:23:55,665  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.152s)
2024-03-22 09:23:55,755  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:23:56,181  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:23:56,181  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:23:56,183  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:23:56,195  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:23:56,197  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:23:56,471  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:23:56,472  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:23:56,477  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:23:57,072  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:23:57,515  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@7418db66, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@188dfd1c, org.springframework.security.web.context.SecurityContextHolderFilter@6e7248ad, org.springframework.security.web.header.HeaderWriterFilter@390d976b, org.springframework.web.filter.CorsFilter@581a468f, org.springframework.security.web.csrf.CsrfFilter@20ee5f83, org.springframework.security.web.authentication.logout.LogoutFilter@61751de, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@e807ed, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@56474645, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@dfe3b44, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@3ccd3f8f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3c3200a7, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3a43f95, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3f0f0276, org.springframework.security.web.access.ExceptionTranslationFilter@1a64a9b5, org.springframework.security.web.access.intercept.AuthorizationFilter@487481b8]
2024-03-22 09:23:57,540  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:57,541  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:57,542  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:23:57,598  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:23:57,658  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:23:57,658  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:23:57,658  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:23:57,659  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1766392827.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:23:57,659  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1766392827.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:23:57,659  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:23:57,659  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@7ce1153c
2024-03-22 09:23:57,660  INFO main o.e.h.d.r.r.DdiArtifactDownloadTest:56 - Started DdiArtifactDownloadTest in 2.733 seconds (process running for 107.943)
2024-03-22 09:23:57,750  INFO pool-10-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:23:57,800  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:57,800  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:57,802  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:57,802  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiArtifactDownloadTest.downloadMd5sumThroughControllerApi() throws java.lang.Exception]...
2024-03-22 09:23:58,054  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiArtifactDownloadTest.downloadMd5sumThroughControllerApi() throws java.lang.Exception] succeeded.
2024-03-22 09:23:58,084  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:58,084  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:58,086  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:58,086  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiArtifactDownloadTest.rangeDownloadArtifact() throws java.lang.Exception]...
2024-03-22 09:23:58,921  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiArtifactDownloadTest.rangeDownloadArtifact() throws java.lang.Exception] succeeded.
2024-03-22 09:23:58,948  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:58,948  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:58,950  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:23:58,950  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiArtifactDownloadTest.downloadArtifactThroughFileName() throws java.lang.Exception]...
2024-03-22 09:23:59,083  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiArtifactDownloadTest.downloadArtifactThroughFileName() throws java.lang.Exception] succeeded.
2024-03-22 09:23:59,115  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:23:59,116  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:23:59,117  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:23:59,118  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiArtifactDownloadTest.invalidRequestsOnArtifactResource() throws java.lang.Exception]...
2024-03-22 09:23:59,219  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'PUT' is not supported]
2024-03-22 09:23:59,219  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'DELETE' is not supported]
2024-03-22 09:23:59,220  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' is not supported]
2024-03-22 09:23:59,220  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'PUT' is not supported]
2024-03-22 09:23:59,221  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'DELETE' is not supported]
2024-03-22 09:23:59,221  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' is not supported]
2024-03-22 09:23:59,230  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.ddi.rest.resource.DdiArtifactDownloadTest.invalidRequestsOnArtifactResource() throws java.lang.Exception] succeeded.
2024-03-22 09:23:59,233  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@7ce1153c
2024-03-22 09:23:59,242  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1766392827.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:23:59,243  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:23:59,243  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:23:59,243  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:23:59,249  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:23:59,250  INFO main c.z.h.HikariDataSource:350 - HikariPool-8 - Shutdown initiated...
2024-03-22 09:23:59,251  INFO main c.z.h.HikariDataSource:352 - HikariPool-8 - Shutdown completed.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.355 s -- in org.eclipse.hawkbit.ddi.rest.resource.DdiArtifactDownloadTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ hawkbit-ddi-resource ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/target/hawkbit-ddi-resource-0.5.0.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-ddi-resource >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-ddi-resource ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-ddi-resource <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-ddi-resource ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/target/hawkbit-ddi-resource-0.5.0-sources.jar
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-ddi-resource ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-ddi-resource ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-ddi-resource ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-ddi-resource ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-ddi-resource/0.5.0/hawkbit-ddi-resource-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/target/hawkbit-ddi-resource-0.5.0.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-ddi-resource/0.5.0/hawkbit-ddi-resource-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/target/hawkbit-ddi-resource-0.5.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-ddi-resource/0.5.0/hawkbit-ddi-resource-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/target/hawkbit-ddi-resource-0.5.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-ddi-resource/0.5.0/hawkbit-ddi-resource-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/target/hawkbit-ddi-resource-0.5.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-ddi-resource/0.5.0/hawkbit-ddi-resource-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/target/hawkbit-ddi-resource-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-ddi-resource/0.5.0/hawkbit-ddi-resource-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/target/hawkbit-ddi-resource-0.5.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-ddi-resource/0.5.0/hawkbit-ddi-resource-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/target/hawkbit-ddi-resource-0.5.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-ddi-resource/0.5.0/hawkbit-ddi-resource-0.5.0-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-ddi-resource ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/target/hawkbit-ddi-resource-0.5.0.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-ddi-resource/0.5.0/hawkbit-ddi-resource-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-ddi-resource/0.5.0/hawkbit-ddi-resource-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/target/hawkbit-ddi-resource-0.5.0-javadoc.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-ddi-resource/0.5.0/hawkbit-ddi-resource-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/target/hawkbit-ddi-resource-0.5.0-sources.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-ddi-resource/0.5.0/hawkbit-ddi-resource-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/target/hawkbit-ddi-resource-0.5.0.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-ddi-resource/0.5.0/hawkbit-ddi-resource-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/target/hawkbit-ddi-resource-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-ddi-resource/0.5.0/hawkbit-ddi-resource-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/target/hawkbit-ddi-resource-0.5.0-javadoc.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-ddi-resource/0.5.0/hawkbit-ddi-resource-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/target/hawkbit-ddi-resource-0.5.0-sources.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-ddi-resource/0.5.0/hawkbit-ddi-resource-0.5.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ----------------< org.eclipse.hawkbit:hawkbit-mgmt-api >----------------
[INFO] Building hawkBit :: REST :: Management API 0.5.0                 [20/38]
[INFO]   from hawkbit-rest/hawkbit-mgmt-api/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-mgmt-api ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-mgmt-api ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-mgmt-api ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-mgmt-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-api/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-api/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-mgmt-api ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-mgmt-api:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-mgmt-api ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 91 source files with javac [debug deprecation release 17] to target/classes
[WARNING] No processor claimed any of these annotations: /com.fasterxml.jackson.annotation.JsonCreator,/org.springframework.web.bind.annotation.ResponseBody,/jakarta.validation.constraints.NotNull,/io.swagger.v3.oas.annotations.responses.ApiResponses,/com.fasterxml.jackson.annotation.JsonValue,/com.fasterxml.jackson.annotation.JsonInclude,/com.fasterxml.jackson.annotation.JsonProperty,/org.springframework.web.bind.annotation.DeleteMapping,/org.springframework.web.bind.annotation.PostMapping,/io.swagger.v3.oas.annotations.tags.Tag,/jakarta.validation.Valid,/org.springframework.web.bind.annotation.PutMapping,/org.springframework.web.bind.annotation.RequestPart,/io.swagger.v3.oas.annotations.media.Schema,/org.springframework.web.bind.annotation.GetMapping,/io.swagger.v3.oas.annotations.Operation,/org.springframework.web.bind.annotation.RequestBody,/org.springframework.web.bind.annotation.PathVariable,/org.springframework.web.bind.annotation.RequestParam,/com.fasterxml.jackson.annotation.JsonPropertyOrder,/com.fasterxml.jackson.annotation.JsonIgnore,/com.fasterxml.jackson.databind.annotation.JsonDeserialize,/com.fasterxml.jackson.annotation.JsonIgnoreProperties
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-mgmt-api ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-mgmt-api ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-api/target/hawkbit-mgmt-api-0.5.0-javadoc.jar
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-mgmt-api ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-mgmt-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-api/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-api/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-mgmt-api ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-mgmt-api:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-mgmt-api ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 91 source files with javac [debug deprecation release 17] to target/classes
[WARNING] No processor claimed any of these annotations: /com.fasterxml.jackson.annotation.JsonCreator,/org.springframework.web.bind.annotation.ResponseBody,/jakarta.validation.constraints.NotNull,/io.swagger.v3.oas.annotations.responses.ApiResponses,/com.fasterxml.jackson.annotation.JsonValue,/com.fasterxml.jackson.annotation.JsonInclude,/com.fasterxml.jackson.annotation.JsonProperty,/org.springframework.web.bind.annotation.DeleteMapping,/org.springframework.web.bind.annotation.PostMapping,/io.swagger.v3.oas.annotations.tags.Tag,/jakarta.validation.Valid,/org.springframework.web.bind.annotation.PutMapping,/org.springframework.web.bind.annotation.RequestPart,/io.swagger.v3.oas.annotations.media.Schema,/org.springframework.web.bind.annotation.GetMapping,/io.swagger.v3.oas.annotations.Operation,/org.springframework.web.bind.annotation.RequestBody,/org.springframework.web.bind.annotation.PathVariable,/org.springframework.web.bind.annotation.RequestParam,/com.fasterxml.jackson.annotation.JsonPropertyOrder,/com.fasterxml.jackson.annotation.JsonIgnore,/com.fasterxml.jackson.databind.annotation.JsonDeserialize,/com.fasterxml.jackson.annotation.JsonIgnoreProperties
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ hawkbit-mgmt-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-api/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hawkbit-mgmt-api ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] No processor claimed any of these annotations: /io.qameta.allure.Description,/org.junit.jupiter.api.Test,/org.springframework.context.annotation.Description,/io.qameta.allure.Feature,/io.qameta.allure.Story
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-mgmt-api ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-api/target/jacoco.exec
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ hawkbit-mgmt-api ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hawkbit.mgmt.json.model.PagedListTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.337 s -- in org.eclipse.hawkbit.mgmt.json.model.PagedListTest
[INFO] Running org.eclipse.hawkbit.mgmt.json.model.distributionset.MgmtTargetAssignmentResponseBodyTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.219 s -- in org.eclipse.hawkbit.mgmt.json.model.distributionset.MgmtTargetAssignmentResponseBodyTest
[INFO] Running org.eclipse.hawkbit.mgmt.json.model.AuditFieldSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.eclipse.hawkbit.mgmt.json.model.AuditFieldSerializationTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ hawkbit-mgmt-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-api/target/hawkbit-mgmt-api-0.5.0.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-mgmt-api >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-mgmt-api ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-mgmt-api <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-mgmt-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-api/target/hawkbit-mgmt-api-0.5.0-sources.jar
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-mgmt-api ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-api/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-mgmt-api ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-mgmt-api ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-mgmt-api ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-api/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-mgmt-api/0.5.0/hawkbit-mgmt-api-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-api/target/hawkbit-mgmt-api-0.5.0.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-mgmt-api/0.5.0/hawkbit-mgmt-api-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-api/target/hawkbit-mgmt-api-0.5.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-mgmt-api/0.5.0/hawkbit-mgmt-api-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-api/target/hawkbit-mgmt-api-0.5.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-mgmt-api/0.5.0/hawkbit-mgmt-api-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-api/target/hawkbit-mgmt-api-0.5.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-mgmt-api/0.5.0/hawkbit-mgmt-api-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-api/target/hawkbit-mgmt-api-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-mgmt-api/0.5.0/hawkbit-mgmt-api-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-api/target/hawkbit-mgmt-api-0.5.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-mgmt-api/0.5.0/hawkbit-mgmt-api-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-api/target/hawkbit-mgmt-api-0.5.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-mgmt-api/0.5.0/hawkbit-mgmt-api-0.5.0-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-mgmt-api ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-api/target/hawkbit-mgmt-api-0.5.0.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-mgmt-api/0.5.0/hawkbit-mgmt-api-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-api/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-mgmt-api/0.5.0/hawkbit-mgmt-api-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-api/target/hawkbit-mgmt-api-0.5.0-javadoc.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-mgmt-api/0.5.0/hawkbit-mgmt-api-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-api/target/hawkbit-mgmt-api-0.5.0-sources.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-mgmt-api/0.5.0/hawkbit-mgmt-api-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-api/target/hawkbit-mgmt-api-0.5.0.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-mgmt-api/0.5.0/hawkbit-mgmt-api-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-api/target/hawkbit-mgmt-api-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-mgmt-api/0.5.0/hawkbit-mgmt-api-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-api/target/hawkbit-mgmt-api-0.5.0-javadoc.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-mgmt-api/0.5.0/hawkbit-mgmt-api-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-api/target/hawkbit-mgmt-api-0.5.0-sources.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-mgmt-api/0.5.0/hawkbit-mgmt-api-0.5.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------< org.eclipse.hawkbit:hawkbit-mgmt-resource >--------------
[INFO] Building hawkBit :: REST :: Management Resources 0.5.0           [21/38]
[INFO]   from hawkbit-rest/hawkbit-mgmt-resource/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-mgmt-resource ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-mgmt-resource ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-mgmt-resource ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-mgmt-resource ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-mgmt-resource ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-mgmt-resource:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-mgmt-resource ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 31 source files with javac [debug deprecation release 17] to target/classes
[WARNING] No processor claimed any of these annotations: /org.springframework.web.bind.annotation.RestController,/org.springframework.web.bind.annotation.RequestBody,/org.springframework.context.annotation.Import,/org.springframework.web.bind.annotation.ResponseBody,/org.springframework.context.annotation.ComponentScan,/org.springframework.boot.autoconfigure.condition.ConditionalOnProperty,/org.springframework.web.bind.annotation.PathVariable,/org.springframework.web.bind.annotation.RequestParam,/org.springframework.context.annotation.Scope,/jakarta.validation.Valid,/org.springframework.context.annotation.PropertySource,/org.springframework.context.annotation.Configuration,/org.springframework.web.bind.annotation.RequestPart,/org.springframework.beans.factory.annotation.Autowired,/org.springframework.security.access.prepost.PreAuthorize
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-mgmt-resource ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-mgmt-resource ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/target/hawkbit-mgmt-resource-0.5.0-javadoc.jar
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-mgmt-resource ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-mgmt-resource ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-mgmt-resource ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-mgmt-resource:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-mgmt-resource ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 31 source files with javac [debug deprecation release 17] to target/classes
[WARNING] No processor claimed any of these annotations: /org.springframework.web.bind.annotation.RestController,/org.springframework.web.bind.annotation.RequestBody,/org.springframework.context.annotation.Import,/org.springframework.web.bind.annotation.ResponseBody,/org.springframework.context.annotation.ComponentScan,/org.springframework.boot.autoconfigure.condition.ConditionalOnProperty,/org.springframework.web.bind.annotation.PathVariable,/org.springframework.web.bind.annotation.RequestParam,/org.springframework.context.annotation.Scope,/jakarta.validation.Valid,/org.springframework.context.annotation.PropertySource,/org.springframework.context.annotation.Configuration,/org.springframework.web.bind.annotation.RequestPart,/org.springframework.beans.factory.annotation.Autowired,/org.springframework.security.access.prepost.PreAuthorize
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ hawkbit-mgmt-resource ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hawkbit-mgmt-resource ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 17 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] No processor claimed any of these annotations: /org.springframework.test.context.web.WebAppConfiguration,/org.junit.jupiter.params.provider.ValueSource,/org.junit.jupiter.api.extension.ExtendWith,/org.junit.jupiter.api.Test,/org.springframework.context.annotation.Import,/io.qameta.allure.Story,/org.springframework.test.context.TestPropertySource,/org.springframework.test.context.TestExecutionListeners,/org.springframework.test.annotation.DirtiesContext,/org.eclipse.hawkbit.repository.test.util.WithUser,/org.springframework.boot.test.context.SpringBootTest,/io.qameta.allure.Description,/org.eclipse.hawkbit.repository.test.matcher.ExpectEvents,/org.springframework.test.context.ContextConfiguration,/org.junit.jupiter.api.BeforeEach,/org.springframework.test.context.ActiveProfiles,/org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc,/org.junit.jupiter.params.provider.MethodSource,/org.springframework.beans.factory.annotation.Autowired,/io.qameta.allure.Feature,/org.junit.jupiter.params.ParameterizedTest,/io.qameta.allure.Step
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/src/test/java/org/eclipse/hawkbit/mgmt/rest/resource/ResourceUtility.java:[41,32] unchecked conversion
  required: org.eclipse.hawkbit.mgmt.json.model.PagedList<T>
  found:    org.eclipse.hawkbit.mgmt.json.model.PagedList
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/src/test/java/org/eclipse/hawkbit/mgmt/rest/resource/MgmtContentTypeTest.java:[62,39] APPLICATION_JSON_UTF8 in org.springframework.http.MediaType has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/src/test/java/org/eclipse/hawkbit/mgmt/rest/resource/MgmtContentTypeTest.java:[72,39] APPLICATION_JSON_UTF8 in org.springframework.http.MediaType has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/src/test/java/org/eclipse/hawkbit/mgmt/rest/resource/MgmtContentTypeTest.java:[76,31] APPLICATION_JSON_UTF8_VALUE in org.springframework.http.MediaType has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/src/test/java/org/eclipse/hawkbit/mgmt/rest/resource/MgmtContentTypeTest.java:[83,79] APPLICATION_JSON_UTF8 in org.springframework.http.MediaType has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/src/test/java/org/eclipse/hawkbit/mgmt/rest/resource/MgmtContentTypeTest.java:[83,39] APPLICATION_JSON_UTF8 in org.springframework.http.MediaType has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/src/test/java/org/eclipse/hawkbit/mgmt/rest/resource/MgmtContentTypeTest.java:[87,31] APPLICATION_JSON_UTF8_VALUE in org.springframework.http.MediaType has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/src/test/java/org/eclipse/hawkbit/mgmt/rest/resource/MgmtContentTypeTest.java:[94,39] APPLICATION_JSON_UTF8 in org.springframework.http.MediaType has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/src/test/java/org/eclipse/hawkbit/mgmt/rest/resource/MgmtContentTypeTest.java:[120,31] APPLICATION_JSON_UTF8_VALUE in org.springframework.http.MediaType has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/src/test/java/org/eclipse/hawkbit/mgmt/rest/resource/MgmtContentTypeTest.java:[128,34] APPLICATION_JSON_UTF8 in org.springframework.http.MediaType has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/src/test/java/org/eclipse/hawkbit/mgmt/rest/resource/MgmtContentTypeTest.java:[132,31] APPLICATION_JSON_UTF8_VALUE in org.springframework.http.MediaType has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/src/test/java/org/eclipse/hawkbit/mgmt/rest/resource/MgmtContentTypeTest.java:[164,31] APPLICATION_JSON_UTF8_VALUE in org.springframework.http.MediaType has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/src/test/java/org/eclipse/hawkbit/mgmt/rest/resource/MgmtContentTypeTest.java:[170,120] APPLICATION_JSON_UTF8 in org.springframework.http.MediaType has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/src/test/java/org/eclipse/hawkbit/mgmt/rest/resource/MgmtContentTypeTest.java:[174,31] APPLICATION_JSON_UTF8_VALUE in org.springframework.http.MediaType has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/src/test/java/org/eclipse/hawkbit/mgmt/rest/resource/MgmtBasicAuthResourceTest.java:[109,27] org.springframework.util.Base64Utils in org.springframework.util has been deprecated and marked for removal
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-mgmt-resource ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/target/jacoco.exec
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ hawkbit-mgmt-resource ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest
09:24:25.642 [main] INFO org.eclipse.hawkbit.repository.test.util.SharedSqlTestDatabaseExtension -- Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:24:26,933  INFO main o.e.h.m.r.r.MgmtTargetFilterQueryResourceTest:50 - Starting MgmtTargetFilterQueryResourceTest using Java 17.0.9 with PID 3527 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource)
2024-03-22 09:24:26,935  INFO main o.e.h.m.r.r.MgmtTargetFilterQueryResourceTest:660 - The following 1 profile is active: "test"
2024-03-22 09:24:28,878  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:24:29,157  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 268 ms. Found 20 JPA repository interfaces.
2024-03-22 09:24:29,943  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:24:29,965  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:24:30,373  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=27f95362-10e9-32fb-8704-4a2eb200ac06
2024-03-22 09:24:30,617  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:24:30,625  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:24:30,627  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:24:30,628  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1048/0x00007f9c545cef58] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:24:30,630  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:24:30,639  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:24:30,655  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:24:30,657  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:24:30,658  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:24:30,684  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:24:30,686  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:24:30,688  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:24:30,724  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:24:30,733  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:24:30,736  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:24:31,286  INFO main c.z.h.HikariDataSource:110 - HikariPool-1 - Starting...
2024-03-22 09:24:31,886  INFO main c.z.h.p.HikariPool:565 - HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:24:31,890  INFO main c.z.h.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-03-22 09:24:32,081  INFO main o.f.c.i.l.VersionPrinter:37 - Flyway Community Edition 9.22.3 by Redgate
2024-03-22 09:24:32,082  INFO main o.f.c.i.l.VersionPrinter:37 - See release notes here: https://rd.gt/416ObMi
2024-03-22 09:24:32,082  INFO main o.f.c.i.l.VersionPrinter:37 - 
2024-03-22 09:24:32,183  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:24:32,191  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:24:32,260  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:24:32,265  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.046s)
2024-03-22 09:24:32,273  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:24:32,328  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:24:32,365  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:24:32,524  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:24:32,540  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:24:32,564  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:24:32,572  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:24:32,582  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:24:32,652  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:24:32,658  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:24:32,726  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:24:32,737  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:24:32,748  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:24:32,755  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:24:32,766  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:24:32,820  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:24:32,835  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:24:32,847  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:24:32,946  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:24:33,037  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:24:33,042  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:24:33,055  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:24:33,063  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:24:33,147  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:24:33,164  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:24:33,169  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:24:33,173  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:24:33,233  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:24:33,237  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:24:33,251  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:24:33,259  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:24:33,265  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:24:33,271  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:24:33,279  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:24:33,284  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:24:33,321  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:24:33,328  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:24:33,343  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:24:33,354  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:24:33,360  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:24:33,373  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:24:33,382  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:24:33,417  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:24:33,422  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:24:33,427  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:24:33,434  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:24:33,444  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:24:33,455  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:24:33,464  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:24:33,471  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:24:33,517  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:24:33,529  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.837s)
2024-03-22 09:24:34,566  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:24:35,784  INFO main o.s.d.j.r.q.QueryEnhancerFactory:45 - EclipseLink is in classpath; If applicable, EQL parser will be used.
2024-03-22 09:24:35,785  INFO main o.s.d.j.r.q.QueryEnhancerFactory:49 - Hibernate is in classpath; If applicable, HQL parser will be used.
2024-03-22 09:24:36,483  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:24:36,483  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:24:36,495  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:24:36,548  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:24:36,553  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
2024-03-22 09:24:38,642  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:24:38,643  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:24:38,674  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:24:45,226  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:24:49,068  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@3308e7ca, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@795923f3, org.springframework.security.web.context.SecurityContextHolderFilter@6cfa4b1e, org.springframework.security.web.header.HeaderWriterFilter@6d4d7930, org.springframework.web.filter.CorsFilter@233b8da5, org.springframework.security.web.csrf.CsrfFilter@33cc0c3d, org.springframework.security.web.authentication.logout.LogoutFilter@46f2fd31, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@3a8dded8, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@1eba5256, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@5bba441c, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@47f3a974, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@38faecb6, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2d104f56, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2ff8de16, org.springframework.security.web.access.ExceptionTranslationFilter@1284f7bd, org.springframework.security.web.access.intercept.AuthorizationFilter@4864b467]
2024-03-22 09:24:49,329  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:24:49,330  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:24:49,335  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 5 ms
2024-03-22 09:24:49,819  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:24:50,215  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:24:50,216  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:24:50,216  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:24:50,239  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1775379719.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:24:50,241  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1775379719.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:24:50,244  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:24:50,246  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@3a54756f
2024-03-22 09:24:50,254  INFO main o.e.h.m.r.r.MgmtTargetFilterQueryResourceTest:56 - Started MgmtTargetFilterQueryResourceTest in 24.006 seconds (process running for 27.101)
2024-03-22 09:24:51,033  INFO pool-3-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:24:51,762  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:24:51,763  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:24:51,766  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 3 ms
2024-03-22 09:24:51,767  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.deleteAutoAssignDS() throws java.lang.Exception]...
2024-03-22 09:24:52,120  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.deleteAutoAssignDS() throws java.lang.Exception] succeeded.
2024-03-22 09:24:52,434  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:24:52,435  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:24:52,438  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 3 ms
2024-03-22 09:24:52,438  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.getTargetFilterQueriesWithParameters() throws java.lang.Exception]...
2024-03-22 09:24:52,578  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.getTargetFilterQueriesWithParameters() throws java.lang.Exception] succeeded.
2024-03-22 09:24:52,724  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:24:52,725  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:24:52,728  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 3 ms
2024-03-22 09:24:52,728  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.getTargetWithPagingLimitAndOffsetRequestParameter() throws java.lang.Exception]...
2024-03-22 09:24:53,144  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.getTargetWithPagingLimitAndOffsetRequestParameter() throws java.lang.Exception] succeeded.
2024-03-22 09:24:53,256  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:24:53,256  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:24:53,259  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 3 ms
2024-03-22 09:24:53,259  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.getTargetFilterQueries() throws java.lang.Exception]...
2024-03-22 09:24:53,329  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.getTargetFilterQueries() throws java.lang.Exception] succeeded.
2024-03-22 09:24:53,444  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:24:53,444  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:24:53,447  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 3 ms
2024-03-22 09:24:53,448  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.createTargetFilterQuery() throws java.lang.Exception]...
2024-03-22 09:24:53,539  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.createTargetFilterQuery() throws java.lang.Exception] succeeded.
2024-03-22 09:24:53,643  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:24:53,644  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:24:53,647  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 3 ms
2024-03-22 09:24:53,647  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.getSingleTargetNoExistsResponseNotFound() throws java.lang.Exception]...
2024-03-22 09:24:53,843  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.getSingleTargetNoExistsResponseNotFound() throws java.lang.Exception] succeeded.
2024-03-22 09:24:53,942  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:24:53,942  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:24:53,945  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:24:53,946  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.checkIfFullRepresentationInTargetFilterReturnsDistributionSetHrefWithFilter() throws java.lang.Exception]...
2024-03-22 09:24:54,424  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.checkIfFullRepresentationInTargetFilterReturnsDistributionSetHrefWithFilter() throws java.lang.Exception] succeeded.
2024-03-22 09:24:54,519  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:24:54,520  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:24:54,522  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:24:54,523  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.getSingleTarget() throws java.lang.Exception]...
2024-03-22 09:24:54,557  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.getSingleTarget() throws java.lang.Exception] succeeded.
2024-03-22 09:24:54,679  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:24:54,680  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:24:54,682  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:24:54,683  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.setAutoAssignDistributionSetToTargetFilterQuery(boolean,java.lang.Boolean) throws java.lang.Exception]...
2024-03-22 09:24:55,621  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.setAutoAssignDistributionSetToTargetFilterQuery(boolean,java.lang.Boolean) throws java.lang.Exception] succeeded.
2024-03-22 09:24:55,686  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:24:55,687  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:24:55,689  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:24:55,690  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.setAutoAssignDistributionSetToTargetFilterQuery(boolean,java.lang.Boolean) throws java.lang.Exception]...
2024-03-22 09:24:56,176  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.setAutoAssignDistributionSetToTargetFilterQuery(boolean,java.lang.Boolean) throws java.lang.Exception] succeeded.
2024-03-22 09:24:56,258  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:24:56,258  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:24:56,261  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 3 ms
2024-03-22 09:24:56,261  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.setAutoAssignDistributionSetToTargetFilterQuery(boolean,java.lang.Boolean) throws java.lang.Exception]...
2024-03-22 09:24:56,692  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.setAutoAssignDistributionSetToTargetFilterQuery(boolean,java.lang.Boolean) throws java.lang.Exception] succeeded.
2024-03-22 09:24:56,772  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:24:56,773  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:24:56,775  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:24:56,775  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.setAutoAssignDistributionSetToTargetFilterQuery(boolean,java.lang.Boolean) throws java.lang.Exception]...
2024-03-22 09:24:57,219  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.setAutoAssignDistributionSetToTargetFilterQuery(boolean,java.lang.Boolean) throws java.lang.Exception] succeeded.
2024-03-22 09:24:57,319  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:24:57,320  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:24:57,324  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 3 ms
2024-03-22 09:24:57,324  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.setAutoAssignDistributionSetToTargetFilterQuery(boolean,java.lang.Boolean) throws java.lang.Exception]...
2024-03-22 09:24:57,688  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.setAutoAssignDistributionSetToTargetFilterQuery(boolean,java.lang.Boolean) throws java.lang.Exception] succeeded.
2024-03-22 09:24:57,762  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:24:57,762  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:24:57,764  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:24:57,765  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.weightValidation() throws java.lang.Exception]...
2024-03-22 09:24:57,930  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.weightValidation() throws java.lang.Exception] succeeded.
2024-03-22 09:24:57,986  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:24:57,987  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:24:57,989  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:24:57,989  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.createTargetFilterWithInvalidQuery() throws java.lang.Exception]...
2024-03-22 09:24:58,029  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.createTargetFilterWithInvalidQuery() throws java.lang.Exception] succeeded.
2024-03-22 09:24:58,088  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:24:58,089  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:24:58,098  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 9 ms
2024-03-22 09:24:58,114  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.updateTargetFilterQueryQuery() throws java.lang.Exception]...
2024-03-22 09:24:58,163  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.updateTargetFilterQueryQuery() throws java.lang.Exception] succeeded.
2024-03-22 09:24:58,235  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:24:58,236  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:24:58,238  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:24:58,238  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.deleteAutoAssignDistributionSetOfTargetFilterQuery() throws java.lang.Exception]...
2024-03-22 09:24:58,382  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.deleteAutoAssignDistributionSetOfTargetFilterQuery() throws java.lang.Exception] succeeded.
2024-03-22 09:24:58,444  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:24:58,444  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:24:58,446  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:24:58,447  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.deleteTargetFilterQueryReturnsOK() throws java.lang.Exception]...
2024-03-22 09:24:58,479  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.deleteTargetFilterQueryReturnsOK() throws java.lang.Exception] succeeded.
2024-03-22 09:24:58,548  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:24:58,549  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:24:58,552  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 3 ms
2024-03-22 09:24:58,552  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.setAutoAssignDistributionSetOnFilterQueryThatExceedsQuota() throws java.lang.Exception]...
2024-03-22 09:24:58,668  WARN main o.e.h.r.j.u.QuotaHelper:116 - Cannot assign 21 Target entities to TargetFilterQuery '1' because of the configured quota limit 20.
2024-03-22 09:24:58,719  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.setAutoAssignDistributionSetOnFilterQueryThatExceedsQuota() throws java.lang.Exception] succeeded.
2024-03-22 09:24:58,770  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:24:58,770  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:24:58,772  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:24:58,772  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.updateTargetWhichDoesNotExistsLeadsToEntityNotFound() throws java.lang.Exception]...
2024-03-22 09:24:58,792  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.updateTargetWhichDoesNotExistsLeadsToEntityNotFound() throws java.lang.Exception] succeeded.
2024-03-22 09:24:58,859  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:24:58,860  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:24:58,862  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:24:58,862  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.getTargetFilterQueryWithoutAdditionalRequestParameters() throws java.lang.Exception]...
2024-03-22 09:24:58,898  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.getTargetFilterQueryWithoutAdditionalRequestParameters() throws java.lang.Exception] succeeded.
2024-03-22 09:24:58,975  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:24:58,976  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:24:58,978  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:24:58,978  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.deleteTargetWhichDoesNotExistsLeadsToEntityNotFound() throws java.lang.Exception]...
2024-03-22 09:24:58,996  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.deleteTargetWhichDoesNotExistsLeadsToEntityNotFound() throws java.lang.Exception] succeeded.
2024-03-22 09:24:59,058  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:24:59,058  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:24:59,061  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 3 ms
2024-03-22 09:24:59,061  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.getTargetWithPagingLimitRequestParameter() throws java.lang.Exception]...
2024-03-22 09:24:59,093  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.getTargetWithPagingLimitRequestParameter() throws java.lang.Exception] succeeded.
2024-03-22 09:24:59,160  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:24:59,161  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:24:59,163  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:24:59,163  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.updateTargetFilterQueryWithQueryThatExceedsQuota() throws java.lang.Exception]...
2024-03-22 09:24:59,325  WARN main o.e.h.r.j.u.QuotaHelper:116 - Cannot assign 21 Target entities to TargetFilterQuery '1' because of the configured quota limit 20.
2024-03-22 09:24:59,347  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.updateTargetFilterQueryWithQueryThatExceedsQuota() throws java.lang.Exception] succeeded.
2024-03-22 09:24:59,396  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:24:59,396  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:24:59,398  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:24:59,399  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.updateTargetFilterQueryName() throws java.lang.Exception]...
2024-03-22 09:24:59,440  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.updateTargetFilterQueryName() throws java.lang.Exception] succeeded.
2024-03-22 09:24:59,488  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:24:59,489  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:24:59,491  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:24:59,491  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.createAutoAssignDS() throws java.lang.Exception]...
2024-03-22 09:24:59,579  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.createAutoAssignDS() throws java.lang.Exception] succeeded.
2024-03-22 09:24:59,639  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:24:59,639  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:24:59,642  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:24:59,642  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.getAssignDS() throws java.lang.Exception]...
2024-03-22 09:24:59,740  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.getAssignDS() throws java.lang.Exception] succeeded.
2024-03-22 09:24:59,786  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:24:59,786  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:24:59,788  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:24:59,788  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.createTargetFilterQueryWithBadPayloadBadRequest() throws java.lang.Exception]...
2024-03-22 09:24:59,823  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.createTargetFilterQueryWithBadPayloadBadRequest() throws java.lang.Exception] succeeded.
2024-03-22 09:24:59,883  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:24:59,884  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:24:59,886  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:24:59,887  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.verifyConfirmationStateIfNotProvided(boolean) throws java.lang.Exception]...
2024-03-22 09:24:59,992  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.verifyConfirmationStateIfNotProvided(boolean) throws java.lang.Exception] succeeded.
2024-03-22 09:25:00,059  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:00,059  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:00,061  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:00,062  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.verifyConfirmationStateIfNotProvided(boolean) throws java.lang.Exception]...
2024-03-22 09:25:00,164  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest.verifyConfirmationStateIfNotProvided(boolean) throws java.lang.Exception] succeeded.
2024-03-22 09:25:00,173  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@3a54756f
2024-03-22 09:25:00,194  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1775379719.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:25:00,197  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:25:00,197  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:25:00,198  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:25:00,225  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:25:00,228  INFO main c.z.h.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-03-22 09:25:00,231  INFO main c.z.h.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.61 s -- in org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetFilterQueryResourceTest
[INFO] Running org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest
2024-03-22 09:25:00,242  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:25:00,341  INFO main o.e.h.m.r.r.MgmtSoftwareModuleResourceTest:50 - Starting MgmtSoftwareModuleResourceTest using Java 17.0.9 with PID 3527 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource)
2024-03-22 09:25:00,341  INFO main o.e.h.m.r.r.MgmtSoftwareModuleResourceTest:660 - The following 1 profile is active: "test"
2024-03-22 09:25:00,692  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:25:00,733  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 40 ms. Found 20 JPA repository interfaces.
2024-03-22 09:25:00,950  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:25:00,951  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:25:00,978  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=27f95362-10e9-32fb-8704-4a2eb200ac06
2024-03-22 09:25:01,039  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:01,041  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:01,042  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:01,043  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1048/0x00007f9c545cef58] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:01,043  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:01,047  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:01,049  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:01,050  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:01,050  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:01,057  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:01,058  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:01,059  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:01,074  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:01,079  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:01,081  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:25:01,217  INFO main c.z.h.HikariDataSource:110 - HikariPool-2 - Starting...
2024-03-22 09:25:01,219  INFO main c.z.h.p.HikariPool:565 - HikariPool-2 - Added connection conn10: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:25:01,220  INFO main c.z.h.HikariDataSource:123 - HikariPool-2 - Start completed.
2024-03-22 09:25:01,237  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:25:01,239  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:25:01,254  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:25:01,257  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.015s)
2024-03-22 09:25:01,258  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:25:01,270  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:25:01,326  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:25:01,372  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:25:01,381  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:25:01,421  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:25:01,427  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:25:01,435  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:25:01,456  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:25:01,460  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:25:01,481  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:25:01,516  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:25:01,524  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:25:01,529  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:25:01,536  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:25:01,548  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:25:01,556  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:25:01,565  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:25:01,629  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:25:01,659  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:25:01,662  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:25:01,666  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:25:01,673  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:25:01,723  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:25:01,735  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:25:01,738  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:25:01,741  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:25:01,754  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:25:01,758  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:25:01,766  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:25:01,772  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:25:01,776  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:25:01,780  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:25:01,785  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:25:01,789  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:25:01,796  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:25:01,801  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:25:01,824  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:25:01,832  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:25:01,836  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:25:01,846  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:25:01,854  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:25:01,860  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:25:01,864  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:25:01,867  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:25:01,873  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:25:01,880  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:25:01,888  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:25:01,915  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:25:01,922  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:25:01,939  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:25:01,949  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.423s)
2024-03-22 09:25:02,151  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:25:02,589  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:25:02,590  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:25:02,593  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:25:02,621  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:25:02,625  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:25:02,778  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:25:02,778  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:25:02,787  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:25:04,850  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:25:05,769  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@b1eab76, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@262b299c, org.springframework.security.web.context.SecurityContextHolderFilter@7fd08b4b, org.springframework.security.web.header.HeaderWriterFilter@3272bc49, org.springframework.web.filter.CorsFilter@9aab530, org.springframework.security.web.csrf.CsrfFilter@16d1dcad, org.springframework.security.web.authentication.logout.LogoutFilter@31a45b7e, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@49dcce5f, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@4d0b0064, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@535d923f, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@5ab003b1, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@67fc14a8, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6a3c799e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2de6c639, org.springframework.security.web.access.ExceptionTranslationFilter@7d6e1475, org.springframework.security.web.access.intercept.AuthorizationFilter@2d400b12]
2024-03-22 09:25:05,822  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:05,823  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:05,825  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:05,945  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:25:06,087  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:25:06,087  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:25:06,088  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:25:06,089  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1936979455.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:25:06,089  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1936979455.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:25:06,089  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:25:06,089  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@734355b4
2024-03-22 09:25:06,091  INFO main o.e.h.m.r.r.MgmtSoftwareModuleResourceTest:56 - Started MgmtSoftwareModuleResourceTest in 5.837 seconds (process running for 42.938)
2024-03-22 09:25:06,194  INFO pool-4-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:25:06,320  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:06,320  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:06,323  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 3 ms
2024-03-22 09:25:06,337  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.unlockSoftwareModule() throws java.lang.Exception]...
2024-03-22 09:25:06,517  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.unlockSoftwareModule() throws java.lang.Exception] succeeded.
2024-03-22 09:25:06,564  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:06,565  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:06,567  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:06,570  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.updateSoftwareModuleDeletedFlag() throws java.lang.Exception]...
2024-03-22 09:25:06,625  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.updateSoftwareModuleDeletedFlag() throws java.lang.Exception] succeeded.
2024-03-22 09:25:06,672  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:06,672  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:06,674  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:06,677  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.downloadArtifact() throws java.lang.Exception]...
2024-03-22 09:25:06,877  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.downloadArtifact() throws java.lang.Exception] succeeded.
2024-03-22 09:25:06,930  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:06,931  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:06,933  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:06,935  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.uploadArtifact() throws java.lang.Exception]...
2024-03-22 09:25:07,021  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.uploadArtifact() throws java.lang.Exception] succeeded.
2024-03-22 09:25:07,067  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:07,067  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:07,069  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:07,072  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.uploadArtifactFailsIfFilenameInvalide() throws java.lang.Exception]...
2024-03-22 09:25:07,118  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.uploadArtifactFailsIfFilenameInvalide() throws java.lang.Exception] succeeded.
2024-03-22 09:25:07,162  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:07,162  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:07,164  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:07,167  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.uploadArtifactsUntilStorageQuotaExceeded() throws java.lang.Exception]...
2024-03-22 09:25:08,460  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.uploadArtifactsUntilStorageQuotaExceeded() throws java.lang.Exception] succeeded.
2024-03-22 09:25:08,521  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:08,521  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:08,523  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:08,526  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.getSoftwareModulesWithoutAdditionalRequestParameters() throws java.lang.Exception]...
2024-03-22 09:25:08,571  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.getSoftwareModulesWithoutAdditionalRequestParameters() throws java.lang.Exception] succeeded.
2024-03-22 09:25:08,635  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:08,635  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:08,637  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:08,640  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.duplicateUploadArtifact() throws java.lang.Exception]...
2024-03-22 09:25:08,677  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.duplicateUploadArtifact() throws java.lang.Exception] succeeded.
2024-03-22 09:25:08,733  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:08,733  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:08,735  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:08,738  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.uploadArtifactFailsIfTooLarge() throws java.lang.Exception]...
2024-03-22 09:25:08,786  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.uploadArtifactFailsIfTooLarge() throws java.lang.Exception] succeeded.
2024-03-22 09:25:08,844  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:08,844  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:08,846  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:08,848  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.deleteAssignedSoftwareModule() throws java.lang.Exception]...
2024-03-22 09:25:08,985  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.deleteAssignedSoftwareModule() throws java.lang.Exception] succeeded.
2024-03-22 09:25:09,040  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:09,040  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:09,043  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:09,045  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.getSoftwareModule() throws java.lang.Exception]...
2024-03-22 09:25:09,073  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.getSoftwareModule() throws java.lang.Exception] succeeded.
2024-03-22 09:25:09,139  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:09,139  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:09,142  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 3 ms
2024-03-22 09:25:09,144  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.detSoftwareModulesWithPagingLimitRequestParameter() throws java.lang.Exception]...
2024-03-22 09:25:09,236  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.detSoftwareModulesWithPagingLimitRequestParameter() throws java.lang.Exception] succeeded.
2024-03-22 09:25:09,280  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:09,280  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:09,282  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:09,284  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.deleteUnassignedSoftwareModule() throws java.lang.Exception]...
2024-03-22 09:25:09,362  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.deleteUnassignedSoftwareModule() throws java.lang.Exception] succeeded.
2024-03-22 09:25:09,426  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:09,427  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:09,429  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:09,431  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.updateSoftwareModuleOnlyDescriptionAndVendorNameUntouched() throws java.lang.Exception]...
2024-03-22 09:25:09,470  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.updateSoftwareModuleOnlyDescriptionAndVendorNameUntouched() throws java.lang.Exception] succeeded.
2024-03-22 09:25:09,528  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:09,528  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:09,530  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:09,533  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.getArtifactWithUseArtifactUrlHandlerParameter(boolean) throws java.lang.Exception]...
2024-03-22 09:25:09,571  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.getArtifactWithUseArtifactUrlHandlerParameter(boolean) throws java.lang.Exception] succeeded.
2024-03-22 09:25:09,625  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:09,625  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:09,628  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 3 ms
2024-03-22 09:25:09,630  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.getArtifactWithUseArtifactUrlHandlerParameter(boolean) throws java.lang.Exception]...
2024-03-22 09:25:09,664  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.getArtifactWithUseArtifactUrlHandlerParameter(boolean) throws java.lang.Exception] succeeded.
2024-03-22 09:25:09,723  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:09,723  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:09,726  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 3 ms
2024-03-22 09:25:09,728  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.getArtifactsWithParameters() throws java.lang.Exception]...
2024-03-22 09:25:09,767  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.getArtifactsWithParameters() throws java.lang.Exception] succeeded.
2024-03-22 09:25:09,827  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:09,827  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:09,829  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:09,832  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.deleteModuleMetadataThatDoesNotExistLeadsToNotFound() throws java.lang.Exception]...
2024-03-22 09:25:09,897  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.deleteModuleMetadataThatDoesNotExistLeadsToNotFound() throws java.lang.Exception] succeeded.
2024-03-22 09:25:09,953  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:09,953  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:09,955  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:09,958  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.createSMFromAlreadyMarkedAsDeletedType() throws java.lang.Exception]...
2024-03-22 09:25:10,192  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.createSMFromAlreadyMarkedAsDeletedType() throws java.lang.Exception] succeeded.
2024-03-22 09:25:10,250  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:10,251  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:10,253  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:10,255  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.getArtifactsWithUseArtifactUrlHandlerParameter(boolean) throws java.lang.Exception]...
2024-03-22 09:25:10,300  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.getArtifactsWithUseArtifactUrlHandlerParameter(boolean) throws java.lang.Exception] succeeded.
2024-03-22 09:25:10,356  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:10,356  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:10,358  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:10,361  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.getArtifactsWithUseArtifactUrlHandlerParameter(boolean) throws java.lang.Exception]...
2024-03-22 09:25:10,416  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.getArtifactsWithUseArtifactUrlHandlerParameter(boolean) throws java.lang.Exception] succeeded.
2024-03-22 09:25:10,458  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:10,458  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:10,461  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 3 ms
2024-03-22 09:25:10,463  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.uploadArtifactWithHashCheck() throws java.lang.Exception]...
2024-03-22 09:25:10,537  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.uploadArtifactWithHashCheck() throws java.lang.Exception] succeeded.
2024-03-22 09:25:10,579  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:10,579  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:10,581  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:10,583  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.searchSoftwareModuleMetadataRsql() throws java.lang.Exception]...
2024-03-22 09:25:10,674  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.searchSoftwareModuleMetadataRsql() throws java.lang.Exception] succeeded.
2024-03-22 09:25:10,736  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:10,736  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:10,738  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:10,740  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.getSoftwareModulesWithUnknownFieldErrorFilterParameter() throws java.lang.Exception]...
2024-03-22 09:25:10,762  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.getSoftwareModulesWithUnknownFieldErrorFilterParameter() throws java.lang.Exception] succeeded.
2024-03-22 09:25:10,835  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:10,835  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:10,837  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:10,840  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.getArtifactSoftDeleted() throws java.lang.Exception]...
2024-03-22 09:25:10,930  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.getArtifactSoftDeleted() throws java.lang.Exception] succeeded.
2024-03-22 09:25:10,973  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:10,973  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:10,975  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:10,978  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.getSoftwareModulesWithSyntaxErrorFilterParameter() throws java.lang.Exception]...
2024-03-22 09:25:10,994  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.getSoftwareModulesWithSyntaxErrorFilterParameter() throws java.lang.Exception] succeeded.
2024-03-22 09:25:11,056  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:11,056  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:11,059  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 3 ms
2024-03-22 09:25:11,062  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.createMetadata() throws java.lang.Exception]...
2024-03-22 09:25:11,118  WARN main o.e.h.r.j.u.QuotaHelper:124 - Cannot assign 9 SoftwareModuleMetadata entities to SoftwareModule '85' because of the configured quota limit 10. Currently, there are 2 SoftwareModuleMetadata entities assigned.
2024-03-22 09:25:11,137  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.createMetadata() throws java.lang.Exception] succeeded.
2024-03-22 09:25:11,184  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:11,184  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:11,187  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 3 ms
2024-03-22 09:25:11,189  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.getArtifacts() throws java.lang.Exception]...
2024-03-22 09:25:11,251  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.getArtifacts() throws java.lang.Exception] succeeded.
2024-03-22 09:25:11,296  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:11,296  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:11,299  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 3 ms
2024-03-22 09:25:11,301  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.getSoftwareModulesWithPagingLimitAndOffsetRequestParameter() throws java.lang.Exception]...
2024-03-22 09:25:11,351  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.getSoftwareModulesWithPagingLimitAndOffsetRequestParameter() throws java.lang.Exception] succeeded.
2024-03-22 09:25:11,420  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:11,421  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:11,423  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:11,425  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.getSoftwareModules() throws java.lang.Exception]...
2024-03-22 09:25:11,462  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.getSoftwareModules() throws java.lang.Exception] succeeded.
2024-03-22 09:25:11,522  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:11,522  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:11,524  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:11,527  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.emptyUploadArtifact() throws java.lang.Exception]...
2024-03-22 09:25:11,550  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.emptyUploadArtifact() throws java.lang.Exception] succeeded.
2024-03-22 09:25:11,596  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:11,596  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:11,615  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 19 ms
2024-03-22 09:25:11,618  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.invalidRequestsOnSoftwareModulesResource() throws java.lang.Exception]...
2024-03-22 09:25:11,657  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content-Type 'application/octet-stream' is not supported]
2024-03-22 09:25:11,677  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'PUT' is not supported]
2024-03-22 09:25:11,678  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'DELETE' is not supported]
2024-03-22 09:25:11,692  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.invalidRequestsOnSoftwareModulesResource() throws java.lang.Exception] succeeded.
2024-03-22 09:25:11,747  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:11,747  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:11,750  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 3 ms
2024-03-22 09:25:11,752  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.getArtifact() throws java.lang.Exception]...
2024-03-22 09:25:11,786  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.getArtifact() throws java.lang.Exception] succeeded.
2024-03-22 09:25:11,845  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:11,845  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:11,847  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:11,850  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.createSoftwareModules() throws java.lang.Exception]...
2024-03-22 09:25:11,900  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.createSoftwareModules() throws java.lang.Exception] succeeded.
2024-03-22 09:25:11,953  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:11,954  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:11,956  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:11,958  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.deleteArtifact() throws java.lang.Exception]...
2024-03-22 09:25:12,027  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.deleteArtifact() throws java.lang.Exception] succeeded.
2024-03-22 09:25:12,069  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:12,070  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:12,072  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:12,074  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.uploadArtifactWithCustomName() throws java.lang.Exception]...
2024-03-22 09:25:12,119  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.uploadArtifactWithCustomName() throws java.lang.Exception] succeeded.
2024-03-22 09:25:12,162  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:12,163  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:12,165  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:12,167  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.getMetadataValue() throws java.lang.Exception]...
2024-03-22 09:25:12,228  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.getMetadataValue() throws java.lang.Exception] succeeded.
2024-03-22 09:25:12,271  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:12,271  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:12,273  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:12,275  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.getSoftwareModulesWithFilterParameters() throws java.lang.Exception]...
2024-03-22 09:25:12,351  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.getSoftwareModulesWithFilterParameters() throws java.lang.Exception] succeeded.
2024-03-22 09:25:12,395  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:12,395  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:12,397  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:12,399  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.lockSoftwareModule() throws java.lang.Exception]...
2024-03-22 09:25:12,449  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.lockSoftwareModule() throws java.lang.Exception] succeeded.
2024-03-22 09:25:12,500  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:12,500  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:12,502  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:12,504  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.getMetadataWithParameters() throws java.lang.Exception]...
2024-03-22 09:25:12,584  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.getMetadataWithParameters() throws java.lang.Exception] succeeded.
2024-03-22 09:25:12,642  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:12,642  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:12,645  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:12,647  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.deleteSoftwareModuleThatDoesNotExistLeadsToNotFound() throws java.lang.Exception]...
2024-03-22 09:25:12,664  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.deleteSoftwareModuleThatDoesNotExistLeadsToNotFound() throws java.lang.Exception] succeeded.
2024-03-22 09:25:12,724  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:12,724  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:12,727  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:12,729  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.getMetadata() throws java.lang.Exception]...
2024-03-22 09:25:12,798  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.getMetadata() throws java.lang.Exception] succeeded.
2024-03-22 09:25:12,851  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:12,851  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:12,853  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:12,856  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.updateMetadataKey() throws java.lang.Exception]...
2024-03-22 09:25:12,894  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.updateMetadataKey() throws java.lang.Exception] succeeded.
2024-03-22 09:25:12,945  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:12,946  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:12,948  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:12,951  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.deleteMetadata() throws java.lang.Exception]...
2024-03-22 09:25:12,983  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.deleteMetadata() throws java.lang.Exception] succeeded.
2024-03-22 09:25:13,035  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:13,035  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:13,038  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 3 ms
2024-03-22 09:25:13,040  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.invalidRequestsOnArtifactResource() throws java.lang.Exception]...
2024-03-22 09:25:13,137  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.multipart.support.MissingServletRequestPartException: Required part 'file' is not present.]
2024-03-22 09:25:13,138  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'PUT' is not supported]
2024-03-22 09:25:13,139  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'DELETE' is not supported]
2024-03-22 09:25:13,158  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.invalidRequestsOnArtifactResource() throws java.lang.Exception] succeeded.
2024-03-22 09:25:13,215  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:13,216  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:13,218  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:13,220  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.uploadArtifactsUntilQuotaExceeded() throws java.lang.Exception]...
2024-03-22 09:25:13,269  WARN main o.e.h.r.j.u.QuotaHelper:124 - Cannot assign 1 Artifact entities to SoftwareModule '120' because of the configured quota limit 3. Currently, there are 3 Artifact entities assigned.
2024-03-22 09:25:13,293  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest.uploadArtifactsUntilQuotaExceeded() throws java.lang.Exception] succeeded.
2024-03-22 09:25:13,297  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@734355b4
2024-03-22 09:25:13,329  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1936979455.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:25:13,331  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:25:13,331  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:25:13,331  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:25:13,341  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:25:13,343  INFO main c.z.h.HikariDataSource:350 - HikariPool-2 - Shutdown initiated...
2024-03-22 09:25:13,344  INFO main c.z.h.HikariDataSource:352 - HikariPool-2 - Shutdown completed.
[INFO] Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.10 s -- in org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleResourceTest
[INFO] Running org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTagResourceTest
2024-03-22 09:25:13,351  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:25:13,393  INFO main o.e.h.m.r.r.MgmtTargetTagResourceTest:50 - Starting MgmtTargetTagResourceTest using Java 17.0.9 with PID 3527 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource)
2024-03-22 09:25:13,393  INFO main o.e.h.m.r.r.MgmtTargetTagResourceTest:660 - The following 1 profile is active: "test"
2024-03-22 09:25:13,655  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:25:13,678  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 22 ms. Found 20 JPA repository interfaces.
2024-03-22 09:25:13,877  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:25:13,877  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:25:13,896  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=27f95362-10e9-32fb-8704-4a2eb200ac06
2024-03-22 09:25:13,936  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:13,938  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:13,939  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:13,940  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1048/0x00007f9c545cef58] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:13,940  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:13,944  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:13,946  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:13,947  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:13,947  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:13,952  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:13,953  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:13,954  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:13,967  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:13,971  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:13,973  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:25:14,083  INFO main c.z.h.HikariDataSource:110 - HikariPool-3 - Starting...
2024-03-22 09:25:14,085  INFO main c.z.h.p.HikariPool:565 - HikariPool-3 - Added connection conn20: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:25:14,086  INFO main c.z.h.HikariDataSource:123 - HikariPool-3 - Start completed.
2024-03-22 09:25:14,116  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:25:14,117  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:25:14,131  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:25:14,132  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.013s)
2024-03-22 09:25:14,133  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:25:14,138  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:25:14,147  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:25:14,218  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:25:14,223  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:25:14,232  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:25:14,235  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:25:14,240  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:25:14,253  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:25:14,256  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:25:14,268  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:25:14,273  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:25:14,278  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:25:14,282  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:25:14,287  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:25:14,295  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:25:14,302  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:25:14,317  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:25:14,346  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:25:14,370  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:25:14,373  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:25:14,377  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:25:14,381  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:25:14,436  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:25:14,447  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:25:14,450  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:25:14,455  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:25:14,466  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:25:14,469  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:25:14,478  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:25:14,484  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:25:14,487  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:25:14,517  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:25:14,528  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:25:14,531  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:25:14,537  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:25:14,541  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:25:14,551  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:25:14,559  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:25:14,562  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:25:14,571  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:25:14,577  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:25:14,582  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:25:14,585  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:25:14,587  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:25:14,592  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:25:14,599  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:25:14,607  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:25:14,617  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:25:14,623  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:25:14,638  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:25:14,647  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.341s)
2024-03-22 09:25:14,754  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:25:15,124  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:25:15,124  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:25:15,128  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:25:15,147  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:25:15,151  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:25:15,288  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:25:15,288  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:25:15,296  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:25:17,255  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:25:18,088  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@62fd312d, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4fc55fda, org.springframework.security.web.context.SecurityContextHolderFilter@62ad130b, org.springframework.security.web.header.HeaderWriterFilter@26a2149a, org.springframework.web.filter.CorsFilter@798cf9b5, org.springframework.security.web.csrf.CsrfFilter@53e5e70d, org.springframework.security.web.authentication.logout.LogoutFilter@41f8ffdf, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@7db968c7, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@37594fa9, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@49b0cc0a, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@7b3966a8, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1e8c5ddc, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1e98dca, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@424ff848, org.springframework.security.web.access.ExceptionTranslationFilter@11b1d96e, org.springframework.security.web.access.intercept.AuthorizationFilter@716b8fdf]
2024-03-22 09:25:18,160  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:18,160  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:18,162  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:18,287  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:25:18,429  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:25:18,429  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:25:18,429  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:25:18,431  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1860743971.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:25:18,431  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1860743971.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:25:18,431  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:25:18,431  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@62a3adc2
2024-03-22 09:25:18,432  INFO main o.e.h.m.r.r.MgmtTargetTagResourceTest:56 - Started MgmtTargetTagResourceTest in 5.072 seconds (process running for 55.28)
2024-03-22 09:25:18,537  INFO pool-5-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:25:18,653  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:18,653  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:18,655  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:18,656  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTagResourceTest.createTargetTags() throws java.lang.Exception]...
2024-03-22 09:25:18,875  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTagResourceTest.createTargetTags() throws java.lang.Exception] succeeded.
2024-03-22 09:25:18,926  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:18,927  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:18,929  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:18,929  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTagResourceTest.getAssignedTargetsWithPagingLimitRequestParameter() throws java.lang.Exception]...
2024-03-22 09:25:19,357  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTagResourceTest.getAssignedTargetsWithPagingLimitRequestParameter() throws java.lang.Exception] succeeded.
2024-03-22 09:25:19,404  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:19,404  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:19,406  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:19,407  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTagResourceTest.getAssignedTargets() throws java.lang.Exception]...
2024-03-22 09:25:19,765  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTagResourceTest.getAssignedTargets() throws java.lang.Exception] succeeded.
2024-03-22 09:25:19,811  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:19,811  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:19,813  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:19,813  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTagResourceTest.getTargetTagsByTargetId() throws java.lang.Exception]...
2024-03-22 09:25:19,892  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTagResourceTest.getTargetTagsByTargetId() throws java.lang.Exception] succeeded.
2024-03-22 09:25:19,951  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:19,952  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:19,954  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:19,954  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTagResourceTest.getAssignedTargetsWithPagingLimitAndOffsetRequestParameter() throws java.lang.Exception]...
2024-03-22 09:25:20,305  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTagResourceTest.getAssignedTargetsWithPagingLimitAndOffsetRequestParameter() throws java.lang.Exception] succeeded.
2024-03-22 09:25:20,348  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:20,349  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:20,351  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:20,351  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTagResourceTest.getTargetTag() throws java.lang.Exception]...
2024-03-22 09:25:20,479  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTagResourceTest.getTargetTag() throws java.lang.Exception] succeeded.
2024-03-22 09:25:20,524  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:20,524  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:20,527  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:20,527  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTagResourceTest.deleteTargetTag() throws java.lang.Exception]...
2024-03-22 09:25:20,755  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTagResourceTest.deleteTargetTag() throws java.lang.Exception] succeeded.
2024-03-22 09:25:20,802  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:20,803  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:20,805  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:20,805  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTagResourceTest.getTargetTags() throws java.lang.Exception]...
2024-03-22 09:25:20,935  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTagResourceTest.getTargetTags() throws java.lang.Exception] succeeded.
2024-03-22 09:25:20,980  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:20,981  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:20,983  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:20,983  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTagResourceTest.updateTargetTag() throws java.lang.Exception]...
2024-03-22 09:25:21,218  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTagResourceTest.updateTargetTag() throws java.lang.Exception] succeeded.
2024-03-22 09:25:21,266  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:21,267  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:21,269  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:21,269  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTagResourceTest.unassignTarget() throws java.lang.Exception]...
2024-03-22 09:25:21,622  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTagResourceTest.unassignTarget() throws java.lang.Exception] succeeded.
2024-03-22 09:25:21,680  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:21,680  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:21,682  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:21,682  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTagResourceTest.assignTargets() throws java.lang.Exception]...
2024-03-22 09:25:22,041  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTagResourceTest.assignTargets() throws java.lang.Exception] succeeded.
2024-03-22 09:25:22,091  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:22,091  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:22,093  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:22,093  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTagResourceTest.getTargetTagsWithParameters() throws java.lang.Exception]...
2024-03-22 09:25:22,116  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTagResourceTest.getTargetTagsWithParameters() throws java.lang.Exception] succeeded.
2024-03-22 09:25:22,160  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:22,160  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:22,163  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 3 ms
2024-03-22 09:25:22,163  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTagResourceTest.toggleTagAssignment() throws java.lang.Exception]...
2024-03-22 09:25:22,585  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTagResourceTest.toggleTagAssignment() throws java.lang.Exception] succeeded.
2024-03-22 09:25:22,633  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:22,634  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:22,637  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 3 ms
2024-03-22 09:25:22,637  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTagResourceTest.getTargetTagsFilteredByColorAndTargetId() throws java.lang.Exception]...
2024-03-22 09:25:22,691  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTagResourceTest.getTargetTagsFilteredByColorAndTargetId() throws java.lang.Exception] succeeded.
2024-03-22 09:25:22,695  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@62a3adc2
2024-03-22 09:25:22,710  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1860743971.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:25:22,715  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:25:22,716  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:25:22,716  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:25:22,733  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:25:22,737  INFO main c.z.h.HikariDataSource:350 - HikariPool-3 - Shutdown initiated...
2024-03-22 09:25:22,738  INFO main c.z.h.HikariDataSource:352 - HikariPool-3 - Shutdown completed.
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.389 s -- in org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTagResourceTest
[INFO] Running org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleTypeResourceTest
2024-03-22 09:25:22,747  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:25:22,797  INFO main o.e.h.m.r.r.MgmtSoftwareModuleTypeResourceTest:50 - Starting MgmtSoftwareModuleTypeResourceTest using Java 17.0.9 with PID 3527 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource)
2024-03-22 09:25:22,797  INFO main o.e.h.m.r.r.MgmtSoftwareModuleTypeResourceTest:660 - The following 1 profile is active: "test"
2024-03-22 09:25:23,099  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:25:23,133  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 33 ms. Found 20 JPA repository interfaces.
2024-03-22 09:25:23,363  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:25:23,364  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:25:23,383  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=27f95362-10e9-32fb-8704-4a2eb200ac06
2024-03-22 09:25:23,436  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:23,439  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:23,441  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:23,441  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1048/0x00007f9c545cef58] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:23,442  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:23,447  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:23,450  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:23,451  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:23,452  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:23,460  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:23,462  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:23,463  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:23,477  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:23,481  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:23,483  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:25:23,596  INFO main c.z.h.HikariDataSource:110 - HikariPool-4 - Starting...
2024-03-22 09:25:23,598  INFO main c.z.h.p.HikariPool:565 - HikariPool-4 - Added connection conn30: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:25:23,599  INFO main c.z.h.HikariDataSource:123 - HikariPool-4 - Start completed.
2024-03-22 09:25:23,619  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:25:23,621  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:25:23,638  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:25:23,639  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.016s)
2024-03-22 09:25:23,641  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:25:23,646  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:25:23,660  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:25:23,689  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:25:23,694  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:25:23,732  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:25:23,737  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:25:23,743  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:25:23,760  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:25:23,764  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:25:23,778  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:25:23,783  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:25:23,788  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:25:23,791  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:25:23,795  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:25:23,803  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:25:23,823  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:25:23,830  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:25:23,869  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:25:23,892  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:25:23,894  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:25:23,897  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:25:23,901  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:25:23,932  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:25:23,946  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:25:23,950  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:25:23,953  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:25:23,969  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:25:23,972  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:25:23,979  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:25:23,984  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:25:23,988  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:25:23,991  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:25:23,996  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:25:24,000  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:25:24,005  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:25:24,021  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:25:24,034  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:25:24,045  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:25:24,050  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:25:24,063  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:25:24,071  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:25:24,077  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:25:24,080  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:25:24,083  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:25:24,094  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:25:24,101  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:25:24,120  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:25:24,129  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:25:24,136  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:25:24,157  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:25:24,169  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.333s)
2024-03-22 09:25:24,285  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:25:24,579  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:25:24,580  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:25:24,583  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:25:24,601  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:25:24,614  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:25:24,705  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:25:24,705  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:25:24,719  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:25:26,168  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:25:26,870  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@32a1f2b1, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7fd3dc12, org.springframework.security.web.context.SecurityContextHolderFilter@1f08bd42, org.springframework.security.web.header.HeaderWriterFilter@7824188b, org.springframework.web.filter.CorsFilter@179f7e91, org.springframework.security.web.csrf.CsrfFilter@1796e84f, org.springframework.security.web.authentication.logout.LogoutFilter@74891968, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@34eb99e0, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@76c668b6, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@338cbfca, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@815844c, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3ffcfa7c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2efedda2, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@e85e770, org.springframework.security.web.access.ExceptionTranslationFilter@688f2392, org.springframework.security.web.access.intercept.AuthorizationFilter@69049760]
2024-03-22 09:25:26,922  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:26,922  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:26,924  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:27,032  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:25:27,116  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:25:27,117  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:25:27,117  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:25:27,118  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '681893986.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:25:27,118  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '681893986.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:25:27,118  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:25:27,118  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@4003c4bd
2024-03-22 09:25:27,120  INFO main o.e.h.m.r.r.MgmtSoftwareModuleTypeResourceTest:56 - Started MgmtSoftwareModuleTypeResourceTest in 4.359 seconds (process running for 63.967)
2024-03-22 09:25:27,218  INFO pool-6-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:25:27,324  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:27,324  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:27,326  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:27,327  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleTypeResourceTest.getSoftwareModuleTypesWithParameters() throws java.lang.Exception]...
2024-03-22 09:25:27,370  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleTypeResourceTest.getSoftwareModuleTypesWithParameters() throws java.lang.Exception] succeeded.
2024-03-22 09:25:27,423  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:27,423  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:27,425  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:27,425  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleTypeResourceTest.createSoftwareModuleTypes() throws java.lang.Exception]...
2024-03-22 09:25:27,484  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleTypeResourceTest.createSoftwareModuleTypes() throws java.lang.Exception] succeeded.
2024-03-22 09:25:27,546  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:27,546  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:27,548  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:27,549  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleTypeResourceTest.getSoftwareModuleTypesWithPagingLimitRequestParameter() throws java.lang.Exception]...
2024-03-22 09:25:27,567  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleTypeResourceTest.getSoftwareModuleTypesWithPagingLimitRequestParameter() throws java.lang.Exception] succeeded.
2024-03-22 09:25:27,618  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:27,618  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:27,620  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:27,621  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleTypeResourceTest.getSoftwareModuleType() throws java.lang.Exception]...
2024-03-22 09:25:27,645  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleTypeResourceTest.getSoftwareModuleType() throws java.lang.Exception] succeeded.
2024-03-22 09:25:27,684  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:27,684  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:27,686  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:27,687  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleTypeResourceTest.invalidRequestsOnSoftwaremoduleTypesResource() throws java.lang.Exception]...
2024-03-22 09:25:27,724  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content-Type 'application/octet-stream' is not supported]
2024-03-22 09:25:27,725  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'PUT' is not supported]
2024-03-22 09:25:27,726  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'DELETE' is not supported]
2024-03-22 09:25:27,739  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleTypeResourceTest.invalidRequestsOnSoftwaremoduleTypesResource() throws java.lang.Exception] succeeded.
2024-03-22 09:25:27,782  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:27,782  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:27,784  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:27,784  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleTypeResourceTest.getSoftwareModuleTypesSortedByMaxAssignments() throws java.lang.Exception]...
2024-03-22 09:25:27,824  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleTypeResourceTest.getSoftwareModuleTypesSortedByMaxAssignments() throws java.lang.Exception] succeeded.
2024-03-22 09:25:27,869  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:27,869  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:27,872  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 3 ms
2024-03-22 09:25:27,872  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleTypeResourceTest.updateSoftwareModuleTypeColourDescriptionAndNameUntouched() throws java.lang.Exception]...
2024-03-22 09:25:27,901  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleTypeResourceTest.updateSoftwareModuleTypeColourDescriptionAndNameUntouched() throws java.lang.Exception] succeeded.
2024-03-22 09:25:27,961  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:27,962  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:27,964  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:27,964  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleTypeResourceTest.deleteSoftwareModuleTypeThatDoesNotExistLeadsToNotFound() throws java.lang.Exception]...
2024-03-22 09:25:27,981  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleTypeResourceTest.deleteSoftwareModuleTypeThatDoesNotExistLeadsToNotFound() throws java.lang.Exception] succeeded.
2024-03-22 09:25:28,037  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:28,037  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:28,039  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:28,040  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleTypeResourceTest.updateSoftwareModuleTypeDeletedFlag() throws java.lang.Exception]...
2024-03-22 09:25:28,065  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleTypeResourceTest.updateSoftwareModuleTypeDeletedFlag() throws java.lang.Exception] succeeded.
2024-03-22 09:25:28,116  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:28,117  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:28,119  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:28,119  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleTypeResourceTest.getSoftwareModuleTypes() throws java.lang.Exception]...
2024-03-22 09:25:28,150  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleTypeResourceTest.getSoftwareModuleTypes() throws java.lang.Exception] succeeded.
2024-03-22 09:25:28,194  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:28,194  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:28,196  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:28,196  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleTypeResourceTest.getSoftwareModuleTypesWithPagingLimitAndOffsetRequestParameter() throws java.lang.Exception]...
2024-03-22 09:25:28,225  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleTypeResourceTest.getSoftwareModuleTypesWithPagingLimitAndOffsetRequestParameter() throws java.lang.Exception] succeeded.
2024-03-22 09:25:28,269  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:28,269  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:28,271  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:28,271  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleTypeResourceTest.deleteSoftwareModuleTypeUnused() throws java.lang.Exception]...
2024-03-22 09:25:28,300  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleTypeResourceTest.deleteSoftwareModuleTypeUnused() throws java.lang.Exception] succeeded.
2024-03-22 09:25:28,352  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:28,352  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:28,354  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:28,354  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleTypeResourceTest.searchSoftwareModuleTypeRsql() throws java.lang.Exception]...
2024-03-22 09:25:28,380  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleTypeResourceTest.searchSoftwareModuleTypeRsql() throws java.lang.Exception] succeeded.
2024-03-22 09:25:28,434  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:28,434  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:28,436  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:28,436  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleTypeResourceTest.deleteSoftwareModuleTypeUsed() throws java.lang.Exception]...
2024-03-22 09:25:28,499  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleTypeResourceTest.deleteSoftwareModuleTypeUsed() throws java.lang.Exception] succeeded.
2024-03-22 09:25:28,550  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:28,550  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:28,552  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:28,552  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleTypeResourceTest.getSoftwareModuleTypesWithoutAddtionalRequestParameters() throws java.lang.Exception]...
2024-03-22 09:25:28,571  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleTypeResourceTest.getSoftwareModuleTypesWithoutAddtionalRequestParameters() throws java.lang.Exception] succeeded.
2024-03-22 09:25:28,620  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:28,621  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:28,623  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:28,623  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleTypeResourceTest.createSoftwareModuleTypesInvalidAssignmentBadRequest() throws java.lang.Exception]...
2024-03-22 09:25:28,646  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleTypeResourceTest.createSoftwareModuleTypesInvalidAssignmentBadRequest() throws java.lang.Exception] succeeded.
2024-03-22 09:25:28,649  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@4003c4bd
2024-03-22 09:25:28,662  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.681893986.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:25:28,664  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:25:28,664  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:25:28,664  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:25:28,673  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:25:28,675  INFO main c.z.h.HikariDataSource:350 - HikariPool-4 - Shutdown initiated...
2024-03-22 09:25:28,676  INFO main c.z.h.HikariDataSource:352 - HikariPool-4 - Shutdown completed.
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.930 s -- in org.eclipse.hawkbit.mgmt.rest.resource.MgmtSoftwareModuleTypeResourceTest
[INFO] Running org.eclipse.hawkbit.mgmt.rest.resource.MgmtActionResourceTest
2024-03-22 09:25:28,683  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:25:28,728  INFO main o.e.h.m.r.r.MgmtActionResourceTest:50 - Starting MgmtActionResourceTest using Java 17.0.9 with PID 3527 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource)
2024-03-22 09:25:28,728  INFO main o.e.h.m.r.r.MgmtActionResourceTest:660 - The following 1 profile is active: "test"
2024-03-22 09:25:28,953  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:25:28,974  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 21 ms. Found 20 JPA repository interfaces.
2024-03-22 09:25:29,120  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:25:29,120  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:25:29,136  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=27f95362-10e9-32fb-8704-4a2eb200ac06
2024-03-22 09:25:29,169  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:29,171  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:29,172  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:29,172  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1048/0x00007f9c545cef58] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:29,173  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:29,176  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:29,178  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:29,179  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:29,179  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:29,183  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:29,184  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:29,185  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:29,196  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:29,199  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:29,200  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:25:29,310  INFO main c.z.h.HikariDataSource:110 - HikariPool-5 - Starting...
2024-03-22 09:25:29,313  INFO main c.z.h.p.HikariPool:565 - HikariPool-5 - Added connection conn40: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:25:29,313  INFO main c.z.h.HikariDataSource:123 - HikariPool-5 - Start completed.
2024-03-22 09:25:29,325  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:25:29,327  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:25:29,340  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:25:29,341  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.012s)
2024-03-22 09:25:29,342  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:25:29,346  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:25:29,354  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:25:29,386  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:25:29,391  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:25:29,401  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:25:29,405  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:25:29,416  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:25:29,431  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:25:29,434  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:25:29,448  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:25:29,454  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:25:29,459  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:25:29,463  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:25:29,468  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:25:29,476  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:25:29,484  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:25:29,490  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:25:29,527  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:25:29,552  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:25:29,555  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:25:29,558  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:25:29,562  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:25:29,583  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:25:29,593  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:25:29,596  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:25:29,599  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:25:29,619  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:25:29,622  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:25:29,631  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:25:29,636  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:25:29,640  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:25:29,644  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:25:29,648  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:25:29,652  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:25:29,658  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:25:29,662  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:25:29,671  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:25:29,679  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:25:29,683  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:25:29,692  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:25:29,716  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:25:29,722  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:25:29,725  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:25:29,728  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:25:29,732  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:25:29,738  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:25:29,746  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:25:29,752  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:25:29,757  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:25:29,770  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:25:29,778  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.261s)
2024-03-22 09:25:29,918  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:25:30,231  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:25:30,232  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:25:30,235  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:25:30,252  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:25:30,255  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:25:30,346  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:25:30,346  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:25:30,353  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:25:31,804  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:25:32,427  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@79c3eadd, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@434a34c6, org.springframework.security.web.context.SecurityContextHolderFilter@45d4f197, org.springframework.security.web.header.HeaderWriterFilter@44372787, org.springframework.web.filter.CorsFilter@218ed84e, org.springframework.security.web.csrf.CsrfFilter@427b593a, org.springframework.security.web.authentication.logout.LogoutFilter@5c9293c5, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@78735aa3, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@15e9c6e0, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@2e2097c6, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@30b7f2d3, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5d7ec29e, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@689fdf6b, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@485315dd, org.springframework.security.web.access.ExceptionTranslationFilter@35c00298, org.springframework.security.web.access.intercept.AuthorizationFilter@11e57ad1]
2024-03-22 09:25:32,468  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:32,468  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:32,470  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:32,576  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:25:32,668  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:25:32,668  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:25:32,668  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:25:32,669  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1048613430.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:25:32,669  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1048613430.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:25:32,669  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:25:32,670  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@54dc071f
2024-03-22 09:25:32,671  INFO main o.e.h.m.r.r.MgmtActionResourceTest:56 - Started MgmtActionResourceTest in 3.981 seconds (process running for 69.518)
2024-03-22 09:25:32,764  INFO pool-7-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:25:32,865  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:32,865  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:32,867  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:32,868  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtActionResourceTest.filterActionsByLastStatusCode() throws java.lang.Exception]...
2024-03-22 09:25:33,240  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtActionResourceTest.filterActionsByLastStatusCode() throws java.lang.Exception] succeeded.
2024-03-22 09:25:33,280  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:33,280  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:33,282  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:33,283  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtActionResourceTest.getActionExtRef() throws java.lang.Exception]...
2024-03-22 09:25:33,620  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtActionResourceTest.getActionExtRef() throws java.lang.Exception] succeeded.
2024-03-22 09:25:33,658  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:33,658  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:33,660  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:33,660  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtActionResourceTest.shouldRetrieveCorrectActionById() throws java.lang.Exception]...
2024-03-22 09:25:33,851  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtActionResourceTest.shouldRetrieveCorrectActionById() throws java.lang.Exception] succeeded.
2024-03-22 09:25:33,891  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:33,891  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:33,893  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:33,894  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtActionResourceTest.filterActionsByDetailStatus() throws java.lang.Exception]...
2024-03-22 09:25:33,998  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtActionResourceTest.filterActionsByDetailStatus() throws java.lang.Exception] succeeded.
2024-03-22 09:25:34,049  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:34,049  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:34,051  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:34,051  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtActionResourceTest.getActionsWithEmptyResult() throws java.lang.Exception]...
2024-03-22 09:25:34,067  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtActionResourceTest.getActionsWithEmptyResult() throws java.lang.Exception] succeeded.
2024-03-22 09:25:34,115  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:34,115  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:34,117  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:34,117  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtActionResourceTest.getActionsFullRepresentation() throws java.lang.Exception]...
2024-03-22 09:25:34,302  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtActionResourceTest.getActionsFullRepresentation() throws java.lang.Exception] succeeded.
2024-03-22 09:25:34,350  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:34,350  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:34,352  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:34,352  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtActionResourceTest.invalidRequestsOnActionResource() throws java.lang.Exception]...
2024-03-22 09:25:34,516  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' is not supported]
2024-03-22 09:25:34,517  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'PUT' is not supported]
2024-03-22 09:25:34,518  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'DELETE' is not supported]
2024-03-22 09:25:34,531  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtActionResourceTest.invalidRequestsOnActionResource() throws java.lang.Exception] succeeded.
2024-03-22 09:25:34,570  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:34,570  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:34,572  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:34,572  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtActionResourceTest.getActionsExtRef() throws java.lang.Exception]...
2024-03-22 09:25:34,739  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtActionResourceTest.getActionsExtRef() throws java.lang.Exception] succeeded.
2024-03-22 09:25:34,778  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:34,778  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:34,780  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:34,780  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtActionResourceTest.filterActionsByTargetProperties() throws java.lang.Exception]...
2024-03-22 09:25:34,901  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtActionResourceTest.filterActionsByTargetProperties() throws java.lang.Exception] succeeded.
2024-03-22 09:25:34,950  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:34,950  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:34,952  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:34,952  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtActionResourceTest.getActions() throws java.lang.Exception]...
2024-03-22 09:25:35,131  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtActionResourceTest.getActions() throws java.lang.Exception] succeeded.
2024-03-22 09:25:35,169  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:35,170  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:35,172  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:35,172  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtActionResourceTest.filterActionsByStatus() throws java.lang.Exception]...
2024-03-22 09:25:35,284  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtActionResourceTest.filterActionsByStatus() throws java.lang.Exception] succeeded.
2024-03-22 09:25:35,332  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:35,332  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:35,334  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:35,334  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtActionResourceTest.getAction() throws java.lang.Exception]...
2024-03-22 09:25:35,467  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtActionResourceTest.getAction() throws java.lang.Exception] succeeded.
2024-03-22 09:25:35,525  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:35,525  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:35,527  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:35,527  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtActionResourceTest.requestActionThatDoesNotExistsLeadsToNotFound() throws java.lang.Exception]...
2024-03-22 09:25:35,543  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtActionResourceTest.requestActionThatDoesNotExistsLeadsToNotFound() throws java.lang.Exception] succeeded.
2024-03-22 09:25:35,585  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:35,585  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:35,587  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:35,588  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtActionResourceTest.filterActionsByExternalRef() throws java.lang.Exception]...
2024-03-22 09:25:35,798  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtActionResourceTest.filterActionsByExternalRef() throws java.lang.Exception] succeeded.
2024-03-22 09:25:35,836  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:35,836  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:35,838  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:35,838  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtActionResourceTest.filterActionsByDistributionSet() throws java.lang.Exception]...
2024-03-22 09:25:35,955  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtActionResourceTest.filterActionsByDistributionSet() throws java.lang.Exception] succeeded.
2024-03-22 09:25:35,993  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:35,993  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:35,995  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:35,995  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtActionResourceTest.filterActionsByRollout() throws java.lang.Exception]...
2024-03-22 09:25:36,175  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtActionResourceTest.filterActionsByRollout() throws java.lang.Exception] succeeded.
2024-03-22 09:25:36,222  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:36,223  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:36,224  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:36,225  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtActionResourceTest.getMultipleActionsWithPagingLimitRequestParameter() throws java.lang.Exception]...
2024-03-22 09:25:36,392  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtActionResourceTest.getMultipleActionsWithPagingLimitRequestParameter() throws java.lang.Exception] succeeded.
2024-03-22 09:25:36,395  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@54dc071f
2024-03-22 09:25:36,406  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1048613430.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:25:36,408  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:25:36,408  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:25:36,408  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:25:36,423  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:25:36,425  INFO main c.z.h.HikariDataSource:350 - HikariPool-5 - Shutdown initiated...
2024-03-22 09:25:36,426  INFO main c.z.h.HikariDataSource:352 - HikariPool-5 - Shutdown completed.
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.745 s -- in org.eclipse.hawkbit.mgmt.rest.resource.MgmtActionResourceTest
[INFO] Running org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest
2024-03-22 09:25:36,433  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:25:36,466  INFO main o.e.h.m.r.r.MgmtDistributionSetResourceTest:50 - Starting MgmtDistributionSetResourceTest using Java 17.0.9 with PID 3527 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource)
2024-03-22 09:25:36,466  INFO main o.e.h.m.r.r.MgmtDistributionSetResourceTest:660 - The following 1 profile is active: "test"
2024-03-22 09:25:36,674  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:25:36,694  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 19 ms. Found 20 JPA repository interfaces.
2024-03-22 09:25:36,830  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:25:36,831  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:25:36,845  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=27f95362-10e9-32fb-8704-4a2eb200ac06
2024-03-22 09:25:36,871  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:36,873  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:36,874  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:36,874  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1048/0x00007f9c545cef58] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:36,875  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:36,877  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:36,879  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:36,880  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:36,880  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:36,884  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:36,885  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:36,886  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:36,893  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:36,896  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:36,897  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:25:36,991  INFO main c.z.h.HikariDataSource:110 - HikariPool-6 - Starting...
2024-03-22 09:25:36,993  INFO main c.z.h.p.HikariPool:565 - HikariPool-6 - Added connection conn50: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:25:36,993  INFO main c.z.h.HikariDataSource:123 - HikariPool-6 - Start completed.
2024-03-22 09:25:37,003  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:25:37,004  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:25:37,025  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:25:37,026  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.010s)
2024-03-22 09:25:37,027  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:25:37,030  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:25:37,037  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:25:37,060  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:25:37,064  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:25:37,071  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:25:37,074  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:25:37,077  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:25:37,087  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:25:37,089  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:25:37,098  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:25:37,115  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:25:37,119  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:25:37,121  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:25:37,125  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:25:37,131  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:25:37,136  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:25:37,141  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:25:37,169  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:25:37,187  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:25:37,190  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:25:37,193  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:25:37,197  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:25:37,230  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:25:37,238  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:25:37,240  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:25:37,243  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:25:37,251  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:25:37,254  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:25:37,260  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:25:37,264  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:25:37,267  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:25:37,270  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:25:37,274  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:25:37,277  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:25:37,281  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:25:37,285  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:25:37,292  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:25:37,317  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:25:37,320  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:25:37,328  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:25:37,333  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:25:37,337  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:25:37,339  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:25:37,342  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:25:37,345  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:25:37,350  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:25:37,357  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:25:37,363  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:25:37,367  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:25:37,379  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:25:37,392  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.236s)
2024-03-22 09:25:37,477  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:25:37,796  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:25:37,797  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:25:37,800  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:25:37,831  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:25:37,834  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:25:37,925  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:25:37,925  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:25:37,932  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:25:39,322  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:25:39,897  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@5e9d8d5d, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@410f1, org.springframework.security.web.context.SecurityContextHolderFilter@4d7f2e27, org.springframework.security.web.header.HeaderWriterFilter@6f999466, org.springframework.web.filter.CorsFilter@5883b5f, org.springframework.security.web.csrf.CsrfFilter@69e90893, org.springframework.security.web.authentication.logout.LogoutFilter@406d66e0, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@6f1d428c, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@848d8f, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@225c633c, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@44ec73e9, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6cf30a8b, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@239d073e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1019f54f, org.springframework.security.web.access.ExceptionTranslationFilter@29e11a, org.springframework.security.web.access.intercept.AuthorizationFilter@2fce212e]
2024-03-22 09:25:39,934  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:39,934  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:39,935  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:40,033  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:25:40,102  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:25:40,103  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:25:40,103  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:25:40,104  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '55637931.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:25:40,104  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '55637931.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:25:40,104  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:25:40,104  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@6010c091
2024-03-22 09:25:40,106  INFO main o.e.h.m.r.r.MgmtDistributionSetResourceTest:56 - Started MgmtDistributionSetResourceTest in 3.665 seconds (process running for 76.953)
2024-03-22 09:25:40,195  INFO pool-8-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:25:40,290  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:40,290  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:40,292  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:40,292  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.deleteMetadataThatDoesNotExistLeadsToNotFound() throws java.lang.Exception]...
2024-03-22 09:25:40,439  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.deleteMetadataThatDoesNotExistLeadsToNotFound() throws java.lang.Exception] succeeded.
2024-03-22 09:25:40,476  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:40,477  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:40,479  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:40,479  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.getPagedListOfMetadata() throws java.lang.Exception]...
2024-03-22 09:25:40,567  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.getPagedListOfMetadata() throws java.lang.Exception] succeeded.
2024-03-22 09:25:40,600  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:40,600  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:40,602  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:40,602  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.getAssignedTargetsOfDistributionSetIsEmpty() throws java.lang.Exception]...
2024-03-22 09:25:40,662  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.getAssignedTargetsOfDistributionSetIsEmpty() throws java.lang.Exception] succeeded.
2024-03-22 09:25:40,695  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:40,695  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:40,697  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:40,698  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.assignMultipleTargetsToDistributionSet() throws java.lang.Exception]...
2024-03-22 09:25:40,894  WARN main o.e.h.r.j.m.AbstractDsAssignmentStrategy:267 - Cannot find target for targetWithActionType '1'.
2024-03-22 09:25:40,965  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.assignMultipleTargetsToDistributionSet() throws java.lang.Exception] succeeded.
2024-03-22 09:25:41,000  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:41,000  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:41,002  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:41,002  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.statisticsForActionsCountByStatus() throws java.lang.Exception]...
2024-03-22 09:25:41,246  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.statisticsForActionsCountByStatus() throws java.lang.Exception] succeeded.
2024-03-22 09:25:41,281  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:41,281  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:41,283  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:41,283  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.getDistributionSetsWithoutAdditionalRequestParameters() throws java.lang.Exception]...
2024-03-22 09:25:41,467  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.getDistributionSetsWithoutAdditionalRequestParameters() throws java.lang.Exception] succeeded.
2024-03-22 09:25:41,501  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:41,502  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:41,504  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:41,504  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.getAssignedTargetsOfDistributionSet() throws java.lang.Exception]...
2024-03-22 09:25:41,590  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.getAssignedTargetsOfDistributionSet() throws java.lang.Exception] succeeded.
2024-03-22 09:25:41,645  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:41,645  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:41,647  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:41,647  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.statisticsForAutoAssignmentsCount() throws java.lang.Exception]...
2024-03-22 09:25:41,765  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.statisticsForAutoAssignmentsCount() throws java.lang.Exception] succeeded.
2024-03-22 09:25:41,799  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:41,799  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:41,801  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:41,801  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.assignMultipleTargetsToDistributionSetWithMaintenanceWindowStartOnly() throws java.lang.Exception]...
2024-03-22 09:25:41,904  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.assignMultipleTargetsToDistributionSetWithMaintenanceWindowStartOnly() throws java.lang.Exception] succeeded.
2024-03-22 09:25:41,960  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:41,961  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:41,964  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 3 ms
2024-03-22 09:25:41,965  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.getAssignedTargetsOfDistributionSetWithParameters() throws java.lang.Exception]...
2024-03-22 09:25:42,086  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.getAssignedTargetsOfDistributionSetWithParameters() throws java.lang.Exception] succeeded.
2024-03-22 09:25:42,129  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:42,130  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:42,131  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:42,132  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.identicalAssignmentInRequestAreRemovedIfMultiassignmentsDisabled() throws java.lang.Exception]...
2024-03-22 09:25:42,198  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.identicalAssignmentInRequestAreRemovedIfMultiassignmentsDisabled() throws java.lang.Exception] succeeded.
2024-03-22 09:25:42,241  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:42,241  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:42,243  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:42,243  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.getDistributionSet() throws java.lang.Exception]...
2024-03-22 09:25:42,294  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.getDistributionSet() throws java.lang.Exception] succeeded.
2024-03-22 09:25:42,342  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:42,342  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:42,344  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:42,344  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.getDistributionSetsWithPagingLimitRequestParameter() throws java.lang.Exception]...
2024-03-22 09:25:42,479  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.getDistributionSetsWithPagingLimitRequestParameter() throws java.lang.Exception] succeeded.
2024-03-22 09:25:42,517  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:42,517  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:42,519  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:42,519  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.getAutoAssignTargetFiltersOfDSWithInvalidFilter() throws java.lang.Exception]...
2024-03-22 09:25:42,557  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.getAutoAssignTargetFiltersOfDSWithInvalidFilter() throws java.lang.Exception] succeeded.
2024-03-22 09:25:42,590  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:42,590  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:42,592  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:42,592  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.getInstalledTargetsOfDistributionSetWithParameters() throws java.lang.Exception]...
2024-03-22 09:25:42,791  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.getInstalledTargetsOfDistributionSetWithParameters() throws java.lang.Exception] succeeded.
2024-03-22 09:25:42,835  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:42,835  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:42,837  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:42,837  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.deleteFailureWhenDistributionSetInUse() throws java.lang.Exception]...
2024-03-22 09:25:42,917  WARN main o.e.h.r.j.m.AbstractDsAssignmentStrategy:267 - Cannot find target for targetWithActionType '1'.
2024-03-22 09:25:42,945  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.deleteFailureWhenDistributionSetInUse() throws java.lang.Exception] succeeded.
2024-03-22 09:25:42,977  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:42,977  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:42,979  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:42,979  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.getSoftwareModulesWithParameters() throws java.lang.Exception]...
2024-03-22 09:25:43,048  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.getSoftwareModulesWithParameters() throws java.lang.Exception] succeeded.
2024-03-22 09:25:43,082  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:43,082  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:43,084  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:43,084  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.getEmptyAutoAssignTargetFiltersOfDistributionSet() throws java.lang.Exception]...
2024-03-22 09:25:43,147  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.getEmptyAutoAssignTargetFiltersOfDistributionSet() throws java.lang.Exception] succeeded.
2024-03-22 09:25:43,180  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:43,181  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:43,182  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:43,182  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.invalidRequestsOnDistributionSetsResource() throws java.lang.Exception]...
2024-03-22 09:25:43,253  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content-Type 'application/octet-stream' is not supported]
2024-03-22 09:25:43,254  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' is not supported]
2024-03-22 09:25:43,255  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'PUT' is not supported]
2024-03-22 09:25:43,256  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'DELETE' is not supported]
2024-03-22 09:25:43,267  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.invalidRequestsOnDistributionSetsResource() throws java.lang.Exception] succeeded.
2024-03-22 09:25:43,299  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:43,300  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:43,301  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:43,301  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.deleteDistributionSetThatDoesNotExistLeadsToNotFound() throws java.lang.Exception]...
2024-03-22 09:25:43,321  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.deleteDistributionSetThatDoesNotExistLeadsToNotFound() throws java.lang.Exception] succeeded.
2024-03-22 09:25:43,353  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:43,354  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:43,355  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:43,356  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.statisticsForRolloutsCountByStatus() throws java.lang.Exception]...
2024-03-22 09:25:43,551  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.statisticsForRolloutsCountByStatus() throws java.lang.Exception] succeeded.
2024-03-22 09:25:43,594  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:43,595  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:43,596  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:43,597  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.getDistributionSetsWithPagingLimitAndOffsetRequestParameter() throws java.lang.Exception]...
2024-03-22 09:25:43,736  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.getDistributionSetsWithPagingLimitAndOffsetRequestParameter() throws java.lang.Exception] succeeded.
2024-03-22 09:25:43,769  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:43,769  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:43,770  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:43,771  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.deleteUnassignedistributionSet() throws java.lang.Exception]...
2024-03-22 09:25:43,826  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.deleteUnassignedistributionSet() throws java.lang.Exception] succeeded.
2024-03-22 09:25:43,860  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:43,860  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:43,862  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:43,862  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.assignMultipleTargetsToDistributionSetWithAndWithoutMaintenanceWindow() throws java.lang.Exception]...
2024-03-22 09:25:43,976  WARN main o.e.h.r.j.m.AbstractDsAssignmentStrategy:267 - Cannot find target for targetWithActionType '1'.
2024-03-22 09:25:44,027  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.assignMultipleTargetsToDistributionSetWithAndWithoutMaintenanceWindow() throws java.lang.Exception] succeeded.
2024-03-22 09:25:44,061  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:44,062  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:44,064  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:44,064  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.assignTargetsToDistributionSetWithConfirmationOptions(boolean,java.lang.Boolean) throws java.lang.Exception]...
2024-03-22 09:25:44,162  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.assignTargetsToDistributionSetWithConfirmationOptions(boolean,java.lang.Boolean) throws java.lang.Exception] succeeded.
2024-03-22 09:25:44,195  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:44,196  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:44,197  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:44,198  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.assignTargetsToDistributionSetWithConfirmationOptions(boolean,java.lang.Boolean) throws java.lang.Exception]...
2024-03-22 09:25:44,274  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.assignTargetsToDistributionSetWithConfirmationOptions(boolean,java.lang.Boolean) throws java.lang.Exception] succeeded.
2024-03-22 09:25:44,318  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:44,318  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:44,320  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:44,320  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.assignTargetsToDistributionSetWithConfirmationOptions(boolean,java.lang.Boolean) throws java.lang.Exception]...
2024-03-22 09:25:44,387  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.assignTargetsToDistributionSetWithConfirmationOptions(boolean,java.lang.Boolean) throws java.lang.Exception] succeeded.
2024-03-22 09:25:44,427  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:44,427  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:44,429  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:44,429  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.assignTargetsToDistributionSetWithConfirmationOptions(boolean,java.lang.Boolean) throws java.lang.Exception]...
2024-03-22 09:25:44,494  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.assignTargetsToDistributionSetWithConfirmationOptions(boolean,java.lang.Boolean) throws java.lang.Exception] succeeded.
2024-03-22 09:25:44,534  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:44,535  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:44,536  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:44,537  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.assignTargetsToDistributionSetWithConfirmationOptions(boolean,java.lang.Boolean) throws java.lang.Exception]...
2024-03-22 09:25:44,615  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.assignTargetsToDistributionSetWithConfirmationOptions(boolean,java.lang.Boolean) throws java.lang.Exception] succeeded.
2024-03-22 09:25:44,650  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:44,650  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:44,652  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:44,652  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.assignTargetsToDistributionSetWithConfirmationOptions(boolean,java.lang.Boolean) throws java.lang.Exception]...
2024-03-22 09:25:44,757  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.assignTargetsToDistributionSetWithConfirmationOptions(boolean,java.lang.Boolean) throws java.lang.Exception] succeeded.
2024-03-22 09:25:44,790  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:44,790  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:44,792  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:44,793  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.invalidateDistributionSet() throws java.lang.Exception]...
2024-03-22 09:25:45,094  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.invalidateDistributionSet() throws java.lang.Exception] succeeded.
2024-03-22 09:25:45,136  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:45,136  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:45,138  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:45,138  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.getMultipleAutoAssignTargetFiltersOfDistributionSet() throws java.lang.Exception]...
2024-03-22 09:25:45,195  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.getMultipleAutoAssignTargetFiltersOfDistributionSet() throws java.lang.Exception] succeeded.
2024-03-22 09:25:45,235  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:45,235  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:45,237  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:45,237  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.ggetAutoAssignTargetFiltersOfDistributionSetWithParameters() throws java.lang.Exception]...
2024-03-22 09:25:45,290  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.ggetAutoAssignTargetFiltersOfDistributionSetWithParameters() throws java.lang.Exception] succeeded.
2024-03-22 09:25:45,333  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:45,333  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:45,335  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:45,335  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.getInstalledTargetsOfDistributionSet() throws java.lang.Exception]...
2024-03-22 09:25:45,449  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.getInstalledTargetsOfDistributionSet() throws java.lang.Exception] succeeded.
2024-03-22 09:25:45,482  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:45,482  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:45,484  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:45,484  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.weightValidation() throws java.lang.Exception]...
2024-03-22 09:25:45,592  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.weightValidation() throws java.lang.Exception] succeeded.
2024-03-22 09:25:45,636  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:45,636  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:45,638  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:45,638  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.assignSoftwareModuleToDistributionSet() throws java.lang.Exception]...
2024-03-22 09:25:45,721  WARN main o.e.h.r.j.u.QuotaHelper:124 - Cannot assign 1 SoftwareModule entities to DistributionSet '50' because of the configured quota limit 5. Currently, there are 5 SoftwareModule entities assigned.
2024-03-22 09:25:45,735  WARN main o.e.h.r.j.u.QuotaHelper:116 - Cannot assign 6 SoftwareModule entities to DistributionSet '51' because of the configured quota limit 5.
2024-03-22 09:25:45,749  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.assignSoftwareModuleToDistributionSet() throws java.lang.Exception] succeeded.
2024-03-22 09:25:45,780  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:45,781  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:45,783  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:45,783  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.updateRequiredMigrationStepFailsIfDistributionSetisInUse() throws java.lang.Exception]...
2024-03-22 09:25:45,856  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.updateRequiredMigrationStepFailsIfDistributionSetisInUse() throws java.lang.Exception] succeeded.
2024-03-22 09:25:45,888  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:45,888  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:45,890  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:45,890  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.createDsFromAlreadyMarkedAsDeletedType() throws java.lang.Exception]...
2024-03-22 09:25:45,987  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.createDsFromAlreadyMarkedAsDeletedType() throws java.lang.Exception] succeeded.
2024-03-22 09:25:46,025  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:46,026  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:46,027  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:46,028  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.assignMultipleTargetsToDistributionSetUntilQuotaIsExceeded() throws java.lang.Exception]...
2024-03-22 09:25:46,085  WARN main o.e.h.r.j.u.QuotaHelper:144 - Quota exceeded: Cannot assign 21 entities at once. The maximum is 20.
2024-03-22 09:25:46,100  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.assignMultipleTargetsToDistributionSetUntilQuotaIsExceeded() throws java.lang.Exception] succeeded.
2024-03-22 09:25:46,145  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:46,145  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:46,147  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:46,147  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.updateDistributionSet() throws java.lang.Exception]...
2024-03-22 09:25:46,190  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.updateDistributionSet() throws java.lang.Exception] succeeded.
2024-03-22 09:25:46,231  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:46,231  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:46,233  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:46,233  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.deleteAssignedDistributionSet() throws java.lang.Exception]...
2024-03-22 09:25:46,325  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.deleteAssignedDistributionSet() throws java.lang.Exception] succeeded.
2024-03-22 09:25:46,357  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:46,358  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:46,359  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:46,359  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.lockDistributionSet() throws java.lang.Exception]...
2024-03-22 09:25:46,402  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.lockDistributionSet() throws java.lang.Exception] succeeded.
2024-03-22 09:25:46,442  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:46,442  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:46,444  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:46,444  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.multiAssignmentRequestNotAllowedIfDisabled() throws java.lang.Exception]...
2024-03-22 09:25:46,491  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.multiAssignmentRequestNotAllowedIfDisabled() throws java.lang.Exception] succeeded.
2024-03-22 09:25:46,535  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:46,535  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:46,537  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:46,537  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.assignMultipleTargetsToDistributionSetWithValidMaintenanceWindow() throws java.lang.Exception]...
2024-03-22 09:25:46,627  WARN main o.e.h.r.j.m.AbstractDsAssignmentStrategy:267 - Cannot find target for targetWithActionType '1'.
2024-03-22 09:25:46,665  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.assignMultipleTargetsToDistributionSetWithValidMaintenanceWindow() throws java.lang.Exception] succeeded.
2024-03-22 09:25:46,697  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:46,697  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:46,699  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:46,699  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.updateMetadata() throws java.lang.Exception]...
2024-03-22 09:25:46,751  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.updateMetadata() throws java.lang.Exception] succeeded.
2024-03-22 09:25:46,782  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:46,782  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:46,783  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:46,784  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.assignmentFailureWhenAssigningToUsedDistributionSet() throws java.lang.Exception]...
2024-03-22 09:25:46,858  WARN main o.e.h.r.j.m.AbstractDsAssignmentStrategy:267 - Cannot find target for targetWithActionType '1'.
2024-03-22 09:25:46,888  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.assignmentFailureWhenAssigningToUsedDistributionSet() throws java.lang.Exception] succeeded.
2024-03-22 09:25:46,928  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:46,928  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:46,930  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:46,930  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.filterDistributionSetComplete() throws java.lang.Exception]...
2024-03-22 09:25:47,175  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.filterDistributionSetComplete() throws java.lang.Exception] succeeded.
2024-03-22 09:25:47,217  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:47,217  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:47,219  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:47,219  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.offlineAssignmentOfMultipleTargetsToDistributionSet() throws java.lang.Exception]...
2024-03-22 09:25:47,291  WARN main o.e.h.r.j.m.AbstractDsAssignmentStrategy:267 - Cannot find target for targetWithActionType 'targetExist0'.
2024-03-22 09:25:47,335  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.offlineAssignmentOfMultipleTargetsToDistributionSet() throws java.lang.Exception] succeeded.
2024-03-22 09:25:47,368  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:47,368  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:47,370  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:47,370  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.createMetadata() throws java.lang.Exception]...
2024-03-22 09:25:47,415  WARN main o.e.h.r.j.u.QuotaHelper:124 - Cannot assign 9 DistributionSetMetadata entities to DistributionSet '74' because of the configured quota limit 10. Currently, there are 2 DistributionSetMetadata entities assigned.
2024-03-22 09:25:47,429  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.createMetadata() throws java.lang.Exception] succeeded.
2024-03-22 09:25:47,470  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:47,470  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:47,472  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:47,472  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.assignNotExistingTargetToDistributionSet() throws java.lang.Exception]...
2024-03-22 09:25:47,548  WARN main o.e.h.r.j.m.AbstractDsAssignmentStrategy:267 - Cannot find target for targetWithActionType '1'.
2024-03-22 09:25:47,574  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.assignNotExistingTargetToDistributionSet() throws java.lang.Exception] succeeded.
2024-03-22 09:25:47,604  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:47,605  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:47,606  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:47,607  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.searchDistributionSetMetadataRsql() throws java.lang.Exception]...
2024-03-22 09:25:47,679  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.searchDistributionSetMetadataRsql() throws java.lang.Exception] succeeded.
2024-03-22 09:25:47,721  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:47,721  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:47,723  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:47,723  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.assignTargetsToDistributionSetIgnoreCase() throws java.lang.Exception]...
2024-03-22 09:25:47,793  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.assignTargetsToDistributionSetIgnoreCase() throws java.lang.Exception] succeeded.
2024-03-22 09:25:47,829  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:47,830  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:47,831  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:47,831  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.getSoftwareModules() throws java.lang.Exception]...
2024-03-22 09:25:47,865  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.getSoftwareModules() throws java.lang.Exception] succeeded.
2024-03-22 09:25:47,896  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:47,897  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:47,898  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:47,899  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.searchDistributionSetAssignedTargetsRsql() throws java.lang.Exception]...
2024-03-22 09:25:47,985  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.searchDistributionSetAssignedTargetsRsql() throws java.lang.Exception] succeeded.
2024-03-22 09:25:48,036  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:48,037  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:48,038  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:48,038  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.assignMultipleTargetsToDistributionSetWithMaintenanceWindowEndOnly() throws java.lang.Exception]...
2024-03-22 09:25:48,121  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.assignMultipleTargetsToDistributionSetWithMaintenanceWindowEndOnly() throws java.lang.Exception] succeeded.
2024-03-22 09:25:48,151  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:48,151  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:48,153  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:48,153  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.changeDistributionSetAssignmentForTargetUntilQuotaIsExceeded() throws java.lang.Exception]...
2024-03-22 09:25:48,764  WARN main o.e.h.r.j.u.QuotaHelper:124 - Cannot assign 1 Action entities to Target 'trg1' because of the configured quota limit 20. Currently, there are 20 Action entities assigned.
2024-03-22 09:25:48,779  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.changeDistributionSetAssignmentForTargetUntilQuotaIsExceeded() throws java.lang.Exception] succeeded.
2024-03-22 09:25:48,811  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:48,812  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:48,816  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 4 ms
2024-03-22 09:25:48,816  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.getAutoAssignTargetFiltersOfDistributionSet() throws java.lang.Exception]...
2024-03-22 09:25:48,859  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.getAutoAssignTargetFiltersOfDistributionSet() throws java.lang.Exception] succeeded.
2024-03-22 09:25:48,889  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:48,889  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:48,891  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:48,891  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.statisticsForDistributionSet() throws java.lang.Exception]...
2024-03-22 09:25:49,067  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.statisticsForDistributionSet() throws java.lang.Exception] succeeded.
2024-03-22 09:25:49,097  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:49,098  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:49,099  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:49,099  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.unlockDistributionSet() throws java.lang.Exception]...
2024-03-22 09:25:49,154  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.unlockDistributionSet() throws java.lang.Exception] succeeded.
2024-03-22 09:25:49,184  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:49,184  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:49,186  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:49,186  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.multiAssignment() throws java.lang.Exception]...
2024-03-22 09:25:49,279  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.multiAssignment() throws java.lang.Exception] succeeded.
2024-03-22 09:25:49,321  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:49,321  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:49,323  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:49,323  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.getMetadata() throws java.lang.Exception]...
2024-03-22 09:25:49,367  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.getMetadata() throws java.lang.Exception] succeeded.
2024-03-22 09:25:49,399  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:49,399  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:49,401  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:49,401  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.searchDistributionSetRsql() throws java.lang.Exception]...
2024-03-22 09:25:49,668  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.searchDistributionSetRsql() throws java.lang.Exception] succeeded.
2024-03-22 09:25:49,698  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:49,698  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:49,700  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:49,700  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.assignMultipleTargetsToDistributionSetWithMaintenanceWindowEndTimeBeforeStartTime() throws java.lang.Exception]...
2024-03-22 09:25:49,775  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.assignMultipleTargetsToDistributionSetWithMaintenanceWindowEndTimeBeforeStartTime() throws java.lang.Exception] succeeded.
2024-03-22 09:25:49,816  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:49,816  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:49,818  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:49,818  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.deleteMetadata() throws java.lang.Exception]...
2024-03-22 09:25:49,853  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.deleteMetadata() throws java.lang.Exception] succeeded.
2024-03-22 09:25:49,882  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:49,882  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:49,884  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:49,884  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.geteMetadataKey() throws java.lang.Exception]...
2024-03-22 09:25:49,933  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.geteMetadataKey() throws java.lang.Exception] succeeded.
2024-03-22 09:25:49,962  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:49,962  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:49,964  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:49,964  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.assignMultipleTargetsToDistributionSetAsDownloadOnly() throws java.lang.Exception]...
2024-03-22 09:25:50,047  WARN main o.e.h.r.j.m.AbstractDsAssignmentStrategy:267 - Cannot find target for targetWithActionType '1'.
2024-03-22 09:25:50,081  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.assignMultipleTargetsToDistributionSetAsDownloadOnly() throws java.lang.Exception] succeeded.
2024-03-22 09:25:50,120  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:50,120  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:50,122  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:50,122  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.createDistributionSets() throws java.lang.Exception]...
2024-03-22 09:25:50,184  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.createDistributionSets() throws java.lang.Exception] succeeded.
2024-03-22 09:25:50,222  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:50,222  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:50,224  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:50,224  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.getDistributionSets() throws java.lang.Exception]...
2024-03-22 09:25:50,264  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.getDistributionSets() throws java.lang.Exception] succeeded.
2024-03-22 09:25:50,292  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:50,292  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:50,293  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:50,294  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.unassignSoftwareModuleFromDistributionSet() throws java.lang.Exception]...
2024-03-22 09:25:50,357  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest.unassignSoftwareModuleFromDistributionSet() throws java.lang.Exception] succeeded.
2024-03-22 09:25:50,360  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@6010c091
2024-03-22 09:25:50,372  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.55637931.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:25:50,374  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:25:50,374  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:25:50,374  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:25:50,387  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:25:50,388  INFO main c.z.h.HikariDataSource:350 - HikariPool-6 - Shutdown initiated...
2024-03-22 09:25:50,389  INFO main c.z.h.HikariDataSource:352 - HikariPool-6 - Shutdown completed.
[INFO] Tests run: 69, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.96 s -- in org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetResourceTest
[INFO] Running org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest
2024-03-22 09:25:50,394  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:25:50,441  INFO main o.e.h.m.r.r.MgmtDistributionSetTypeResourceTest:50 - Starting MgmtDistributionSetTypeResourceTest using Java 17.0.9 with PID 3527 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource)
2024-03-22 09:25:50,441  INFO main o.e.h.m.r.r.MgmtDistributionSetTypeResourceTest:660 - The following 1 profile is active: "test"
2024-03-22 09:25:50,646  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:25:50,666  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 19 ms. Found 20 JPA repository interfaces.
2024-03-22 09:25:50,803  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:25:50,803  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:25:50,819  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=27f95362-10e9-32fb-8704-4a2eb200ac06
2024-03-22 09:25:50,843  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:50,844  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:50,845  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:50,845  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1048/0x00007f9c545cef58] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:50,846  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:50,848  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:50,850  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:50,850  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:50,851  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:50,854  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:50,855  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:50,855  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:50,862  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:50,864  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:50,865  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:25:50,941  INFO main c.z.h.HikariDataSource:110 - HikariPool-7 - Starting...
2024-03-22 09:25:50,943  INFO main c.z.h.p.HikariPool:565 - HikariPool-7 - Added connection conn60: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:25:50,943  INFO main c.z.h.HikariDataSource:123 - HikariPool-7 - Start completed.
2024-03-22 09:25:50,953  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:25:50,954  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:25:50,964  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:25:50,964  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.009s)
2024-03-22 09:25:50,965  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:25:50,968  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:25:50,974  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:25:50,992  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:25:50,995  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:25:51,018  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:25:51,020  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:25:51,023  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:25:51,032  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:25:51,034  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:25:51,042  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:25:51,045  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:25:51,049  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:25:51,051  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:25:51,054  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:25:51,058  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:25:51,062  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:25:51,065  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:25:51,082  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:25:51,124  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:25:51,126  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:25:51,128  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:25:51,131  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:25:51,143  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:25:51,149  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:25:51,152  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:25:51,154  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:25:51,161  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:25:51,163  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:25:51,174  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:25:51,177  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:25:51,179  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:25:51,182  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:25:51,184  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:25:51,186  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:25:51,190  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:25:51,192  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:25:51,198  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:25:51,202  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:25:51,215  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:25:51,221  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:25:51,226  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:25:51,229  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:25:51,231  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:25:51,233  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:25:51,236  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:25:51,241  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:25:51,246  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:25:51,251  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:25:51,254  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:25:51,265  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:25:51,272  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.177s)
2024-03-22 09:25:51,425  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:25:51,652  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:25:51,652  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:25:51,655  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:25:51,668  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:25:51,671  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:25:51,746  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:25:51,746  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:25:51,752  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:25:52,864  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:25:53,376  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@2c16fd1b, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1413eee, org.springframework.security.web.context.SecurityContextHolderFilter@16e41f93, org.springframework.security.web.header.HeaderWriterFilter@52c9fd28, org.springframework.web.filter.CorsFilter@103506cc, org.springframework.security.web.csrf.CsrfFilter@2619b646, org.springframework.security.web.authentication.logout.LogoutFilter@3f349b56, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@6acf7547, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@55e66a40, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@3440e00c, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@71babd63, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7da4308f, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@48dbeece, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2fa52dba, org.springframework.security.web.access.ExceptionTranslationFilter@3e917b7e, org.springframework.security.web.access.intercept.AuthorizationFilter@4edc74db]
2024-03-22 09:25:53,407  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:53,408  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:53,409  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:53,480  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:25:53,592  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:25:53,593  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:25:53,593  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:25:53,594  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '223600586.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:25:53,594  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '223600586.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:25:53,594  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:25:53,594  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@3c42f76d
2024-03-22 09:25:53,596  INFO main o.e.h.m.r.r.MgmtDistributionSetTypeResourceTest:56 - Started MgmtDistributionSetTypeResourceTest in 3.177 seconds (process running for 90.443)
2024-03-22 09:25:53,675  INFO pool-9-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:25:53,741  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:53,741  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:53,743  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:53,743  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.updateDistributionSetTypeColourDescriptionAndNameUntouched() throws java.lang.Exception]...
2024-03-22 09:25:53,787  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.updateDistributionSetTypeColourDescriptionAndNameUntouched() throws java.lang.Exception] succeeded.
2024-03-22 09:25:53,822  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:53,823  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:53,824  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:53,824  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.getOptionalModuleOfDistributionSetType() throws java.lang.Exception]...
2024-03-22 09:25:53,847  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.getOptionalModuleOfDistributionSetType() throws java.lang.Exception] succeeded.
2024-03-22 09:25:53,876  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:53,876  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:53,878  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:53,878  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.deleteDistributionSetTypeUnused() throws java.lang.Exception]...
2024-03-22 09:25:53,897  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.deleteDistributionSetTypeUnused() throws java.lang.Exception] succeeded.
2024-03-22 09:25:53,936  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:53,936  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:53,938  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:53,938  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.getDistributionSetTypesWithoutAddtionalRequestParameters() throws java.lang.Exception]...
2024-03-22 09:25:53,958  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.getDistributionSetTypesWithoutAddtionalRequestParameters() throws java.lang.Exception] succeeded.
2024-03-22 09:25:53,987  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:53,987  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:53,989  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:53,989  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.getDistributionSetType() throws java.lang.Exception]...
2024-03-22 09:25:54,032  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.getDistributionSetType() throws java.lang.Exception] succeeded.
2024-03-22 09:25:54,061  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:54,061  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:54,063  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:54,063  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.getDistributionSetTypes() throws java.lang.Exception]...
2024-03-22 09:25:54,086  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.getDistributionSetTypes() throws java.lang.Exception] succeeded.
2024-03-22 09:25:54,126  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:54,127  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:54,128  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:54,128  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.updateDistributionSetTypeDeletedFlag() throws java.lang.Exception]...
2024-03-22 09:25:54,143  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.updateDistributionSetTypeDeletedFlag() throws java.lang.Exception] succeeded.
2024-03-22 09:25:54,171  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:54,171  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:54,173  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:54,173  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.getDistributionSetTypesSortedByKey() throws java.lang.Exception]...
2024-03-22 09:25:54,204  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.getDistributionSetTypesSortedByKey() throws java.lang.Exception] succeeded.
2024-03-22 09:25:54,243  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:54,244  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:54,245  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:54,245  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.deleteDistributionSetTypeThatDoesNotExistLeadsToNotFound() throws java.lang.Exception]...
2024-03-22 09:25:54,259  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.deleteDistributionSetTypeThatDoesNotExistLeadsToNotFound() throws java.lang.Exception] succeeded.
2024-03-22 09:25:54,289  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:54,289  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:54,291  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:54,291  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.deleteDistributionSetTypeUsed() throws java.lang.Exception]...
2024-03-22 09:25:54,355  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.deleteDistributionSetTypeUsed() throws java.lang.Exception] succeeded.
2024-03-22 09:25:54,383  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:54,384  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:54,385  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:54,385  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.getDistributionSetTypesWithPagingLimitAndOffsetRequestParameter() throws java.lang.Exception]...
2024-03-22 09:25:54,400  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.getDistributionSetTypesWithPagingLimitAndOffsetRequestParameter() throws java.lang.Exception] succeeded.
2024-03-22 09:25:54,433  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:54,433  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:54,435  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:54,435  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.getDistributionSetTypesWithParameter() throws java.lang.Exception]...
2024-03-22 09:25:54,448  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.getDistributionSetTypesWithParameter() throws java.lang.Exception] succeeded.
2024-03-22 09:25:54,478  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:54,478  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:54,480  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:54,480  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.removeMandatoryModuleToDistributionSetType() throws java.lang.Exception]...
2024-03-22 09:25:54,501  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.removeMandatoryModuleToDistributionSetType() throws java.lang.Exception] succeeded.
2024-03-22 09:25:54,540  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:54,540  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:54,542  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:54,542  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.getMandatoryModulesOfDistributionSetType() throws java.lang.Exception]...
2024-03-22 09:25:54,560  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.getMandatoryModulesOfDistributionSetType() throws java.lang.Exception] succeeded.
2024-03-22 09:25:54,590  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:54,590  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:54,592  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:54,592  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.searchDistributionSetTypeRsql() throws java.lang.Exception]...
2024-03-22 09:25:54,619  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.searchDistributionSetTypeRsql() throws java.lang.Exception] succeeded.
2024-03-22 09:25:54,660  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:54,660  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:54,662  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:54,662  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.removeOptionalModuleToDistributionSetType() throws java.lang.Exception]...
2024-03-22 09:25:54,680  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.removeOptionalModuleToDistributionSetType() throws java.lang.Exception] succeeded.
2024-03-22 09:25:54,708  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:54,715  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:54,716  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:54,717  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.createDistributionSetTypes() throws java.lang.Exception]...
2024-03-22 09:25:54,761  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.createDistributionSetTypes() throws java.lang.Exception] succeeded.
2024-03-22 09:25:54,790  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:54,790  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:54,792  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:54,792  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.getMandatoryModuleOfDistributionSetType() throws java.lang.Exception]...
2024-03-22 09:25:54,817  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.getMandatoryModuleOfDistributionSetType() throws java.lang.Exception] succeeded.
2024-03-22 09:25:54,847  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:54,847  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:54,849  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:54,849  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.addMandatoryModuleToDistributionSetType() throws java.lang.Exception]...
2024-03-22 09:25:54,870  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.addMandatoryModuleToDistributionSetType() throws java.lang.Exception] succeeded.
2024-03-22 09:25:54,898  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:54,899  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:54,900  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:54,900  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.assignModuleTypesToDistributionSetTypeUntilQuotaExceeded() throws java.lang.Exception]...
2024-03-22 09:25:54,953  WARN main o.e.h.r.j.u.QuotaHelper:124 - Cannot assign 1 SoftwareModuleType entities to DistributionSetType '99' because of the configured quota limit 5. Currently, there are 5 SoftwareModuleType entities assigned.
2024-03-22 09:25:54,990  WARN main o.e.h.r.j.u.QuotaHelper:124 - Cannot assign 1 SoftwareModuleType entities to DistributionSetType '100' because of the configured quota limit 5. Currently, there are 5 SoftwareModuleType entities assigned.
2024-03-22 09:25:55,000  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.assignModuleTypesToDistributionSetTypeUntilQuotaExceeded() throws java.lang.Exception] succeeded.
2024-03-22 09:25:55,036  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:55,036  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:55,038  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:55,038  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.updateDistributionSetTypeDescriptionAndColor() throws java.lang.Exception]...
2024-03-22 09:25:55,093  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.updateDistributionSetTypeDescriptionAndColor() throws java.lang.Exception] succeeded.
2024-03-22 09:25:55,132  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:55,132  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:55,134  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:55,134  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.getOptionalModulesOfDistributionSetType() throws java.lang.Exception]...
2024-03-22 09:25:55,150  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.getOptionalModulesOfDistributionSetType() throws java.lang.Exception] succeeded.
2024-03-22 09:25:55,179  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:55,179  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:55,181  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:55,181  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.addOptionalModuleToDistributionSetType() throws java.lang.Exception]...
2024-03-22 09:25:55,199  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.addOptionalModuleToDistributionSetType() throws java.lang.Exception] succeeded.
2024-03-22 09:25:55,248  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:55,249  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:55,250  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:55,250  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.getDistributionSetTypesWithPagingLimitRequestParameter() throws java.lang.Exception]...
2024-03-22 09:25:55,264  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.getDistributionSetTypesWithPagingLimitRequestParameter() throws java.lang.Exception] succeeded.
2024-03-22 09:25:55,293  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:55,293  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:55,294  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:55,295  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.invalidRequestsOnDistributionSetTypesResource() throws java.lang.Exception]...
2024-03-22 09:25:55,347  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content-Type 'application/octet-stream' is not supported]
2024-03-22 09:25:55,358  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'PUT' is not supported]
2024-03-22 09:25:55,359  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'DELETE' is not supported]
2024-03-22 09:25:55,360  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'PUT' is not supported]
2024-03-22 09:25:55,361  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'PUT' is not supported]
2024-03-22 09:25:55,370  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest.invalidRequestsOnDistributionSetTypesResource() throws java.lang.Exception] succeeded.
2024-03-22 09:25:55,372  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@3c42f76d
2024-03-22 09:25:55,381  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.223600586.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:25:55,383  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:25:55,383  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:25:55,383  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:25:55,389  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:25:55,390  INFO main c.z.h.HikariDataSource:350 - HikariPool-7 - Shutdown initiated...
2024-03-22 09:25:55,391  INFO main c.z.h.HikariDataSource:352 - HikariPool-7 - Shutdown completed.
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.998 s -- in org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTypeResourceTest
[INFO] Running org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest
2024-03-22 09:25:55,397  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:25:55,436  INFO main o.e.h.m.r.r.MgmtTargetTypeResourceTest:50 - Starting MgmtTargetTypeResourceTest using Java 17.0.9 with PID 3527 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource)
2024-03-22 09:25:55,436  INFO main o.e.h.m.r.r.MgmtTargetTypeResourceTest:660 - The following 1 profile is active: "test"
2024-03-22 09:25:55,625  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:25:55,643  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 17 ms. Found 20 JPA repository interfaces.
2024-03-22 09:25:55,774  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:25:55,775  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:25:55,786  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=27f95362-10e9-32fb-8704-4a2eb200ac06
2024-03-22 09:25:55,808  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:55,809  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:55,810  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:55,810  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1048/0x00007f9c545cef58] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:55,811  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:55,817  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:55,818  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:55,819  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:55,819  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:55,822  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:55,823  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:55,824  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:55,830  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:55,832  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:25:55,833  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:25:55,888  INFO main c.z.h.HikariDataSource:110 - HikariPool-8 - Starting...
2024-03-22 09:25:55,890  INFO main c.z.h.p.HikariPool:565 - HikariPool-8 - Added connection conn70: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:25:55,890  INFO main c.z.h.HikariDataSource:123 - HikariPool-8 - Start completed.
2024-03-22 09:25:55,899  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:25:55,900  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:25:55,916  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:25:55,916  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.015s)
2024-03-22 09:25:55,917  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:25:55,920  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:25:55,926  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:25:55,941  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:25:55,944  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:25:55,949  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:25:55,951  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:25:55,971  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:25:55,979  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:25:55,980  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:25:55,988  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:25:55,991  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:25:55,994  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:25:55,996  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:25:55,999  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:25:56,016  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:25:56,020  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:25:56,023  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:25:56,040  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:25:56,054  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:25:56,057  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:25:56,059  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:25:56,063  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:25:56,074  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:25:56,080  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:25:56,082  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:25:56,116  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:25:56,123  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:25:56,125  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:25:56,130  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:25:56,132  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:25:56,135  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:25:56,137  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:25:56,140  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:25:56,142  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:25:56,145  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:25:56,148  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:25:56,154  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:25:56,158  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:25:56,160  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:25:56,166  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:25:56,169  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:25:56,173  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:25:56,174  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:25:56,176  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:25:56,179  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:25:56,183  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:25:56,187  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:25:56,191  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:25:56,194  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:25:56,202  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:25:56,216  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.169s)
2024-03-22 09:25:56,289  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:25:56,499  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:25:56,500  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:25:56,502  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:25:56,524  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:25:56,527  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:25:56,596  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:25:56,596  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:25:56,602  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:25:57,633  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:25:58,097  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@7614815c, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@14455c77, org.springframework.security.web.context.SecurityContextHolderFilter@1173bd84, org.springframework.security.web.header.HeaderWriterFilter@7c095785, org.springframework.web.filter.CorsFilter@43e3d62f, org.springframework.security.web.csrf.CsrfFilter@48526652, org.springframework.security.web.authentication.logout.LogoutFilter@774df651, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@12f8b129, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@70d53c9d, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@309d39f0, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@a9f3259, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4a48390e, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@46d6eebd, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@62d150de, org.springframework.security.web.access.ExceptionTranslationFilter@37f76ca6, org.springframework.security.web.access.intercept.AuthorizationFilter@5f77b899]
2024-03-22 09:25:58,126  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:58,127  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:58,128  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:58,187  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:25:58,256  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:25:58,256  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:25:58,256  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:25:58,257  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1802919897.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:25:58,257  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1802919897.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:25:58,258  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:25:58,258  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@4c63bc84
2024-03-22 09:25:58,259  INFO main o.e.h.m.r.r.MgmtTargetTypeResourceTest:56 - Started MgmtTargetTypeResourceTest in 2.844 seconds (process running for 95.106)
2024-03-22 09:25:58,325  INFO pool-10-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:25:58,376  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:58,376  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:58,378  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:58,378  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.deleteTargetTypeUnused() throws java.lang.Exception]...
2024-03-22 09:25:58,432  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.deleteTargetTypeUnused() throws java.lang.Exception] succeeded.
2024-03-22 09:25:58,474  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:58,474  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:58,476  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:58,476  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.getTargetTypesWithPagingLimitRequestParameter() throws java.lang.Exception]...
2024-03-22 09:25:58,534  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.getTargetTypesWithPagingLimitRequestParameter() throws java.lang.Exception] succeeded.
2024-03-22 09:25:58,564  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:58,564  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:58,566  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:58,566  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.searchTargetTypeRsql() throws java.lang.Exception]...
2024-03-22 09:25:58,586  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.searchTargetTypeRsql() throws java.lang.Exception] succeeded.
2024-03-22 09:25:58,628  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:58,628  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:58,630  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:58,630  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.invalidRequestsOnTargetTypesResource() throws java.lang.Exception]...
2024-03-22 09:25:58,648  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content-Type 'application/octet-stream' is not supported]
2024-03-22 09:25:58,676  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'PUT' is not supported]
2024-03-22 09:25:58,677  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'DELETE' is not supported]
2024-03-22 09:25:58,677  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'PUT' is not supported]
2024-03-22 09:25:58,678  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'DELETE' is not supported]
2024-03-22 09:25:58,679  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'PUT' is not supported]
2024-03-22 09:25:58,679  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' is not supported]
2024-03-22 09:25:58,680  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' is not supported]
2024-03-22 09:25:58,689  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.invalidRequestsOnTargetTypesResource() throws java.lang.Exception] succeeded.
2024-03-22 09:25:58,729  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:58,729  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:58,731  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:58,731  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.createTargetTypes() throws java.lang.Exception]...
2024-03-22 09:25:58,761  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.createTargetTypes() throws java.lang.Exception] succeeded.
2024-03-22 09:25:58,815  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:58,815  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:58,817  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:58,817  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.addDistributionSetTypeToTargetType() throws java.lang.Exception]...
2024-03-22 09:25:58,838  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.addDistributionSetTypeToTargetType() throws java.lang.Exception] succeeded.
2024-03-22 09:25:58,869  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:58,869  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:58,871  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:58,871  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.updateTargetType() throws java.lang.Exception]...
2024-03-22 09:25:58,893  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.updateTargetType() throws java.lang.Exception] succeeded.
2024-03-22 09:25:58,931  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:58,931  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:58,933  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:58,933  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.getDefaultTargetTypes() throws java.lang.Exception]...
2024-03-22 09:25:58,945  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.getDefaultTargetTypes() throws java.lang.Exception] succeeded.
2024-03-22 09:25:58,973  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:58,974  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:58,975  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:58,975  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.getDistributionSetOfTargetTypeReturnsNotAllowed() throws java.lang.Exception]...
2024-03-22 09:25:58,979  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' is not supported]
2024-03-22 09:25:58,988  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.getDistributionSetOfTargetTypeReturnsNotAllowed() throws java.lang.Exception] succeeded.
2024-03-22 09:25:59,019  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:59,019  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:59,021  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:59,021  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.getTargetType() throws java.lang.Exception]...
2024-03-22 09:25:59,041  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.getTargetType() throws java.lang.Exception] succeeded.
2024-03-22 09:25:59,070  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:59,070  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:59,072  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:59,072  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.getDistributionSetsOfTargetType() throws java.lang.Exception]...
2024-03-22 09:25:59,088  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.getDistributionSetsOfTargetType() throws java.lang.Exception] succeeded.
2024-03-22 09:25:59,126  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:59,126  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:59,128  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:59,128  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.getTargetTypesWithPagingLimitAndOffsetRequestParameter() throws java.lang.Exception]...
2024-03-22 09:25:59,160  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.getTargetTypesWithPagingLimitAndOffsetRequestParameter() throws java.lang.Exception] succeeded.
2024-03-22 09:25:59,190  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:59,190  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:59,192  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:59,192  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.updateTargetTypeDeletedFlag() throws java.lang.Exception]...
2024-03-22 09:25:59,218  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.updateTargetTypeDeletedFlag() throws java.lang.Exception] succeeded.
2024-03-22 09:25:59,246  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:59,246  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:59,248  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:59,248  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.deletingDsTypeRemovesAssignmentFromTargetType() throws java.lang.Exception]...
2024-03-22 09:25:59,274  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.deletingDsTypeRemovesAssignmentFromTargetType() throws java.lang.Exception] succeeded.
2024-03-22 09:25:59,303  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:59,303  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:59,304  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:59,305  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.getTargetTypesSortedByName() throws java.lang.Exception]...
2024-03-22 09:25:59,342  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.getTargetTypesSortedByName() throws java.lang.Exception] succeeded.
2024-03-22 09:25:59,371  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:59,371  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:59,373  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:59,373  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.getTargetTypesWithoutPermission() throws java.lang.Exception]...
2024-03-22 09:25:59,386  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.getTargetTypesWithoutPermission() throws java.lang.Exception] succeeded.
2024-03-22 09:25:59,421  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:59,421  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:59,422  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:59,423  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.deleteTargetTypeUsed() throws java.lang.Exception]...
2024-03-22 09:25:59,469  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.deleteTargetTypeUsed() throws java.lang.Exception] succeeded.
2024-03-22 09:25:59,518  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:59,518  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:59,520  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:59,520  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.assignDistributionSetTypeToTargetTypeUntilQuotaExceeded() throws java.lang.Exception]...
2024-03-22 09:25:59,666  WARN main o.e.h.r.j.u.QuotaHelper:124 - Cannot assign 1 DistributionSetType entities to TargetType '42' because of the configured quota limit 50. Currently, there are 50 DistributionSetType entities assigned.
2024-03-22 09:25:59,679  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.assignDistributionSetTypeToTargetTypeUntilQuotaExceeded() throws java.lang.Exception] succeeded.
2024-03-22 09:25:59,716  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:59,716  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:59,718  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:25:59,718  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.getTargetTypes() throws java.lang.Exception]...
2024-03-22 09:25:59,754  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.getTargetTypes() throws java.lang.Exception] succeeded.
2024-03-22 09:25:59,817  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:59,817  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:59,819  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:59,819  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.removeDsTypeFromTargetType() throws java.lang.Exception]...
2024-03-22 09:25:59,836  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.removeDsTypeFromTargetType() throws java.lang.Exception] succeeded.
2024-03-22 09:25:59,864  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:59,864  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:59,866  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:59,866  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.deleteTargetTypeThatDoesNotExistLeadsToNotFound() throws java.lang.Exception]...
2024-03-22 09:25:59,876  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.deleteTargetTypeThatDoesNotExistLeadsToNotFound() throws java.lang.Exception] succeeded.
2024-03-22 09:25:59,917  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:25:59,917  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:25:59,919  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:25:59,919  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.getUpdatedTargetType() throws java.lang.Exception]...
2024-03-22 09:25:59,935  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest.getUpdatedTargetType() throws java.lang.Exception] succeeded.
2024-03-22 09:25:59,938  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@4c63bc84
2024-03-22 09:25:59,946  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1802919897.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:25:59,947  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:25:59,947  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:25:59,948  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:25:59,953  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:25:59,954  INFO main c.z.h.HikariDataSource:350 - HikariPool-8 - Shutdown initiated...
2024-03-22 09:25:59,955  INFO main c.z.h.HikariDataSource:352 - HikariPool-8 - Shutdown completed.
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.559 s -- in org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetTypeResourceTest
[INFO] Running org.eclipse.hawkbit.mgmt.rest.resource.MgmtContentTypeTest
2024-03-22 09:25:59,959  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:25:59,985  INFO main o.e.h.m.r.r.MgmtContentTypeTest:50 - Starting MgmtContentTypeTest using Java 17.0.9 with PID 3527 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource)
2024-03-22 09:25:59,985  INFO main o.e.h.m.r.r.MgmtContentTypeTest:660 - The following 1 profile is active: "test"
2024-03-22 09:26:00,187  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:26:00,226  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 39 ms. Found 20 JPA repository interfaces.
2024-03-22 09:26:00,362  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:26:00,363  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:26:00,374  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=27f95362-10e9-32fb-8704-4a2eb200ac06
2024-03-22 09:26:00,397  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:00,399  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:00,400  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:00,414  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1048/0x00007f9c545cef58] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:00,415  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:00,417  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:00,419  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:00,420  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:00,420  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:00,423  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:00,424  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:00,425  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:00,431  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:00,434  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:00,435  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:26:00,497  INFO main c.z.h.HikariDataSource:110 - HikariPool-9 - Starting...
2024-03-22 09:26:00,499  INFO main c.z.h.p.HikariPool:565 - HikariPool-9 - Added connection conn80: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:26:00,499  INFO main c.z.h.HikariDataSource:123 - HikariPool-9 - Start completed.
2024-03-22 09:26:00,521  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:26:00,522  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:26:00,531  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:26:00,532  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.008s)
2024-03-22 09:26:00,532  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:26:00,535  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:26:00,540  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:26:00,556  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:26:00,559  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:26:00,564  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:26:00,566  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:26:00,575  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:26:00,583  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:26:00,585  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:26:00,592  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:26:00,595  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:26:00,598  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:26:00,600  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:26:00,603  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:26:00,617  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:26:00,621  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:26:00,624  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:26:00,640  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:26:00,654  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:26:00,656  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:26:00,657  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:26:00,660  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:26:00,673  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:26:00,678  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:26:00,680  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:26:00,681  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:26:00,688  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:26:00,689  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:26:00,694  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:26:00,702  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:26:00,704  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:26:00,706  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:26:00,709  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:26:00,711  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:26:00,715  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:26:00,718  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:26:00,723  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:26:00,728  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:26:00,730  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:26:00,735  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:26:00,739  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:26:00,742  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:26:00,743  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:26:00,745  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:26:00,748  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:26:00,752  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:26:00,757  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:26:00,761  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:26:00,764  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:26:00,773  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:26:00,778  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.139s)
2024-03-22 09:26:00,850  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:26:01,068  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:26:01,069  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:26:01,071  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:26:01,083  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:26:01,085  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:26:01,155  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:26:01,156  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:26:01,161  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:26:02,172  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:26:02,588  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@4c03590, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1c3be9b, org.springframework.security.web.context.SecurityContextHolderFilter@5be88b41, org.springframework.security.web.header.HeaderWriterFilter@2df2910, org.springframework.web.filter.CorsFilter@1ff9c6ff, org.springframework.security.web.csrf.CsrfFilter@343455c7, org.springframework.security.web.authentication.logout.LogoutFilter@6c8b90ba, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@1840dc80, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@1d90bddc, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@43d0b163, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@287e8172, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4d647796, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@667c8faa, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@46b9703c, org.springframework.security.web.access.ExceptionTranslationFilter@21a15252, org.springframework.security.web.access.intercept.AuthorizationFilter@76ee7d1e]
2024-03-22 09:26:02,621  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:02,622  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:02,623  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:02,682  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:26:02,739  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:26:02,739  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:26:02,739  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:26:02,740  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1858133778.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:26:02,740  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1858133778.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:26:02,740  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:26:02,740  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@15a7e396
2024-03-22 09:26:02,742  INFO main o.e.h.m.r.r.MgmtContentTypeTest:56 - Started MgmtContentTypeTest in 2.776 seconds (process running for 99.589)
2024-03-22 09:26:02,800  INFO pool-11-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:26:02,869  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:02,869  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:02,871  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:02,877  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtContentTypeTest.getDistributionSet_wAcceptHalJson() throws java.lang.Exception]...
2024-03-22 09:26:02,907  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtContentTypeTest.getDistributionSet_wAcceptHalJson() throws java.lang.Exception] succeeded.
2024-03-22 09:26:02,940  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:02,940  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:02,942  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:02,947  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtContentTypeTest.postDistributionSet_ContentTypeJson_wAcceptHalJson() throws java.lang.Exception]...
2024-03-22 09:26:02,997  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtContentTypeTest.postDistributionSet_ContentTypeJson_wAcceptHalJson() throws java.lang.Exception] succeeded.
2024-03-22 09:26:03,037  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:03,037  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:03,039  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:03,044  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtContentTypeTest.postDistributionSet_ContentTypeJson_wAcceptJsonUtf8() throws java.lang.Exception]...
2024-03-22 09:26:03,062  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtContentTypeTest.postDistributionSet_ContentTypeJson_wAcceptJsonUtf8() throws java.lang.Exception] succeeded.
2024-03-22 09:26:03,091  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:03,091  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:03,093  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:03,099  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtContentTypeTest.getDistributionSet_woAccept() throws java.lang.Exception]...
2024-03-22 09:26:03,122  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtContentTypeTest.getDistributionSet_woAccept() throws java.lang.Exception] succeeded.
2024-03-22 09:26:03,150  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:03,150  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:03,152  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:03,158  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtContentTypeTest.postDistributionSet_ContentTypeJson_wAcceptJson() throws java.lang.Exception]...
2024-03-22 09:26:03,175  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtContentTypeTest.postDistributionSet_ContentTypeJson_wAcceptJson() throws java.lang.Exception] succeeded.
2024-03-22 09:26:03,204  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:03,204  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:03,206  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:03,218  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtContentTypeTest.postDistributionSet_ContentTypeJsonUtf8_wAcceptJsonUtf8() throws java.lang.Exception]...
2024-03-22 09:26:03,235  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtContentTypeTest.postDistributionSet_ContentTypeJsonUtf8_wAcceptJsonUtf8() throws java.lang.Exception] succeeded.
2024-03-22 09:26:03,262  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:03,262  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:03,264  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:03,270  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtContentTypeTest.postDistributionSet_ContentTypeJsonUtf8_woAccept() throws java.lang.Exception]...
2024-03-22 09:26:03,286  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtContentTypeTest.postDistributionSet_ContentTypeJsonUtf8_woAccept() throws java.lang.Exception] succeeded.
2024-03-22 09:26:03,327  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:03,327  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:03,329  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:03,334  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtContentTypeTest.postDistributionSet_ContentTypeJson_woAccept() throws java.lang.Exception]...
2024-03-22 09:26:03,351  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtContentTypeTest.postDistributionSet_ContentTypeJson_woAccept() throws java.lang.Exception] succeeded.
2024-03-22 09:26:03,379  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:03,379  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:03,381  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:03,386  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtContentTypeTest.postDistributionSet_ContentTypeJsonUtf8_wAcceptJson() throws java.lang.Exception]...
2024-03-22 09:26:03,403  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtContentTypeTest.postDistributionSet_ContentTypeJsonUtf8_wAcceptJson() throws java.lang.Exception] succeeded.
2024-03-22 09:26:03,437  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:03,437  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:03,438  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:03,461  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtContentTypeTest.getDistributionSet_wAcceptJson() throws java.lang.Exception]...
2024-03-22 09:26:03,473  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtContentTypeTest.getDistributionSet_wAcceptJson() throws java.lang.Exception] succeeded.
2024-03-22 09:26:03,500  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:03,501  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:03,502  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:03,508  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtContentTypeTest.postDistributionSet_ContentTypeJsonUtf8_wAcceptHalJson() throws java.lang.Exception]...
2024-03-22 09:26:03,529  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtContentTypeTest.postDistributionSet_ContentTypeJsonUtf8_wAcceptHalJson() throws java.lang.Exception] succeeded.
2024-03-22 09:26:03,556  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:03,557  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:03,558  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:03,563  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtContentTypeTest.getDistributionSet_wAcceptJsonUtf8() throws java.lang.Exception]...
2024-03-22 09:26:03,574  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtContentTypeTest.getDistributionSet_wAcceptJsonUtf8() throws java.lang.Exception] succeeded.
2024-03-22 09:26:03,577  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@15a7e396
2024-03-22 09:26:03,585  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1858133778.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:26:03,587  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:26:03,587  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:26:03,587  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:26:03,592  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:26:03,594  INFO main c.z.h.HikariDataSource:350 - HikariPool-9 - Shutdown initiated...
2024-03-22 09:26:03,594  INFO main c.z.h.HikariDataSource:352 - HikariPool-9 - Shutdown completed.
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.637 s -- in org.eclipse.hawkbit.mgmt.rest.resource.MgmtContentTypeTest
[INFO] Running org.eclipse.hawkbit.mgmt.rest.resource.MgmtBasicAuthResourceTest
2024-03-22 09:26:03,597  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:26:03,632  INFO main o.e.h.m.r.r.MgmtBasicAuthResourceTest:50 - Starting MgmtBasicAuthResourceTest using Java 17.0.9 with PID 3527 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource)
2024-03-22 09:26:03,632  INFO main o.e.h.m.r.r.MgmtBasicAuthResourceTest:660 - The following 1 profile is active: "test"
2024-03-22 09:26:03,786  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:26:03,803  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 15 ms. Found 20 JPA repository interfaces.
2024-03-22 09:26:03,957  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:26:03,958  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:26:03,968  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=27f95362-10e9-32fb-8704-4a2eb200ac06
2024-03-22 09:26:03,990  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:03,991  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:03,992  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:03,992  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1048/0x00007f9c545cef58] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:03,993  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:03,995  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:03,997  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:03,997  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:03,998  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:04,001  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:04,001  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:04,002  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:04,008  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:04,010  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:04,011  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:26:04,070  INFO main c.z.h.HikariDataSource:110 - HikariPool-10 - Starting...
2024-03-22 09:26:04,071  INFO main c.z.h.p.HikariPool:565 - HikariPool-10 - Added connection conn90: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:26:04,072  INFO main c.z.h.HikariDataSource:123 - HikariPool-10 - Start completed.
2024-03-22 09:26:04,080  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:26:04,081  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:26:04,091  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:26:04,091  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.009s)
2024-03-22 09:26:04,092  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:26:04,095  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:26:04,101  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:26:04,119  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:26:04,122  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:26:04,127  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:26:04,130  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:26:04,132  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:26:04,140  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:26:04,142  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:26:04,169  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:26:04,172  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:26:04,175  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:26:04,177  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:26:04,180  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:26:04,185  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:26:04,189  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:26:04,193  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:26:04,219  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:26:04,232  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:26:04,234  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:26:04,236  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:26:04,239  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:26:04,251  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:26:04,257  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:26:04,259  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:26:04,261  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:26:04,268  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:26:04,269  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:26:04,274  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:26:04,277  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:26:04,279  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:26:04,282  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:26:04,285  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:26:04,286  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:26:04,290  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:26:04,293  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:26:04,300  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:26:04,304  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:26:04,307  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:26:04,319  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:26:04,322  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:26:04,326  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:26:04,328  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:26:04,329  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:26:04,332  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:26:04,336  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:26:04,341  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:26:04,344  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:26:04,348  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:26:04,357  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:26:04,361  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.165s)
2024-03-22 09:26:04,407  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is set to [FIELD].
2024-03-22 09:26:04,409  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.AbstractJpaBaseEntity]. To avoid this warning you should mark the attribute [field createdAt] as transient.
2024-03-22 09:26:04,409  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.AbstractJpaBaseEntity]. To avoid this warning you should mark the attribute [field createdBy] as transient.
2024-03-22 09:26:04,410  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.AbstractJpaBaseEntity]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
2024-03-22 09:26:04,410  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.AbstractJpaBaseEntity]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
2024-03-22 09:26:04,410  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaArtifact] is set to [FIELD].
2024-03-22 09:26:04,410  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the many to one mapping element [field softwareModule] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModule.
2024-03-22 09:26:04,411  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaArtifact]. To avoid this warning you should mark the attribute [field createdAt] as transient.
2024-03-22 09:26:04,415  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaArtifact]. To avoid this warning you should mark the attribute [field createdBy] as transient.
2024-03-22 09:26:04,415  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaArtifact]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
2024-03-22 09:26:04,415  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaArtifact]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
2024-03-22 09:26:04,415  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaAction] is set to [FIELD].
2024-03-22 09:26:04,416  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the many to one mapping element [field rollout] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaRollout.
2024-03-22 09:26:04,416  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the many to one mapping element [field rolloutGroup] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaRolloutGroup.
2024-03-22 09:26:04,416  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the many to one mapping element [field target] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaTarget.
2024-03-22 09:26:04,417  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the many to one mapping element [field distributionSet] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSet.
2024-03-22 09:26:04,418  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaAction]. To avoid this warning you should mark the attribute [field createdAt] as transient.
2024-03-22 09:26:04,418  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaAction]. To avoid this warning you should mark the attribute [field createdBy] as transient.
2024-03-22 09:26:04,419  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaAction]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
2024-03-22 09:26:04,419  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaAction]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
2024-03-22 09:26:04,419  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.RolloutTargetGroup] is set to [FIELD].
2024-03-22 09:26:04,419  INFO main o.e.p.s./.5.0.j.metadata:297 - The element [field rolloutGroup] is being defaulted to a one to one mapping.
2024-03-22 09:26:04,420  INFO main o.e.p.s./.5.0.j.metadata:297 - The element [field target] is being defaulted to a one to one mapping.
2024-03-22 09:26:04,420  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.DistributionSetTypeElement] is set to [FIELD].
2024-03-22 09:26:04,420  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the many to one mapping element [field dsType] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetType.
2024-03-22 09:26:04,420  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the many to one mapping element [field smType] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModuleType.
2024-03-22 09:26:04,421  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaMetaData] is set to [FIELD].
2024-03-22 09:26:04,421  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaTargetMetadata] is set to [FIELD].
2024-03-22 09:26:04,421  INFO main o.e.p.s./.5.0.j.metadata:297 - The element [field target] is being defaulted to a one to one mapping.
2024-03-22 09:26:04,421  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the many to one mapping element [field target] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaTarget.
2024-03-22 09:26:04,422  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaTag] is set to [FIELD].
2024-03-22 09:26:04,422  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaNamedEntity] is set to [FIELD].
2024-03-22 09:26:04,422  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaTargetTag] is set to [FIELD].
2024-03-22 09:26:04,423  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTargetTag]. To avoid this warning you should mark the attribute [field createdAt] as transient.
2024-03-22 09:26:04,423  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTargetTag]. To avoid this warning you should mark the attribute [field createdBy] as transient.
2024-03-22 09:26:04,423  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTargetTag]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
2024-03-22 09:26:04,423  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTargetTag]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
2024-03-22 09:26:04,423  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaRolloutGroup] is set to [FIELD].
2024-03-22 09:26:04,424  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the many to one mapping element [field parent] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaRolloutGroup.
2024-03-22 09:26:04,424  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the many to one mapping element [field rollout] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaRollout.
2024-03-22 09:26:04,425  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaRolloutGroup]. To avoid this warning you should mark the attribute [field createdAt] as transient.
2024-03-22 09:26:04,425  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaRolloutGroup]. To avoid this warning you should mark the attribute [field createdBy] as transient.
2024-03-22 09:26:04,425  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaRolloutGroup]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
2024-03-22 09:26:04,426  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaRolloutGroup]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
2024-03-22 09:26:04,426  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaTarget] is set to [FIELD].
2024-03-22 09:26:04,426  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the one to many mapping element [field rolloutTargetGroup] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.RolloutTargetGroup.
2024-03-22 09:26:04,427  INFO main o.e.p.s./.5.0.j.metadata:297 - The target class (reference) class for the element collection mapping element [field controllerAttributes] is being defaulted to: class java.lang.String.
2024-03-22 09:26:04,427  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the many to one mapping element [field installedDistributionSet] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSet.
2024-03-22 09:26:04,428  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the one to one mapping element [field autoConfirmationStatus] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaAutoConfirmationStatus.
2024-03-22 09:26:04,428  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the many to one mapping element [field assignedDistributionSet] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSet.
2024-03-22 09:26:04,428  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTarget]. To avoid this warning you should mark the attribute [field createdAt] as transient.
2024-03-22 09:26:04,429  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTarget]. To avoid this warning you should mark the attribute [field createdBy] as transient.
2024-03-22 09:26:04,429  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTarget]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
2024-03-22 09:26:04,429  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTarget]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
2024-03-22 09:26:04,429  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaTenantConfiguration] is set to [FIELD].
2024-03-22 09:26:04,440  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTenantConfiguration]. To avoid this warning you should mark the attribute [field createdAt] as transient.
2024-03-22 09:26:04,440  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTenantConfiguration]. To avoid this warning you should mark the attribute [field createdBy] as transient.
2024-03-22 09:26:04,441  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTenantConfiguration]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
2024-03-22 09:26:04,441  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTenantConfiguration]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
2024-03-22 09:26:04,441  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaRollout] is set to [FIELD].
2024-03-22 09:26:04,442  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the many to one mapping element [field distributionSet] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSet.
2024-03-22 09:26:04,443  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaRollout]. To avoid this warning you should mark the attribute [field createdAt] as transient.
2024-03-22 09:26:04,443  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaRollout]. To avoid this warning you should mark the attribute [field createdBy] as transient.
2024-03-22 09:26:04,443  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaRollout]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
2024-03-22 09:26:04,443  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaRollout]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
2024-03-22 09:26:04,444  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModuleMetadata] is set to [FIELD].
2024-03-22 09:26:04,444  INFO main o.e.p.s./.5.0.j.metadata:297 - The element [field softwareModule] is being defaulted to a one to one mapping.
2024-03-22 09:26:04,444  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the many to one mapping element [field softwareModule] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModule.
2024-03-22 09:26:04,445  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaAutoConfirmationStatus] is set to [FIELD].
2024-03-22 09:26:04,445  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the one to one mapping element [field target] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaTarget.
2024-03-22 09:26:04,445  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaAutoConfirmationStatus]. To avoid this warning you should mark the attribute [field createdAt] as transient.
2024-03-22 09:26:04,446  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaAutoConfirmationStatus]. To avoid this warning you should mark the attribute [field createdBy] as transient.
2024-03-22 09:26:04,446  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaAutoConfirmationStatus]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
2024-03-22 09:26:04,446  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaAutoConfirmationStatus]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
2024-03-22 09:26:04,446  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaActionStatus] is set to [FIELD].
2024-03-22 09:26:04,447  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the many to one mapping element [field action] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaAction.
2024-03-22 09:26:04,447  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaActionStatus]. To avoid this warning you should mark the attribute [field createdAt] as transient.
2024-03-22 09:26:04,447  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaActionStatus]. To avoid this warning you should mark the attribute [field createdBy] as transient.
2024-03-22 09:26:04,448  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaActionStatus]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
2024-03-22 09:26:04,448  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaActionStatus]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
2024-03-22 09:26:04,448  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaTenantMetaData] is set to [FIELD].
2024-03-22 09:26:04,448  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the one to one mapping element [field defaultDsType] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetType.
2024-03-22 09:26:04,449  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTenantMetaData]. To avoid this warning you should mark the attribute [field createdAt] as transient.
2024-03-22 09:26:04,449  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTenantMetaData]. To avoid this warning you should mark the attribute [field createdBy] as transient.
2024-03-22 09:26:04,449  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTenantMetaData]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
2024-03-22 09:26:04,450  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTenantMetaData]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
2024-03-22 09:26:04,450  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetMetadata] is set to [FIELD].
2024-03-22 09:26:04,450  INFO main o.e.p.s./.5.0.j.metadata:297 - The element [field distributionSet] is being defaulted to a one to one mapping.
2024-03-22 09:26:04,450  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the many to one mapping element [field distributionSet] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSet.
2024-03-22 09:26:04,451  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTypeEntity] is set to [FIELD].
2024-03-22 09:26:04,451  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetType] is set to [FIELD].
2024-03-22 09:26:04,452  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetType]. To avoid this warning you should mark the attribute [field createdAt] as transient.
2024-03-22 09:26:04,452  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetType]. To avoid this warning you should mark the attribute [field createdBy] as transient.
2024-03-22 09:26:04,452  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetType]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
2024-03-22 09:26:04,452  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetType]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
2024-03-22 09:26:04,453  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaTargetFilterQuery] is set to [FIELD].
2024-03-22 09:26:04,453  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTargetFilterQuery]. To avoid this warning you should mark the attribute [field createdAt] as transient.
2024-03-22 09:26:04,453  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTargetFilterQuery]. To avoid this warning you should mark the attribute [field createdBy] as transient.
2024-03-22 09:26:04,453  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTargetFilterQuery]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
2024-03-22 09:26:04,454  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTargetFilterQuery]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
2024-03-22 09:26:04,454  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModuleType] is set to [FIELD].
2024-03-22 09:26:04,454  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModuleType]. To avoid this warning you should mark the attribute [field createdAt] as transient.
2024-03-22 09:26:04,455  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModuleType]. To avoid this warning you should mark the attribute [field createdBy] as transient.
2024-03-22 09:26:04,455  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModuleType]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
2024-03-22 09:26:04,455  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModuleType]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
2024-03-22 09:26:04,455  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaNamedVersionedEntity] is set to [FIELD].
2024-03-22 09:26:04,456  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModule] is set to [FIELD].
2024-03-22 09:26:04,456  INFO main o.e.p.s./.5.0.j.metadata:297 - The target entity (reference) class for the many to one mapping element [field type] is being defaulted to: class org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModuleType.
2024-03-22 09:26:04,457  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModule]. To avoid this warning you should mark the attribute [field createdAt] as transient.
2024-03-22 09:26:04,457  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModule]. To avoid this warning you should mark the attribute [field createdBy] as transient.
2024-03-22 09:26:04,457  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModule]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
2024-03-22 09:26:04,457  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModule]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
2024-03-22 09:26:04,458  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetTag] is set to [FIELD].
2024-03-22 09:26:04,458  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetTag]. To avoid this warning you should mark the attribute [field createdAt] as transient.
2024-03-22 09:26:04,458  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetTag]. To avoid this warning you should mark the attribute [field createdBy] as transient.
2024-03-22 09:26:04,458  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetTag]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
2024-03-22 09:26:04,459  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetTag]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
2024-03-22 09:26:04,459  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSet] is set to [FIELD].
2024-03-22 09:26:04,460  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSet]. To avoid this warning you should mark the attribute [field createdAt] as transient.
2024-03-22 09:26:04,460  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSet]. To avoid this warning you should mark the attribute [field createdBy] as transient.
2024-03-22 09:26:04,460  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSet]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
2024-03-22 09:26:04,460  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSet]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
2024-03-22 09:26:04,461  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.JpaTargetType] is set to [FIELD].
2024-03-22 09:26:04,461  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdAt] with the PROPERTY mapping attribute [method getCreatedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTargetType]. To avoid this warning you should mark the attribute [field createdAt] as transient.
2024-03-22 09:26:04,461  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field createdBy] with the PROPERTY mapping attribute [method getCreatedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTargetType]. To avoid this warning you should mark the attribute [field createdBy] as transient.
2024-03-22 09:26:04,461  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedBy] with the PROPERTY mapping attribute [method getLastModifiedBy] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTargetType]. To avoid this warning you should mark the attribute [field lastModifiedBy] as transient.
2024-03-22 09:26:04,462  WARN main o.e.p.s./.5.0.j.metadata:297 - Overriding the FIELD mapping attribute [field lastModifiedAt] with the PROPERTY mapping attribute [method getLastModifiedAt] from class [org.eclipse.hawkbit.repository.jpa.model.JpaTargetType]. To avoid this warning you should mark the attribute [field lastModifiedAt] as transient.
2024-03-22 09:26:04,462  INFO main o.e.p.s./.5.0.j.metadata:297 - The access type for the persistent class [class org.eclipse.hawkbit.repository.jpa.model.DistributionSetTypeElementCompositeKey] is set to [FIELD].
2024-03-22 09:26:04,463  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaArtifact] is being defaulted to: JpaArtifact.
2024-03-22 09:26:04,464  WARN main o.e.p.s./.5.0.j.metadata:297 - The tenant discriminator context property for the tenant discriminator column [sp_artifact.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
2024-03-22 09:26:04,465  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaAction] is being defaulted to: JpaAction.
2024-03-22 09:26:04,465  WARN main o.e.p.s./.5.0.j.metadata:297 - The tenant discriminator context property for the tenant discriminator column [sp_action.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
2024-03-22 09:26:04,466  INFO main o.e.p.s./.5.0.j.metadata:297 - Ignoring default serialization on element [field actionType] within entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaAction] since EclipseLink convert metadata is specified.
2024-03-22 09:26:04,467  INFO main o.e.p.s./.5.0.j.metadata:297 - Ignoring default serialization on element [field status] within entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaAction] since EclipseLink convert metadata is specified.
2024-03-22 09:26:04,467  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.RolloutTargetGroup] is being defaulted to: RolloutTargetGroup.
2024-03-22 09:26:04,467  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.DistributionSetTypeElement] is being defaulted to: DistributionSetTypeElement.
2024-03-22 09:26:04,468  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaTargetMetadata] is being defaulted to: JpaTargetMetadata.
2024-03-22 09:26:04,468  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaTargetTag] is being defaulted to: JpaTargetTag.
2024-03-22 09:26:04,469  WARN main o.e.p.s./.5.0.j.metadata:297 - The tenant discriminator context property for the tenant discriminator column [sp_target_tag.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
2024-03-22 09:26:04,469  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaRolloutGroup] is being defaulted to: JpaRolloutGroup.
2024-03-22 09:26:04,470  WARN main o.e.p.s./.5.0.j.metadata:297 - The tenant discriminator context property for the tenant discriminator column [sp_rolloutgroup.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
2024-03-22 09:26:04,470  INFO main o.e.p.s./.5.0.j.metadata:297 - Ignoring default serialization on element [field status] within entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaRolloutGroup] since EclipseLink convert metadata is specified.
2024-03-22 09:26:04,470  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaTarget] is being defaulted to: JpaTarget.
2024-03-22 09:26:04,471  WARN main o.e.p.s./.5.0.j.metadata:297 - The tenant discriminator context property for the tenant discriminator column [sp_target.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
2024-03-22 09:26:04,471  INFO main o.e.p.s./.5.0.j.metadata:297 - Ignoring default serialization on element [field updateStatus] within entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaTarget] since EclipseLink convert metadata is specified.
2024-03-22 09:26:04,471  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaTenantConfiguration] is being defaulted to: JpaTenantConfiguration.
2024-03-22 09:26:04,472  WARN main o.e.p.s./.5.0.j.metadata:297 - The tenant discriminator context property for the tenant discriminator column [sp_tenant_configuration.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
2024-03-22 09:26:04,472  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaRollout] is being defaulted to: JpaRollout.
2024-03-22 09:26:04,472  WARN main o.e.p.s./.5.0.j.metadata:297 - The tenant discriminator context property for the tenant discriminator column [sp_rollout.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
2024-03-22 09:26:04,473  INFO main o.e.p.s./.5.0.j.metadata:297 - Ignoring default serialization on element [field actionType] within entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaRollout] since EclipseLink convert metadata is specified.
2024-03-22 09:26:04,473  INFO main o.e.p.s./.5.0.j.metadata:297 - Ignoring default serialization on element [field status] within entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaRollout] since EclipseLink convert metadata is specified.
2024-03-22 09:26:04,473  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModuleMetadata] is being defaulted to: JpaSoftwareModuleMetadata.
2024-03-22 09:26:04,474  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaAutoConfirmationStatus] is being defaulted to: JpaAutoConfirmationStatus.
2024-03-22 09:26:04,474  WARN main o.e.p.s./.5.0.j.metadata:297 - The tenant discriminator context property for the tenant discriminator column [sp_target_conf_status.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
2024-03-22 09:26:04,475  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaActionStatus] is being defaulted to: JpaActionStatus.
2024-03-22 09:26:04,475  WARN main o.e.p.s./.5.0.j.metadata:297 - The tenant discriminator context property for the tenant discriminator column [sp_action_status.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
2024-03-22 09:26:04,475  INFO main o.e.p.s./.5.0.j.metadata:297 - Ignoring default serialization on element [field status] within entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaActionStatus] since EclipseLink convert metadata is specified.
2024-03-22 09:26:04,476  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaTenantMetaData] is being defaulted to: JpaTenantMetaData.
2024-03-22 09:26:04,476  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetMetadata] is being defaulted to: JpaDistributionSetMetadata.
2024-03-22 09:26:04,477  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetType] is being defaulted to: JpaDistributionSetType.
2024-03-22 09:26:04,477  WARN main o.e.p.s./.5.0.j.metadata:297 - The tenant discriminator context property for the tenant discriminator column [sp_distribution_set_type.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
2024-03-22 09:26:04,478  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaTargetFilterQuery] is being defaulted to: JpaTargetFilterQuery.
2024-03-22 09:26:04,478  WARN main o.e.p.s./.5.0.j.metadata:297 - The tenant discriminator context property for the tenant discriminator column [sp_target_filter_query.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
2024-03-22 09:26:04,479  INFO main o.e.p.s./.5.0.j.metadata:297 - Ignoring default serialization on element [field autoAssignActionType] within entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaTargetFilterQuery] since EclipseLink convert metadata is specified.
2024-03-22 09:26:04,479  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModuleType] is being defaulted to: JpaSoftwareModuleType.
2024-03-22 09:26:04,479  WARN main o.e.p.s./.5.0.j.metadata:297 - The tenant discriminator context property for the tenant discriminator column [sp_software_module_type.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
2024-03-22 09:26:04,480  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaSoftwareModule] is being defaulted to: JpaSoftwareModule.
2024-03-22 09:26:04,480  WARN main o.e.p.s./.5.0.j.metadata:297 - The tenant discriminator context property for the tenant discriminator column [sp_base_software_module.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
2024-03-22 09:26:04,481  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSetTag] is being defaulted to: JpaDistributionSetTag.
2024-03-22 09:26:04,481  WARN main o.e.p.s./.5.0.j.metadata:297 - The tenant discriminator context property for the tenant discriminator column [sp_distributionset_tag.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
2024-03-22 09:26:04,482  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaDistributionSet] is being defaulted to: JpaDistributionSet.
2024-03-22 09:26:04,482  WARN main o.e.p.s./.5.0.j.metadata:297 - The tenant discriminator context property for the tenant discriminator column [sp_distribution_set.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
2024-03-22 09:26:04,483  INFO main o.e.p.s./.5.0.j.metadata:297 - The alias name for the entity class [class org.eclipse.hawkbit.repository.jpa.model.JpaTargetType] is being defaulted to: JpaTargetType.
2024-03-22 09:26:04,483  WARN main o.e.p.s./.5.0.j.metadata:297 - The tenant discriminator context property for the tenant discriminator column [sp_target_type.tenant] on the element [class org.eclipse.hawkbit.repository.jpa.model.AbstractJpaTenantAwareBaseEntity] is being defaulted to: eclipselink.tenant-id.
2024-03-22 09:26:04,483  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field rolloutGroup] is being defaulted to: id.
2024-03-22 09:26:04,484  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field target] is being defaulted to: id.
2024-03-22 09:26:04,484  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field distributionSet] is being defaulted to: id.
2024-03-22 09:26:04,484  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field smType] is being defaulted to: id.
2024-03-22 09:26:04,485  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field dsType] is being defaulted to: id.
2024-03-22 09:26:04,485  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field target] is being defaulted to: id.
2024-03-22 09:26:04,485  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field softwareModule] is being defaulted to: id.
2024-03-22 09:26:04,486  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field controllerAttributes] is being defaulted to: id.
2024-03-22 09:26:04,486  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field messages] is being defaulted to: id.
2024-03-22 09:26:04,487  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field softwareModule] is being defaulted to: id.
2024-03-22 09:26:04,487  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field rollout] is being defaulted to: id.
2024-03-22 09:26:04,488  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field rolloutGroup] is being defaulted to: id.
2024-03-22 09:26:04,488  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field target] is being defaulted to: id.
2024-03-22 09:26:04,488  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field distributionSet] is being defaulted to: id.
2024-03-22 09:26:04,488  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field parent] is being defaulted to: id.
2024-03-22 09:26:04,489  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field rollout] is being defaulted to: id.
2024-03-22 09:26:04,489  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field targetType] is being defaulted to: id.
2024-03-22 09:26:04,489  INFO main o.e.p.s./.5.0.j.metadata:297 - The source primary key column name for the many to many mapping [field tags] is being defaulted to: id.
2024-03-22 09:26:04,489  INFO main o.e.p.s./.5.0.j.metadata:297 - The target primary key column name for the many to many mapping [field tags] is being defaulted to: id.
2024-03-22 09:26:04,490  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field installedDistributionSet] is being defaulted to: id.
2024-03-22 09:26:04,490  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field assignedDistributionSet] is being defaulted to: id.
2024-03-22 09:26:04,490  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field distributionSet] is being defaulted to: id.
2024-03-22 09:26:04,490  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field target] is being defaulted to: id.
2024-03-22 09:26:04,491  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field action] is being defaulted to: id.
2024-03-22 09:26:04,491  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field defaultDsType] is being defaulted to: id.
2024-03-22 09:26:04,491  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field autoAssignDistributionSet] is being defaulted to: id.
2024-03-22 09:26:04,491  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field type] is being defaulted to: id.
2024-03-22 09:26:04,492  INFO main o.e.p.s./.5.0.j.metadata:297 - The primary key column name for the mapping element [field type] is being defaulted to: id.
2024-03-22 09:26:04,492  INFO main o.e.p.s./.5.0.j.metadata:297 - The source primary key column name for the many to many mapping [field modules] is being defaulted to: id.
2024-03-22 09:26:04,492  INFO main o.e.p.s./.5.0.j.metadata:297 - The target primary key column name for the many to many mapping [field modules] is being defaulted to: id.
2024-03-22 09:26:04,492  INFO main o.e.p.s./.5.0.j.metadata:297 - The source primary key column name for the many to many mapping [field tags] is being defaulted to: id.
2024-03-22 09:26:04,493  INFO main o.e.p.s./.5.0.j.metadata:297 - The target primary key column name for the many to many mapping [field tags] is being defaulted to: id.
2024-03-22 09:26:04,493  INFO main o.e.p.s./.5.0.j.metadata:297 - The source primary key column name for the many to many mapping [field distributionSetTypes] is being defaulted to: id.
2024-03-22 09:26:04,493  INFO main o.e.p.s./.5.0.j.metadata:297 - The target primary key column name for the many to many mapping [field distributionSetTypes] is being defaulted to: id.
2024-03-22 09:26:04,494  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:26:04,545  INFO main o.e.p.s./.5.0.jar_default:297 - EclipseLink, version: Eclipse Persistence Services - 4.0.2.v202306161219
2024-03-22 09:26:04,547  INFO main o.e.p.s./.5.0.j.connection:297 - Connected: jdbc:h2:mem:testdb
	User: SA
	Database: H2  Version: 2.2.224 (2023-09-17)
	Driver: H2 JDBC Driver  Version: 2.2.224 (2023-09-17)
2024-03-22 09:26:04,548  INFO main o.e.p.s./.5.0.j.connection:297 - Connected: jdbc:h2:mem:testdb
	User: SA
	Database: H2  Version: 2.2.224 (2023-09-17)
	Driver: H2 JDBC Driver  Version: 2.2.224 (2023-09-17)
2024-03-22 09:26:04,695  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:26:04,696  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:26:04,698  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:26:04,709  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:26:04,716  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:26:04,768  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:26:04,769  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:26:04,774  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:26:05,668  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:26:06,152  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@4fc368ca, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6f7f2371, org.springframework.security.web.context.SecurityContextHolderFilter@1d9d023e, org.springframework.security.web.header.HeaderWriterFilter@3d9d3809, org.springframework.web.filter.CorsFilter@46677b3e, org.springframework.security.web.csrf.CsrfFilter@70c12b67, org.springframework.security.web.authentication.logout.LogoutFilter@5cbeabf4, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@3793c444, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@39ee322e, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@1b99adb, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@1edb2849, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@647e98f9, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6d6702fb, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@55e8371e, org.springframework.security.web.access.ExceptionTranslationFilter@b604e1b, org.springframework.security.web.access.intercept.AuthorizationFilter@412c260d]
2024-03-22 09:26:06,191  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:06,191  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:06,193  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:06,252  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:26:06,305  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:26:06,305  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:26:06,305  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:26:06,306  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '732288336.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:26:06,306  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '732288336.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:26:06,306  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:26:06,306  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@1c538877
2024-03-22 09:26:06,307  INFO main o.e.h.m.r.r.MgmtBasicAuthResourceTest:56 - Started MgmtBasicAuthResourceTest in 2.704 seconds (process running for 103.155)
2024-03-22 09:26:06,373  INFO pool-12-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:26:06,382  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtBasicAuthResourceTest.validateBasicAuthWithUserDetails() throws java.lang.Exception]...
2024-03-22 09:26:06,383  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:06,383  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:06,384  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:06,403  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtBasicAuthResourceTest.validateBasicAuthWithUserDetails() throws java.lang.Exception] succeeded.
2024-03-22 09:26:06,417  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtBasicAuthResourceTest.validateBasicAuthFailsWithInvalidCredentials() throws java.lang.Exception]...
2024-03-22 09:26:06,454  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtBasicAuthResourceTest.validateBasicAuthFailsWithInvalidCredentials() throws java.lang.Exception] succeeded.
2024-03-22 09:26:06,457  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@1c538877
2024-03-22 09:26:06,464  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.732288336.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:26:06,466  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:26:06,466  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:26:06,466  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:26:06,468  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:26:06,469  INFO main c.z.h.HikariDataSource:350 - HikariPool-10 - Shutdown initiated...
2024-03-22 09:26:06,470  INFO main c.z.h.HikariDataSource:352 - HikariPool-10 - Shutdown completed.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.873 s -- in org.eclipse.hawkbit.mgmt.rest.resource.MgmtBasicAuthResourceTest
[INFO] Running org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest
2024-03-22 09:26:06,475  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:26:06,500  INFO main o.e.h.m.r.r.MgmtRolloutResourceTest:50 - Starting MgmtRolloutResourceTest using Java 17.0.9 with PID 3527 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource)
2024-03-22 09:26:06,501  INFO main o.e.h.m.r.r.MgmtRolloutResourceTest:660 - The following 1 profile is active: "test"
2024-03-22 09:26:06,687  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:26:06,702  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 14 ms. Found 20 JPA repository interfaces.
2024-03-22 09:26:06,825  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:26:06,826  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:26:06,836  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=27f95362-10e9-32fb-8704-4a2eb200ac06
2024-03-22 09:26:06,857  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:06,858  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:06,859  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:06,859  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1048/0x00007f9c545cef58] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:06,860  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:06,862  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:06,863  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:06,864  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:06,864  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:06,867  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:06,867  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:06,868  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:06,874  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:06,876  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:06,877  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:26:06,928  INFO main c.z.h.HikariDataSource:110 - HikariPool-11 - Starting...
2024-03-22 09:26:06,937  INFO main c.z.h.p.HikariPool:565 - HikariPool-11 - Added connection conn100: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:26:06,937  INFO main c.z.h.HikariDataSource:123 - HikariPool-11 - Start completed.
2024-03-22 09:26:06,945  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:26:06,946  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:26:06,956  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:26:06,956  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.008s)
2024-03-22 09:26:06,957  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:26:06,959  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:26:06,965  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:26:06,979  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:26:06,982  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:26:06,986  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:26:06,988  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:26:06,990  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:26:06,997  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:26:06,999  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:26:07,018  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:26:07,021  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:26:07,024  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:26:07,026  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:26:07,029  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:26:07,034  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:26:07,037  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:26:07,041  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:26:07,057  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:26:07,070  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:26:07,080  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:26:07,082  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:26:07,085  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:26:07,097  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:26:07,118  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:26:07,120  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:26:07,121  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:26:07,128  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:26:07,130  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:26:07,134  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:26:07,137  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:26:07,139  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:26:07,141  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:26:07,144  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:26:07,145  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:26:07,149  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:26:07,152  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:26:07,157  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:26:07,162  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:26:07,164  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:26:07,169  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:26:07,172  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:26:07,175  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:26:07,177  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:26:07,179  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:26:07,181  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:26:07,185  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:26:07,190  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:26:07,194  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:26:07,197  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:26:07,205  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:26:07,210  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.148s)
2024-03-22 09:26:07,275  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:26:07,468  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:26:07,469  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:26:07,470  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:26:07,481  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:26:07,483  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:26:07,553  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:26:07,554  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:26:07,558  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:26:08,586  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:26:08,993  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@59454148, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4d396d3d, org.springframework.security.web.context.SecurityContextHolderFilter@24453d23, org.springframework.security.web.header.HeaderWriterFilter@25a6a700, org.springframework.web.filter.CorsFilter@60700bf7, org.springframework.security.web.csrf.CsrfFilter@9192e40, org.springframework.security.web.authentication.logout.LogoutFilter@734b07a2, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@54bf3b66, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@69f5d381, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@d7d87dd, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@7fe24044, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@646e6cc5, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@79fbf519, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7e41d83b, org.springframework.security.web.access.ExceptionTranslationFilter@ae2ed5c, org.springframework.security.web.access.intercept.AuthorizationFilter@1290df12]
2024-03-22 09:26:09,023  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:09,023  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:09,024  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:09,096  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:26:09,156  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:26:09,156  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:26:09,156  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:26:09,157  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1800703248.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:26:09,157  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1800703248.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:26:09,157  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:26:09,157  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@4d30e77c
2024-03-22 09:26:09,159  INFO main o.e.h.m.r.r.MgmtRolloutResourceTest:56 - Started MgmtRolloutResourceTest in 2.677 seconds (process running for 106.006)
2024-03-22 09:26:09,220  INFO pool-13-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:26:09,265  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:09,265  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:09,267  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:09,267  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.retrieveTargetsFromRolloutGroup() throws java.lang.Exception]...
2024-03-22 09:26:09,523  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.retrieveTargetsFromRolloutGroup() throws java.lang.Exception] succeeded.
2024-03-22 09:26:09,551  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:09,551  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:09,553  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:09,553  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.getRolloutWithRSQLParam() throws java.lang.Exception]...
2024-03-22 09:26:10,016  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.getRolloutWithRSQLParam() throws java.lang.Exception] succeeded.
2024-03-22 09:26:10,044  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:10,044  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:10,046  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:10,046  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.createRolloutFailsIfRolloutGroupQuotaIsViolated() throws java.lang.Exception]...
2024-03-22 09:26:10,126  WARN main o.e.h.r.j.u.QuotaHelper:116 - Cannot assign 26 Target entities to RolloutGroup '<new>' because of the configured quota limit 25.
2024-03-22 09:26:10,140  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.createRolloutFailsIfRolloutGroupQuotaIsViolated() throws java.lang.Exception] succeeded.
2024-03-22 09:26:10,168  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:10,168  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:10,170  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:10,170  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.verifyRolloutGroupWillUseConfigIfNotProvidedWithRollout() throws java.lang.Exception]...
2024-03-22 09:26:10,272  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.verifyRolloutGroupWillUseConfigIfNotProvidedWithRollout() throws java.lang.Exception] succeeded.
2024-03-22 09:26:10,299  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:10,300  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:10,315  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 15 ms
2024-03-22 09:26:10,315  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.approveRollout() throws java.lang.Exception]...
2024-03-22 09:26:10,404  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.approveRollout() throws java.lang.Exception] succeeded.
2024-03-22 09:26:10,440  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:10,440  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:10,441  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:10,442  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.getRollout() throws java.lang.Exception]...
2024-03-22 09:26:10,534  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.getRollout() throws java.lang.Exception] succeeded.
2024-03-22 09:26:10,560  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:10,560  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:10,562  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:10,562  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.getRolloutDeployGroupTargetsWithParameters() throws java.lang.Exception]...
2024-03-22 09:26:10,639  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.getRolloutDeployGroupTargetsWithParameters() throws java.lang.Exception] succeeded.
2024-03-22 09:26:10,665  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:10,665  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:10,666  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:10,667  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.triggeringNextGroupRolloutWrongState() throws java.lang.Exception]...
2024-03-22 09:26:10,939  INFO main o.e.h.r.j.JpaRolloutExecutor:343 - Rollout Rollout [ targetFilterQuery=controllerId==rollout*, distributionSet=JpaDistributionSet(super=BaseEntity [id=8], type=DistributionSetType [key=test_default_ds_type, isDeleted()=false, getId()=32], modules={IndirectSet: not instantiated}, tags={IndirectSet: not instantiated}, complete=true, locked=true, deleted=false, valid=true, requiredMigrationStep=false), status=RUNNING, lastCheck=0, getName()=rollout1, getId()=10] is finished, setting FINISHED status
2024-03-22 09:26:10,964  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.triggeringNextGroupRolloutWrongState() throws java.lang.Exception] succeeded.
2024-03-22 09:26:11,018  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:11,019  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:11,020  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:11,020  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.createRolloutWithTooLowPercentage() throws java.lang.Exception]...
2024-03-22 09:26:11,066  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.createRolloutWithTooLowPercentage() throws java.lang.Exception] succeeded.
2024-03-22 09:26:11,093  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:11,093  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:11,095  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:11,095  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.startingRolloutSwitchesIntoRunningStateAsync() throws java.lang.Exception]...
2024-03-22 09:26:11,494  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.startingRolloutSwitchesIntoRunningStateAsync() throws java.lang.Exception] succeeded.
2024-03-22 09:26:11,519  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:11,519  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:11,521  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:11,521  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.retrieveTargetsFromRolloutGroupAfterRolloutIsStarted() throws java.lang.Exception]...
2024-03-22 09:26:11,669  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.retrieveTargetsFromRolloutGroupAfterRolloutIsStarted() throws java.lang.Exception] succeeded.
2024-03-22 09:26:11,695  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:11,695  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:11,697  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:11,697  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.retrieveRolloutListFullRepresentationWithFilter() throws java.lang.Exception]...
2024-03-22 09:26:11,963  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.retrieveRolloutListFullRepresentationWithFilter() throws java.lang.Exception] succeeded.
2024-03-22 09:26:12,016  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:12,016  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:12,018  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:12,018  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.retryNotFinishedRolloutShouldNotBeAllowed() throws java.lang.Exception]...
2024-03-22 09:26:12,165  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.retryNotFinishedRolloutShouldNotBeAllowed() throws java.lang.Exception] succeeded.
2024-03-22 09:26:12,191  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:12,192  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:12,193  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:12,193  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.startingRolloutSwitchesIntoRunningState() throws java.lang.Exception]...
2024-03-22 09:26:12,395  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.startingRolloutSwitchesIntoRunningState() throws java.lang.Exception] succeeded.
2024-03-22 09:26:12,431  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:12,431  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:12,433  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:12,433  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.retryRolloutTest() throws java.lang.Exception]...
2024-03-22 09:26:12,686  INFO main o.e.h.r.j.JpaRolloutExecutor:343 - Rollout Rollout [ targetFilterQuery=id==retryRolloutTarget*, distributionSet=JpaDistributionSet(super=BaseEntity [id=15], type=DistributionSetType [key=test_default_ds_type, isDeleted()=false, getId()=60], modules={IndirectSet: not instantiated}, tags={IndirectSet: not instantiated}, complete=true, locked=true, deleted=false, valid=true, requiredMigrationStep=false), status=RUNNING, lastCheck=0, getName()=rolloutToBeRetried, getId()=17] is finished, setting FINISHED status
2024-03-22 09:26:12,800  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.retryRolloutTest() throws java.lang.Exception] succeeded.
2024-03-22 09:26:12,837  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:12,837  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:12,839  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:12,839  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.resumingNotStartedRolloutReturnsBadRequest() throws java.lang.Exception]...
2024-03-22 09:26:12,945  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.resumingNotStartedRolloutReturnsBadRequest() throws java.lang.Exception] succeeded.
2024-03-22 09:26:12,972  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:12,972  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:12,974  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:12,974  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.triggeringNextGroupRollout() throws java.lang.Exception]...
2024-03-22 09:26:13,201  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.triggeringNextGroupRollout() throws java.lang.Exception] succeeded.
2024-03-22 09:26:13,238  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:13,239  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:13,240  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:13,241  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.createRollout() throws java.lang.Exception]...
2024-03-22 09:26:13,323  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.createRollout() throws java.lang.Exception] succeeded.
2024-03-22 09:26:13,348  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:13,349  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:13,350  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:13,350  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.retryNonExistingRolloutShouldLeadToNotFound() throws java.lang.Exception]...
2024-03-22 09:26:13,360  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.retryNonExistingRolloutShouldLeadToNotFound() throws java.lang.Exception] succeeded.
2024-03-22 09:26:13,385  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:13,385  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:13,387  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:13,387  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.createRolloutWithNotWellFormedFilterReturnsBadRequest() throws java.lang.Exception]...
2024-03-22 09:26:13,423  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.createRolloutWithNotWellFormedFilterReturnsBadRequest() throws java.lang.Exception] succeeded.
2024-03-22 09:26:13,449  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:13,449  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:13,451  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:13,451  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.retrieveTargetsFromRolloutGroupWithQuery() throws java.lang.Exception]...
2024-03-22 09:26:13,535  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.retrieveTargetsFromRolloutGroupWithQuery() throws java.lang.Exception] succeeded.
2024-03-22 09:26:13,562  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:13,562  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:13,564  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:13,564  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.weightValidation() throws java.lang.Exception]...
2024-03-22 09:26:13,636  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.weightValidation() throws java.lang.Exception] succeeded.
2024-03-22 09:26:13,661  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:13,661  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:13,663  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:13,663  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.createRolloutWithTooManyRolloutGroups() throws java.lang.Exception]...
2024-03-22 09:26:13,715  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.createRolloutWithTooManyRolloutGroups() throws java.lang.Exception] succeeded.
2024-03-22 09:26:13,749  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:13,750  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:13,751  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:13,751  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.startingRolloutFirstRolloutGroupIsInRunningState() throws java.lang.Exception]...
2024-03-22 09:26:13,894  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.startingRolloutFirstRolloutGroupIsInRunningState() throws java.lang.Exception] succeeded.
2024-03-22 09:26:13,933  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:13,933  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:13,935  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:13,935  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.rolloutPagedListContainsAllRollouts() throws java.lang.Exception]...
2024-03-22 09:26:14,124  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.rolloutPagedListContainsAllRollouts() throws java.lang.Exception] succeeded.
2024-03-22 09:26:14,149  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:14,149  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:14,151  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:14,151  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.createRolloutWithGroupDefinitions() throws java.lang.Exception]...
2024-03-22 09:26:14,201  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.createRolloutWithGroupDefinitions() throws java.lang.Exception] succeeded.
2024-03-22 09:26:14,236  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:14,236  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:14,237  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:14,238  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.startingAlreadyStartedRolloutReturnsBadRequest() throws java.lang.Exception]...
2024-03-22 09:26:14,438  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.startingAlreadyStartedRolloutReturnsBadRequest() throws java.lang.Exception] succeeded.
2024-03-22 09:26:14,463  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:14,463  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:14,465  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:14,465  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.retrieveRolloutListFullRepresentation() throws java.lang.Exception]...
2024-03-22 09:26:14,647  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.retrieveRolloutListFullRepresentation() throws java.lang.Exception] succeeded.
2024-03-22 09:26:14,673  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:14,673  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:14,675  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:14,675  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.denyRollout() throws java.lang.Exception]...
2024-03-22 09:26:14,749  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.denyRollout() throws java.lang.Exception] succeeded.
2024-03-22 09:26:14,784  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:14,784  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:14,786  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:14,786  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.rolloutPagedListRepresentationMode() throws java.lang.Exception]...
2024-03-22 09:26:15,036  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.rolloutPagedListRepresentationMode() throws java.lang.Exception] succeeded.
2024-03-22 09:26:15,061  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:15,061  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:15,063  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:15,063  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.deleteRunningRollout() throws java.lang.Exception]...
2024-03-22 09:26:15,683  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.deleteRunningRollout() throws java.lang.Exception] succeeded.
2024-03-22 09:26:15,731  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:15,732  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:15,733  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:15,734  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.noRolloutReturnsEmptyList() throws java.lang.Exception]...
2024-03-22 09:26:15,744  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.noRolloutReturnsEmptyList() throws java.lang.Exception] succeeded.
2024-03-22 09:26:15,770  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:15,770  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:15,772  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:15,772  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.deployGroupsShouldValidateRelationWithRollout() throws java.lang.Exception]...
2024-03-22 09:26:15,995  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.deployGroupsShouldValidateRelationWithRollout() throws java.lang.Exception] succeeded.
2024-03-22 09:26:16,029  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:16,029  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:16,031  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:16,031  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.resumingRolloutSwitchesIntoRunningState() throws java.lang.Exception]...
2024-03-22 09:26:16,203  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.resumingRolloutSwitchesIntoRunningState() throws java.lang.Exception] succeeded.
2024-03-22 09:26:16,246  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:16,247  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:16,248  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:16,249  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.retrieveSingleRolloutGroup(boolean,boolean) throws java.lang.Exception]...
2024-03-22 09:26:16,452  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.retrieveSingleRolloutGroup(boolean,boolean) throws java.lang.Exception] succeeded.
2024-03-22 09:26:16,476  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:16,476  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:16,478  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:16,478  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.retrieveSingleRolloutGroup(boolean,boolean) throws java.lang.Exception]...
2024-03-22 09:26:16,680  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.retrieveSingleRolloutGroup(boolean,boolean) throws java.lang.Exception] succeeded.
2024-03-22 09:26:16,718  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:16,726  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:16,728  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:16,728  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.retrieveSingleRolloutGroup(boolean,boolean) throws java.lang.Exception]...
2024-03-22 09:26:16,931  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.retrieveSingleRolloutGroup(boolean,boolean) throws java.lang.Exception] succeeded.
2024-03-22 09:26:16,956  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:16,956  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:16,958  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:16,958  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.retrieveRolloutGroupsForSpecificRolloutWithRSQLParam() throws java.lang.Exception]...
2024-03-22 09:26:17,073  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.retrieveRolloutGroupsForSpecificRolloutWithRSQLParam() throws java.lang.Exception] succeeded.
2024-03-22 09:26:17,098  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:17,099  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:17,100  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:17,100  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.createRolloutWithNotExistingDistributionSetReturnsNotFound() throws java.lang.Exception]...
2024-03-22 09:26:17,117  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.createRolloutWithNotExistingDistributionSetReturnsNotFound() throws java.lang.Exception] succeeded.
2024-03-22 09:26:17,141  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:17,141  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:17,143  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:17,143  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.missingTargetFilterQueryInRollout() throws java.lang.Exception]...
2024-03-22 09:26:17,166  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.missingTargetFilterQueryInRollout() throws java.lang.Exception] succeeded.
2024-03-22 09:26:17,201  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:17,202  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:17,203  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:17,203  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.retrieveRolloutGroupsForSpecificRollout(boolean,boolean) throws java.lang.Exception]...
2024-03-22 09:26:17,306  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.retrieveRolloutGroupsForSpecificRollout(boolean,boolean) throws java.lang.Exception] succeeded.
2024-03-22 09:26:17,336  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:17,337  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:17,338  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:17,338  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.retrieveRolloutGroupsForSpecificRollout(boolean,boolean) throws java.lang.Exception]...
2024-03-22 09:26:17,441  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.retrieveRolloutGroupsForSpecificRollout(boolean,boolean) throws java.lang.Exception] succeeded.
2024-03-22 09:26:17,467  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:17,467  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:17,469  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:17,469  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.retrieveRolloutGroupsForSpecificRollout(boolean,boolean) throws java.lang.Exception]...
2024-03-22 09:26:17,567  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.retrieveRolloutGroupsForSpecificRollout(boolean,boolean) throws java.lang.Exception] succeeded.
2024-03-22 09:26:17,592  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:17,593  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:17,594  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:17,594  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.retrieveRolloutGroupsFullRepresentation() throws java.lang.Exception]...
2024-03-22 09:26:17,781  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.retrieveRolloutGroupsFullRepresentation() throws java.lang.Exception] succeeded.
2024-03-22 09:26:17,815  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:17,815  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:17,817  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:17,817  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.validateIfApprovalFieldsArePresentAfterApproval() throws java.lang.Exception]...
2024-03-22 09:26:17,884  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.validateIfApprovalFieldsArePresentAfterApproval() throws java.lang.Exception] succeeded.
2024-03-22 09:26:17,917  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:17,918  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:17,919  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:17,919  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.deleteRollout() throws java.lang.Exception]...
2024-03-22 09:26:17,993  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.deleteRollout() throws java.lang.Exception] succeeded.
2024-03-22 09:26:18,026  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:18,026  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:18,027  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:18,028  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.createRolloutWithInsufficientPermissionReturnsForbidden() throws java.lang.Exception]...
2024-03-22 09:26:18,053  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.createRolloutWithInsufficientPermissionReturnsForbidden() throws java.lang.Exception] succeeded.
2024-03-22 09:26:18,085  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:18,085  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:18,087  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:18,087  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.rolloutPagedListIsLimitedToQueryParam() throws java.lang.Exception]...
2024-03-22 09:26:18,275  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.rolloutPagedListIsLimitedToQueryParam() throws java.lang.Exception] succeeded.
2024-03-22 09:26:18,297  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:18,297  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:18,299  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:18,299  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.retrieveSingleRollout() throws java.lang.Exception]...
2024-03-22 09:26:18,488  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.retrieveSingleRollout() throws java.lang.Exception] succeeded.
2024-03-22 09:26:18,524  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:18,524  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:18,526  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:18,526  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.createRolloutWithTooHighPercentage() throws java.lang.Exception]...
2024-03-22 09:26:18,572  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.createRolloutWithTooHighPercentage() throws java.lang.Exception] succeeded.
2024-03-22 09:26:18,597  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:18,597  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:18,599  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:18,599  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.verifyConfirmationFlagIsNeverPartOfRolloutEntity(boolean) throws java.lang.Exception]...
2024-03-22 09:26:18,659  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.verifyConfirmationFlagIsNeverPartOfRolloutEntity(boolean) throws java.lang.Exception] succeeded.
2024-03-22 09:26:18,683  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:18,684  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:18,685  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:18,685  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.verifyConfirmationFlagIsNeverPartOfRolloutEntity(boolean) throws java.lang.Exception]...
2024-03-22 09:26:18,745  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.verifyConfirmationFlagIsNeverPartOfRolloutEntity(boolean) throws java.lang.Exception] succeeded.
2024-03-22 09:26:18,769  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:18,769  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:18,771  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:18,771  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.createRolloutWithInvalidBodyReturnsBadRequest() throws java.lang.Exception]...
2024-03-22 09:26:18,779  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.createRolloutWithInvalidBodyReturnsBadRequest() throws java.lang.Exception] succeeded.
2024-03-22 09:26:18,803  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:18,803  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:18,804  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:18,805  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.pausingRolloutSwitchesIntoPausedState() throws java.lang.Exception]...
2024-03-22 09:26:18,977  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.pausingRolloutSwitchesIntoPausedState() throws java.lang.Exception] succeeded.
2024-03-22 09:26:19,000  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:19,001  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:19,002  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:19,003  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.verifyConfirmationStateIfNotProvided(boolean) throws java.lang.Exception]...
2024-03-22 09:26:19,068  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.verifyConfirmationStateIfNotProvided(boolean) throws java.lang.Exception] succeeded.
2024-03-22 09:26:19,091  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:19,092  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:19,093  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:19,094  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.verifyConfirmationStateIfNotProvided(boolean) throws java.lang.Exception]...
2024-03-22 09:26:19,156  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.verifyConfirmationStateIfNotProvided(boolean) throws java.lang.Exception] succeeded.
2024-03-22 09:26:19,179  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:19,179  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:19,181  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:19,181  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.verifyRolloutGroupWillUseRolloutPropertyFirst() throws java.lang.Exception]...
2024-03-22 09:26:19,239  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.verifyRolloutGroupWillUseRolloutPropertyFirst() throws java.lang.Exception] succeeded.
2024-03-22 09:26:19,261  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:19,261  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:19,263  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:19,263  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.createDownloadOnlyRollout() throws java.lang.Exception]...
2024-03-22 09:26:19,324  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.createDownloadOnlyRollout() throws java.lang.Exception] succeeded.
2024-03-22 09:26:19,346  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:19,346  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:19,348  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:19,348  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.retrieveRolloutWithStartAtAndForcedTimeResponseFields() throws java.lang.Exception]...
2024-03-22 09:26:19,499  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest.retrieveRolloutWithStartAtAndForcedTimeResponseFields() throws java.lang.Exception] succeeded.
2024-03-22 09:26:19,502  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@4d30e77c
2024-03-22 09:26:19,516  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1800703248.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:26:19,518  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:26:19,518  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:26:19,518  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:26:19,520  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:26:19,521  INFO main c.z.h.HikariDataSource:350 - HikariPool-11 - Shutdown initiated...
2024-03-22 09:26:19,521  INFO main c.z.h.HikariDataSource:352 - HikariPool-11 - Shutdown completed.
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.05 s -- in org.eclipse.hawkbit.mgmt.rest.resource.MgmtRolloutResourceTest
[INFO] Running org.eclipse.hawkbit.mgmt.rest.resource.MgmtTenantManagementResourceTest
2024-03-22 09:26:19,525  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:26:19,550  INFO main o.e.h.m.r.r.MgmtTenantManagementResourceTest:50 - Starting MgmtTenantManagementResourceTest using Java 17.0.9 with PID 3527 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource)
2024-03-22 09:26:19,550  INFO main o.e.h.m.r.r.MgmtTenantManagementResourceTest:660 - The following 1 profile is active: "test"
2024-03-22 09:26:19,722  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:26:19,737  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 14 ms. Found 20 JPA repository interfaces.
2024-03-22 09:26:19,854  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:26:19,854  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:26:19,867  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=27f95362-10e9-32fb-8704-4a2eb200ac06
2024-03-22 09:26:19,891  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:19,893  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:19,893  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:19,894  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1048/0x00007f9c545cef58] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:19,894  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:19,896  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:19,898  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:19,898  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:19,899  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:19,902  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:19,903  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:19,903  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:19,910  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:19,915  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:19,916  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:26:19,987  INFO main c.z.h.HikariDataSource:110 - HikariPool-12 - Starting...
2024-03-22 09:26:19,989  INFO main c.z.h.p.HikariPool:565 - HikariPool-12 - Added connection conn110: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:26:19,989  INFO main c.z.h.HikariDataSource:123 - HikariPool-12 - Start completed.
2024-03-22 09:26:19,997  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:26:19,997  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:26:20,006  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:26:20,007  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.008s)
2024-03-22 09:26:20,007  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:26:20,017  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:26:20,023  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:26:20,035  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:26:20,038  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:26:20,042  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:26:20,043  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:26:20,046  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:26:20,052  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:26:20,054  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:26:20,060  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:26:20,062  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:26:20,065  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:26:20,066  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:26:20,068  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:26:20,072  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:26:20,075  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:26:20,078  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:26:20,091  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:26:20,101  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:26:20,103  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:26:20,104  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:26:20,107  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:26:20,123  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:26:20,128  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:26:20,130  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:26:20,131  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:26:20,136  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:26:20,138  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:26:20,149  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:26:20,152  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:26:20,153  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:26:20,155  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:26:20,157  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:26:20,159  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:26:20,161  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:26:20,163  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:26:20,167  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:26:20,171  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:26:20,173  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:26:20,177  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:26:20,180  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:26:20,182  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:26:20,184  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:26:20,185  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:26:20,187  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:26:20,190  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:26:20,194  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:26:20,197  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:26:20,200  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:26:20,207  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:26:20,216  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.109s)
2024-03-22 09:26:20,276  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:26:20,480  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:26:20,480  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:26:20,482  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:26:20,501  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:26:20,503  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:26:20,554  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:26:20,555  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:26:20,559  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:26:21,477  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:26:21,889  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@b4238cb, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@74da77b4, org.springframework.security.web.context.SecurityContextHolderFilter@3ca2f821, org.springframework.security.web.header.HeaderWriterFilter@66afbd8b, org.springframework.web.filter.CorsFilter@3bd8f6b6, org.springframework.security.web.csrf.CsrfFilter@247817e2, org.springframework.security.web.authentication.logout.LogoutFilter@572d55a6, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@331f8a4b, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@2d4f07f1, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@26282d07, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@e2279eb, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@58012f50, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3697a74d, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3cb6dd69, org.springframework.security.web.access.ExceptionTranslationFilter@54a75bf6, org.springframework.security.web.access.intercept.AuthorizationFilter@9aed93e]
2024-03-22 09:26:21,929  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:21,930  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:21,931  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:21,986  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:26:22,080  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:26:22,080  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:26:22,080  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:26:22,081  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '5465501.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:26:22,081  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '5465501.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:26:22,082  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:26:22,082  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@52714084
2024-03-22 09:26:22,083  INFO main o.e.h.m.r.r.MgmtTenantManagementResourceTest:56 - Started MgmtTenantManagementResourceTest in 2.552 seconds (process running for 118.93)
2024-03-22 09:26:22,156  INFO pool-14-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:26:22,221  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:22,221  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:22,223  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:22,223  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTenantManagementResourceTest.getTenantConfiguration() throws java.lang.Exception]...
2024-03-22 09:26:22,262  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTenantManagementResourceTest.getTenantConfiguration() throws java.lang.Exception] succeeded.
2024-03-22 09:26:22,284  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:22,285  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:22,286  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:22,286  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTenantManagementResourceTest.deactivateMultiAssignment() throws java.lang.Exception]...
2024-03-22 09:26:22,318  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTenantManagementResourceTest.deactivateMultiAssignment() throws java.lang.Exception] succeeded.
2024-03-22 09:26:22,351  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:22,352  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:22,353  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:22,353  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTenantManagementResourceTest.changeBatchConfigurationShouldOnInvalidTenantMetadata() throws java.lang.Exception]...
2024-03-22 09:26:22,384  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTenantManagementResourceTest.changeBatchConfigurationShouldOnInvalidTenantMetadata() throws java.lang.Exception] succeeded.
2024-03-22 09:26:22,406  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:22,406  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:22,408  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:22,408  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTenantManagementResourceTest.changeBatchConfiguration() throws java.lang.Exception]...
2024-03-22 09:26:22,448  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTenantManagementResourceTest.changeBatchConfiguration() throws java.lang.Exception] succeeded.
2024-03-22 09:26:22,471  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:22,471  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:22,473  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:22,473  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTenantManagementResourceTest.autoCloseCannotBeModifiedIfMultiAssignmentIsEnabled() throws java.lang.Exception]...
2024-03-22 09:26:22,524  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTenantManagementResourceTest.autoCloseCannotBeModifiedIfMultiAssignmentIsEnabled() throws java.lang.Exception] succeeded.
2024-03-22 09:26:22,547  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:22,548  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:22,549  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:22,550  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTenantManagementResourceTest.putTenantMetadata() throws java.lang.Exception]...
2024-03-22 09:26:22,569  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTenantManagementResourceTest.putTenantMetadata() throws java.lang.Exception] succeeded.
2024-03-22 09:26:22,591  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:22,591  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:22,593  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:22,593  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTenantManagementResourceTest.getTenantMetadata() throws java.lang.Exception]...
2024-03-22 09:26:22,603  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTenantManagementResourceTest.getTenantMetadata() throws java.lang.Exception] succeeded.
2024-03-22 09:26:22,634  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:22,634  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:22,636  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:22,636  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTenantManagementResourceTest.getTenantConfigurations() throws java.lang.Exception]...
2024-03-22 09:26:22,658  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTenantManagementResourceTest.getTenantConfigurations() throws java.lang.Exception] succeeded.
2024-03-22 09:26:22,680  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:22,680  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:22,682  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:22,682  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTenantManagementResourceTest.changeBatchConfigurationShouldFailOnInvalidTenantConfiguration() throws java.lang.Exception]...
2024-03-22 09:26:22,706  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTenantManagementResourceTest.changeBatchConfigurationShouldFailOnInvalidTenantConfiguration() throws java.lang.Exception] succeeded.
2024-03-22 09:26:22,736  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:22,736  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:22,738  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:22,738  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTenantManagementResourceTest.deleteTenantConfiguration() throws java.lang.Exception]...
2024-03-22 09:26:22,748  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTenantManagementResourceTest.deleteTenantConfiguration() throws java.lang.Exception] succeeded.
2024-03-22 09:26:22,784  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:22,784  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:22,786  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:22,786  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTenantManagementResourceTest.deleteTenantMetadataFail() throws java.lang.Exception]...
2024-03-22 09:26:22,794  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTenantManagementResourceTest.deleteTenantMetadataFail() throws java.lang.Exception] succeeded.
2024-03-22 09:26:22,831  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:22,831  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:22,833  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:22,833  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTenantManagementResourceTest.putTenantConfiguration() throws java.lang.Exception]...
2024-03-22 09:26:22,845  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTenantManagementResourceTest.putTenantConfiguration() throws java.lang.Exception] succeeded.
2024-03-22 09:26:22,866  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:22,867  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:22,868  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:22,868  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTenantManagementResourceTest.putTenantMetadataFails() throws java.lang.Exception]...
2024-03-22 09:26:22,884  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTenantManagementResourceTest.putTenantMetadataFails() throws java.lang.Exception] succeeded.
2024-03-22 09:26:22,887  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@52714084
2024-03-22 09:26:22,895  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.5465501.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:26:22,897  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:26:22,897  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:26:22,897  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:26:22,899  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:26:22,900  INFO main c.z.h.HikariDataSource:350 - HikariPool-12 - Shutdown initiated...
2024-03-22 09:26:22,901  INFO main c.z.h.HikariDataSource:352 - HikariPool-12 - Shutdown completed.
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.376 s -- in org.eclipse.hawkbit.mgmt.rest.resource.MgmtTenantManagementResourceTest
[INFO] Running org.eclipse.hawkbit.mgmt.rest.resource.MgmtDownloadResourceTest
2024-03-22 09:26:22,904  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:26:22,935  INFO main o.e.h.m.r.r.MgmtDownloadResourceTest:50 - Starting MgmtDownloadResourceTest using Java 17.0.9 with PID 3527 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource)
2024-03-22 09:26:22,935  INFO main o.e.h.m.r.r.MgmtDownloadResourceTest:660 - The following 1 profile is active: "test"
2024-03-22 09:26:23,098  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:26:23,114  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 16 ms. Found 20 JPA repository interfaces.
2024-03-22 09:26:23,211  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:26:23,212  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:26:23,225  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=27f95362-10e9-32fb-8704-4a2eb200ac06
2024-03-22 09:26:23,247  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:23,248  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:23,249  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:23,249  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1048/0x00007f9c545cef58] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:23,250  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:23,252  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:23,253  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:23,254  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:23,254  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:23,257  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:23,258  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:23,258  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:23,265  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:23,268  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:23,269  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:26:23,344  INFO main c.z.h.HikariDataSource:110 - HikariPool-13 - Starting...
2024-03-22 09:26:23,346  INFO main c.z.h.p.HikariPool:565 - HikariPool-13 - Added connection conn120: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:26:23,346  INFO main c.z.h.HikariDataSource:123 - HikariPool-13 - Start completed.
2024-03-22 09:26:23,353  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:26:23,354  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:26:23,362  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:26:23,362  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.007s)
2024-03-22 09:26:23,363  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:26:23,365  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:26:23,370  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:26:23,381  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:26:23,383  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:26:23,387  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:26:23,389  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:26:23,391  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:26:23,397  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:26:23,398  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:26:23,404  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:26:23,406  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:26:23,408  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:26:23,410  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:26:23,414  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:26:23,418  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:26:23,421  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:26:23,424  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:26:23,444  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:26:23,455  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:26:23,456  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:26:23,458  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:26:23,460  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:26:23,469  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:26:23,474  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:26:23,476  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:26:23,477  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:26:23,482  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:26:23,484  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:26:23,487  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:26:23,490  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:26:23,491  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:26:23,493  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:26:23,496  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:26:23,498  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:26:23,501  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:26:23,503  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:26:23,516  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:26:23,520  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:26:23,522  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:26:23,526  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:26:23,529  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:26:23,532  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:26:23,533  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:26:23,535  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:26:23,537  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:26:23,540  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:26:23,544  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:26:23,547  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:26:23,549  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:26:23,556  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:26:23,560  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.110s)
2024-03-22 09:26:23,628  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:26:23,806  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:26:23,806  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:26:23,808  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:26:23,824  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:26:23,825  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:26:23,873  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:26:23,874  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:26:23,877  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:26:24,835  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:26:25,232  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@2708a71d, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2cfad08a, org.springframework.security.web.context.SecurityContextHolderFilter@1f16541b, org.springframework.security.web.header.HeaderWriterFilter@7766fa90, org.springframework.web.filter.CorsFilter@7a9392b3, org.springframework.security.web.csrf.CsrfFilter@1d2698be, org.springframework.security.web.authentication.logout.LogoutFilter@a7e1286, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@1ef918ce, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@77082439, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@504d923f, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@6469c3b5, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@36dccc2f, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@377aea3c, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@321fe764, org.springframework.security.web.access.ExceptionTranslationFilter@4e59efdf, org.springframework.security.web.access.intercept.AuthorizationFilter@5c2aea7c]
2024-03-22 09:26:25,271  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:25,271  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:25,273  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:25,332  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:26:25,384  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:26:25,384  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:26:25,384  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:26:25,385  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1093297881.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:26:25,385  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1093297881.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:26:25,385  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:26:25,385  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@3aa436b3
2024-03-22 09:26:25,386  INFO main o.e.h.m.r.r.MgmtDownloadResourceTest:56 - Started MgmtDownloadResourceTest in 2.469 seconds (process running for 122.234)
2024-03-22 09:26:25,446  INFO pool-15-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:26:25,515  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:25,515  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:25,517  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:25,592  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDownloadResourceTest.testNoDownloadIdAvailable() throws java.lang.Exception]...
2024-03-22 09:26:25,602  WARN main o.e.h.m.r.r.MgmtDownloadResource:59 - Download Id downloadIdNotAvailable could not be found
2024-03-22 09:26:25,620  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDownloadResourceTest.testNoDownloadIdAvailable() throws java.lang.Exception] succeeded.
2024-03-22 09:26:25,643  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:25,643  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:25,645  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:25,672  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDownloadResourceTest.testDownload() throws java.lang.Exception]...
2024-03-22 09:26:25,676  WARN main o.e.h.m.r.r.MgmtDownloadResource:59 - Download Id downloadIdSha1 could not be found
2024-03-22 09:26:25,684  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDownloadResourceTest.testDownload() throws java.lang.Exception] succeeded.
2024-03-22 09:26:25,687  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@3aa436b3
2024-03-22 09:26:25,695  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1093297881.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:26:25,697  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:26:25,697  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:26:25,697  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:26:25,699  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:26:25,700  INFO main c.z.h.HikariDataSource:350 - HikariPool-13 - Shutdown initiated...
2024-03-22 09:26:25,701  INFO main c.z.h.HikariDataSource:352 - HikariPool-13 - Shutdown completed.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.797 s -- in org.eclipse.hawkbit.mgmt.rest.resource.MgmtDownloadResourceTest
[INFO] Running org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTagResourceTest
2024-03-22 09:26:25,716  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:26:25,740  INFO main o.e.h.m.r.r.MgmtDistributionSetTagResourceTest:50 - Starting MgmtDistributionSetTagResourceTest using Java 17.0.9 with PID 3527 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource)
2024-03-22 09:26:25,740  INFO main o.e.h.m.r.r.MgmtDistributionSetTagResourceTest:660 - The following 1 profile is active: "test"
2024-03-22 09:26:25,905  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:26:25,923  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 17 ms. Found 20 JPA repository interfaces.
2024-03-22 09:26:26,023  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:26:26,023  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:26:26,034  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=27f95362-10e9-32fb-8704-4a2eb200ac06
2024-03-22 09:26:26,075  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:26,076  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:26,077  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:26,077  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1048/0x00007f9c545cef58] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:26,078  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:26,080  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:26,081  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:26,081  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:26,082  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:26,085  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:26,085  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:26,086  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:26,092  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:26,094  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:26,095  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:26:26,153  INFO main c.z.h.HikariDataSource:110 - HikariPool-14 - Starting...
2024-03-22 09:26:26,155  INFO main c.z.h.p.HikariPool:565 - HikariPool-14 - Added connection conn130: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:26:26,156  INFO main c.z.h.HikariDataSource:123 - HikariPool-14 - Start completed.
2024-03-22 09:26:26,164  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:26:26,164  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:26:26,173  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:26:26,173  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.007s)
2024-03-22 09:26:26,174  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:26:26,176  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:26:26,181  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:26:26,192  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:26:26,194  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:26:26,198  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:26:26,200  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:26:26,202  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:26:26,217  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:26:26,218  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:26:26,225  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:26:26,227  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:26:26,229  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:26:26,231  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:26:26,233  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:26:26,236  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:26:26,254  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:26:26,256  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:26:26,270  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:26:26,280  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:26:26,282  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:26:26,283  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:26:26,286  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:26:26,295  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:26:26,300  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:26:26,301  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:26:26,303  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:26:26,316  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:26:26,317  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:26:26,321  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:26:26,323  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:26:26,325  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:26:26,326  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:26:26,329  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:26:26,330  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:26:26,333  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:26:26,335  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:26:26,340  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:26:26,343  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:26:26,345  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:26:26,349  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:26:26,352  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:26:26,355  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:26:26,356  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:26:26,357  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:26:26,360  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:26:26,363  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:26:26,366  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:26:26,370  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:26:26,372  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:26:26,379  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:26:26,383  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.116s)
2024-03-22 09:26:26,458  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:26:26,630  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:26:26,630  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:26:26,632  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:26:26,641  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:26:26,643  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:26:26,700  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:26:26,700  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:26:26,705  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:26:27,648  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:26:28,094  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@716feb11, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@45d79120, org.springframework.security.web.context.SecurityContextHolderFilter@40db9ce9, org.springframework.security.web.header.HeaderWriterFilter@583c67fe, org.springframework.web.filter.CorsFilter@6a10b666, org.springframework.security.web.csrf.CsrfFilter@771a79d1, org.springframework.security.web.authentication.logout.LogoutFilter@3580209b, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@27111f3b, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@103cdfc1, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@72940039, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@13a177ba, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@642ba1d2, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2b045ec8, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7c2d4a19, org.springframework.security.web.access.ExceptionTranslationFilter@c78631c, org.springframework.security.web.access.intercept.AuthorizationFilter@4a4fc874]
2024-03-22 09:26:28,128  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:28,128  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:28,129  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:28,199  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:26:28,252  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:26:28,252  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:26:28,253  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:26:28,253  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '45871486.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:26:28,254  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '45871486.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:26:28,254  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:26:28,254  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@7d809580
2024-03-22 09:26:28,255  INFO main o.e.h.m.r.r.MgmtDistributionSetTagResourceTest:56 - Started MgmtDistributionSetTagResourceTest in 2.533 seconds (process running for 125.102)
2024-03-22 09:26:28,304  INFO pool-16-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:26:28,369  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:28,369  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:28,371  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:28,371  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTagResourceTest.updateDistributionSetTag() throws java.lang.Exception]...
2024-03-22 09:26:28,646  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTagResourceTest.updateDistributionSetTag() throws java.lang.Exception] succeeded.
2024-03-22 09:26:28,670  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:28,670  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:28,672  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:28,672  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTagResourceTest.getDistributionSetTags() throws java.lang.Exception]...
2024-03-22 09:26:28,790  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTagResourceTest.getDistributionSetTags() throws java.lang.Exception] succeeded.
2024-03-22 09:26:28,813  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:28,813  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:28,815  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:28,815  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTagResourceTest.getAssignedDistributionSets() throws java.lang.Exception]...
2024-03-22 09:26:29,191  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTagResourceTest.getAssignedDistributionSets() throws java.lang.Exception] succeeded.
2024-03-22 09:26:29,215  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:29,216  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:29,217  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:29,217  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTagResourceTest.getDistributionSetTagsByDistributionSetId() throws java.lang.Exception]...
2024-03-22 09:26:29,300  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTagResourceTest.getDistributionSetTagsByDistributionSetId() throws java.lang.Exception] succeeded.
2024-03-22 09:26:29,335  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:29,335  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:29,337  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:29,337  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTagResourceTest.deleteDistributionSetTag() throws java.lang.Exception]...
2024-03-22 09:26:29,554  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTagResourceTest.deleteDistributionSetTag() throws java.lang.Exception] succeeded.
2024-03-22 09:26:29,579  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:29,579  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:29,580  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:29,581  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTagResourceTest.getDistributionSetTagsByDistributionSetIdAndTagDescription() throws java.lang.Exception]...
2024-03-22 09:26:29,626  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTagResourceTest.getDistributionSetTagsByDistributionSetIdAndTagDescription() throws java.lang.Exception] succeeded.
2024-03-22 09:26:29,647  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:29,647  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:29,649  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:29,649  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTagResourceTest.getDistributionSetTagsWithParameters() throws java.lang.Exception]...
2024-03-22 09:26:29,661  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTagResourceTest.getDistributionSetTagsWithParameters() throws java.lang.Exception] succeeded.
2024-03-22 09:26:29,683  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:29,683  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:29,684  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:29,685  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTagResourceTest.getDistributionSetTag() throws java.lang.Exception]...
2024-03-22 09:26:29,797  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTagResourceTest.getDistributionSetTag() throws java.lang.Exception] succeeded.
2024-03-22 09:26:29,820  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:29,820  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:29,822  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:29,822  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTagResourceTest.createDistributionSetTags() throws org.json.JSONException,java.lang.Exception]...
2024-03-22 09:26:29,938  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTagResourceTest.createDistributionSetTags() throws org.json.JSONException,java.lang.Exception] succeeded.
2024-03-22 09:26:29,961  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:29,961  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:29,963  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:29,963  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTagResourceTest.assignDistributionSets() throws java.lang.Exception]...
2024-03-22 09:26:30,311  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTagResourceTest.assignDistributionSets() throws java.lang.Exception] succeeded.
2024-03-22 09:26:30,334  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:30,334  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:30,336  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:30,336  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTagResourceTest.toggleTagAssignment() throws java.lang.Exception]...
2024-03-22 09:26:30,683  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTagResourceTest.toggleTagAssignment() throws java.lang.Exception] succeeded.
2024-03-22 09:26:30,707  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:30,707  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:30,709  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:30,709  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTagResourceTest.getAssignedDistributionSetsWithPagingLimitRequestParameter() throws java.lang.Exception]...
2024-03-22 09:26:31,053  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTagResourceTest.getAssignedDistributionSetsWithPagingLimitRequestParameter() throws java.lang.Exception] succeeded.
2024-03-22 09:26:31,075  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:31,076  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:31,077  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:31,077  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTagResourceTest.getAssignedDistributionSetsWithPagingLimitAndOffsetRequestParameter() throws java.lang.Exception]...
2024-03-22 09:26:31,421  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTagResourceTest.getAssignedDistributionSetsWithPagingLimitAndOffsetRequestParameter() throws java.lang.Exception] succeeded.
2024-03-22 09:26:31,444  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:31,444  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:31,446  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:31,446  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTagResourceTest.unassignDistributionSet() throws java.lang.Exception]...
2024-03-22 09:26:31,778  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTagResourceTest.unassignDistributionSet() throws java.lang.Exception] succeeded.
2024-03-22 09:26:31,780  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@7d809580
2024-03-22 09:26:31,788  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.45871486.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:26:31,789  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:26:31,789  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:26:31,790  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:26:31,792  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:26:31,792  INFO main c.z.h.HikariDataSource:350 - HikariPool-14 - Shutdown initiated...
2024-03-22 09:26:31,793  INFO main c.z.h.HikariDataSource:352 - HikariPool-14 - Shutdown completed.
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.077 s -- in org.eclipse.hawkbit.mgmt.rest.resource.MgmtDistributionSetTagResourceTest
[INFO] Running org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest
2024-03-22 09:26:31,799  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2024-03-22 09:26:31,832  INFO main o.e.h.m.r.r.MgmtTargetResourceTest:50 - Starting MgmtTargetResourceTest using Java 17.0.9 with PID 3527 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource)
2024-03-22 09:26:31,832  INFO main o.e.h.m.r.r.MgmtTargetResourceTest:660 - The following 1 profile is active: "test"
2024-03-22 09:26:31,973  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:26:31,986  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 12 ms. Found 20 JPA repository interfaces.
2024-03-22 09:26:32,096  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:26:32,096  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:26:32,106  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=27f95362-10e9-32fb-8704-4a2eb200ac06
2024-03-22 09:26:32,125  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:32,126  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:32,127  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:32,127  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1048/0x00007f9c545cef58] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:32,128  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:32,130  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:32,131  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:32,132  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:32,132  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:32,135  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:32,135  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:32,136  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:32,141  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:32,144  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:26:32,144  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:26:32,192  INFO main c.z.h.HikariDataSource:110 - HikariPool-15 - Starting...
2024-03-22 09:26:32,194  INFO main c.z.h.p.HikariPool:565 - HikariPool-15 - Added connection conn140: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:26:32,194  INFO main c.z.h.HikariDataSource:123 - HikariPool-15 - Start completed.
2024-03-22 09:26:32,201  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:26:32,202  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:26:32,209  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:26:32,210  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.007s)
2024-03-22 09:26:32,210  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:26:32,212  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:26:32,232  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:26:32,243  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:26:32,245  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:26:32,249  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:26:32,250  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:26:32,252  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:26:32,258  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:26:32,259  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:26:32,265  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:26:32,268  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:26:32,271  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:26:32,273  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:26:32,275  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:26:32,279  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:26:32,282  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:26:32,285  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:26:32,298  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:26:32,309  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:26:32,315  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:26:32,317  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:26:32,319  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:26:32,328  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:26:32,333  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:26:32,334  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:26:32,335  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:26:32,340  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:26:32,341  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:26:32,345  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:26:32,347  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:26:32,348  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:26:32,350  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:26:32,352  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:26:32,354  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:26:32,356  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:26:32,358  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:26:32,363  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:26:32,366  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:26:32,368  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:26:32,372  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:26:32,375  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:26:32,384  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:26:32,385  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:26:32,386  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:26:32,389  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:26:32,391  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:26:32,395  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:26:32,398  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:26:32,400  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:26:32,407  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:26:32,411  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.099s)
2024-03-22 09:26:32,469  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:26:32,685  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:26:32,685  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:26:32,687  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:26:32,719  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:26:32,721  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:26:32,770  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:26:32,771  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:26:32,775  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:26:33,695  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:26:34,117  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@7379a312, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4cd8a5c0, org.springframework.security.web.context.SecurityContextHolderFilter@334794b, org.springframework.security.web.header.HeaderWriterFilter@2ef767b3, org.springframework.web.filter.CorsFilter@203e5f4e, org.springframework.security.web.csrf.CsrfFilter@530167ae, org.springframework.security.web.authentication.logout.LogoutFilter@2db78ccd, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@6441196c, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@5474f1ca, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@5cc514cc, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@750120cd, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5b504294, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@412bdca3, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@621a5d75, org.springframework.security.web.access.ExceptionTranslationFilter@3b042cb9, org.springframework.security.web.access.intercept.AuthorizationFilter@41efce2b]
2024-03-22 09:26:34,141  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:34,142  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:34,143  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:34,206  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'application.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:26:34,258  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:26:34,258  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:26:34,258  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:26:34,259  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1940211121.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:26:34,259  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1940211121.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:26:34,260  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:26:34,260  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@31f9d767
2024-03-22 09:26:34,261  INFO main o.e.h.m.r.r.MgmtTargetResourceTest:56 - Started MgmtTargetResourceTest in 2.455 seconds (process running for 131.108)
2024-03-22 09:26:34,315  INFO pool-17-thread-1 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:26:34,363  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:34,363  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:34,365  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:34,365  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.unassignTargetTypeFromTarget() throws java.lang.Exception]...
2024-03-22 09:26:34,438  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.unassignTargetTypeFromTarget() throws java.lang.Exception] succeeded.
2024-03-22 09:26:34,460  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:34,460  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:34,461  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:34,462  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getMetadataKey() throws java.lang.Exception]...
2024-03-22 09:26:34,484  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getMetadataKey() throws java.lang.Exception] succeeded.
2024-03-22 09:26:34,515  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:34,515  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:34,517  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:34,517  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.multiassignmentRequestNotAllowedIfDisabled() throws java.lang.Exception]...
2024-03-22 09:26:34,664  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.multiassignmentRequestNotAllowedIfDisabled() throws java.lang.Exception] succeeded.
2024-03-22 09:26:34,686  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:34,686  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:34,688  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:34,688  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.deleteMetadataThatDoesNotExistLeadsToNotFound() throws java.lang.Exception]...
2024-03-22 09:26:34,705  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.deleteMetadataThatDoesNotExistLeadsToNotFound() throws java.lang.Exception] succeeded.
2024-03-22 09:26:34,729  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:34,730  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:34,731  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:34,731  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getPagedListOfMetadata() throws java.lang.Exception]...
2024-03-22 09:26:34,753  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getPagedListOfMetadata() throws java.lang.Exception] succeeded.
2024-03-22 09:26:34,785  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:34,785  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:34,787  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:34,787  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.postDeactivateAutoConfirm() throws java.lang.Exception]...
2024-03-22 09:26:34,818  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.postDeactivateAutoConfirm() throws java.lang.Exception] succeeded.
2024-03-22 09:26:34,839  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:34,839  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:34,841  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:34,841  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.lastActionStatusCode() throws java.lang.Exception]...
2024-03-22 09:26:34,949  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.lastActionStatusCode() throws java.lang.Exception] succeeded.
2024-03-22 09:26:34,971  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:34,972  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:34,973  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:34,974  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.assignInvalidTargetTypeToTargetFails() throws java.lang.Exception]...
2024-03-22 09:26:34,991  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.assignInvalidTargetTypeToTargetFails() throws java.lang.Exception] succeeded.
2024-03-22 09:26:35,033  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:35,033  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:35,035  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:35,035  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.invalidRequestsOnTargetTypeResource() throws java.lang.Exception]...
2024-03-22 09:26:35,039  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' is not supported]
2024-03-22 09:26:35,040  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'PUT' is not supported]
2024-03-22 09:26:35,046  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content-Type is not supported]
2024-03-22 09:26:35,055  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.invalidRequestsOnTargetTypeResource() throws java.lang.Exception] succeeded.
2024-03-22 09:26:35,075  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:35,075  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:35,077  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:35,077  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.triggerControllerAttributesUpdate() throws java.lang.Exception]...
2024-03-22 09:26:35,129  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.triggerControllerAttributesUpdate() throws java.lang.Exception] succeeded.
2024-03-22 09:26:35,151  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:35,151  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:35,153  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:35,153  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getControllerEmptyAttributesReturnsNoContent() throws java.lang.Exception]...
2024-03-22 09:26:35,178  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getControllerEmptyAttributesReturnsNoContent() throws java.lang.Exception] succeeded.
2024-03-22 09:26:35,200  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:35,200  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:35,202  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:35,202  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.assignDistributionSetToTargetWithMaintenanceWindowNextExecutionStart() throws java.lang.Exception]...
2024-03-22 09:26:35,272  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.assignDistributionSetToTargetWithMaintenanceWindowNextExecutionStart() throws java.lang.Exception] succeeded.
2024-03-22 09:26:35,332  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:35,332  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:35,334  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:35,334  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.deleteTargetWhichDoesNotExistsLeadsToNotFound() throws java.lang.Exception]...
2024-03-22 09:26:35,343  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.deleteTargetWhichDoesNotExistsLeadsToNotFound() throws java.lang.Exception] succeeded.
2024-03-22 09:26:35,373  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:35,374  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:35,375  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:35,375  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.updateTargetDescription() throws java.lang.Exception]...
2024-03-22 09:26:35,390  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.updateTargetDescription() throws java.lang.Exception] succeeded.
2024-03-22 09:26:35,424  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:35,424  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:35,426  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:35,426  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.addingNonExistingTargetTypeInTargetShouldFail() throws java.lang.Exception]...
2024-03-22 09:26:35,437  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.addingNonExistingTargetTypeInTargetShouldFail() throws java.lang.Exception] succeeded.
2024-03-22 09:26:35,459  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:35,459  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:35,461  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:35,461  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getInstalledDistributionSetOfTargetIsEmpty() throws java.lang.Exception]...
2024-03-22 09:26:35,477  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getInstalledDistributionSetOfTargetIsEmpty() throws java.lang.Exception] succeeded.
2024-03-22 09:26:35,500  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:35,500  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:35,501  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:35,502  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.identicalAssignmentInRequestAreRemovedIfMultiassignmentsDisabled() throws java.lang.Exception]...
2024-03-22 09:26:35,557  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.identicalAssignmentInRequestAreRemovedIfMultiassignmentsDisabled() throws java.lang.Exception] succeeded.
2024-03-22 09:26:35,580  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:35,581  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:35,582  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:35,582  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getAssignedDistributionSetOfTarget() throws java.lang.Exception]...
2024-03-22 09:26:35,652  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getAssignedDistributionSetOfTarget() throws java.lang.Exception] succeeded.
2024-03-22 09:26:35,675  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:35,676  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:35,677  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:35,677  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.updateAction() throws java.lang.Exception]...
2024-03-22 09:26:35,742  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.updateAction() throws java.lang.Exception] succeeded.
2024-03-22 09:26:35,763  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:35,763  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:35,765  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:35,765  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getTargetWithPagingLimitAndOffsetRequestParameter() throws java.lang.Exception]...
2024-03-22 09:26:35,798  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getTargetWithPagingLimitAndOffsetRequestParameter() throws java.lang.Exception] succeeded.
2024-03-22 09:26:35,830  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:35,831  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:35,832  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:35,832  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.securityTokenIsInResponseWithCorrectPermission() throws java.lang.Exception]...
2024-03-22 09:26:35,846  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.securityTokenIsInResponseWithCorrectPermission() throws java.lang.Exception] succeeded.
2024-03-22 09:26:35,869  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:35,869  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:35,870  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:35,871  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getAutoConfirmNotActive() throws java.lang.Exception]...
2024-03-22 09:26:35,889  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getAutoConfirmNotActive() throws java.lang.Exception] succeeded.
2024-03-22 09:26:35,928  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:35,928  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:35,930  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:35,930  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getSingleTargetNoExistsResponseNotFound() throws java.lang.Exception]...
2024-03-22 09:26:35,939  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getSingleTargetNoExistsResponseNotFound() throws java.lang.Exception] succeeded.
2024-03-22 09:26:35,962  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:35,963  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:35,964  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:35,964  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.assignTargetTypeToTarget() throws java.lang.Exception]...
2024-03-22 09:26:35,979  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.assignTargetTypeToTarget() throws java.lang.Exception] succeeded.
2024-03-22 09:26:36,001  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:36,001  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:36,003  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:36,003  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getActionsStatusSortedByReportedAt() throws java.lang.Exception]...
2024-03-22 09:26:36,127  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getActionsStatusSortedByReportedAt() throws java.lang.Exception] succeeded.
2024-03-22 09:26:36,150  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:36,150  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:36,151  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:36,152  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.assignDistributionSetToTargetWithActionTimeForcedAndTime() throws java.lang.Exception]...
2024-03-22 09:26:36,217  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.assignDistributionSetToTargetWithActionTimeForcedAndTime() throws java.lang.Exception] succeeded.
2024-03-22 09:26:36,241  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:36,241  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:36,243  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:36,243  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.assignDownloadOnlyDistributionSetToTarget() throws java.lang.Exception]...
2024-03-22 09:26:36,295  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.assignDownloadOnlyDistributionSetToTarget() throws java.lang.Exception] succeeded.
2024-03-22 09:26:36,328  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:36,328  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:36,330  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:36,330  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getTargetsWithParameters() throws java.lang.Exception]...
2024-03-22 09:26:36,343  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getTargetsWithParameters() throws java.lang.Exception] succeeded.
2024-03-22 09:26:36,368  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:36,368  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:36,370  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:36,370  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.assignDistributionSetToTargetWithMaintenanceWindowEndTimeOnly() throws java.lang.Exception]...
2024-03-22 09:26:36,398  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.assignDistributionSetToTargetWithMaintenanceWindowEndTimeOnly() throws java.lang.Exception] succeeded.
2024-03-22 09:26:36,429  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:36,430  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:36,431  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:36,432  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.createTargetsSingleEntryListReturnsSuccessful() throws java.lang.Exception]...
2024-03-22 09:26:36,446  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.createTargetsSingleEntryListReturnsSuccessful() throws java.lang.Exception] succeeded.
2024-03-22 09:26:36,475  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:36,475  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:36,477  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:36,477  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.forceQuitAnNotCanceledActionReturnsMethodNotAllowed() throws java.lang.Exception]...
2024-03-22 09:26:36,532  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.forceQuitAnNotCanceledActionReturnsMethodNotAllowed() throws java.lang.Exception] succeeded.
2024-03-22 09:26:36,555  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:36,555  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:36,557  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:36,557  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getAutoConfirmActive(java.lang.String,java.lang.String) throws java.lang.Exception]...
2024-03-22 09:26:36,571  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getAutoConfirmActive(java.lang.String,java.lang.String) throws java.lang.Exception] succeeded.
2024-03-22 09:26:36,594  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:36,594  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:36,596  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:36,596  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getAutoConfirmActive(java.lang.String,java.lang.String) throws java.lang.Exception]...
2024-03-22 09:26:36,620  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getAutoConfirmActive(java.lang.String,java.lang.String) throws java.lang.Exception] succeeded.
2024-03-22 09:26:36,643  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:36,643  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:36,645  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:36,645  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getAutoConfirmActive(java.lang.String,java.lang.String) throws java.lang.Exception]...
2024-03-22 09:26:36,660  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getAutoConfirmActive(java.lang.String,java.lang.String) throws java.lang.Exception] succeeded.
2024-03-22 09:26:36,682  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:36,682  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:36,684  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:36,684  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getAutoConfirmActive(java.lang.String,java.lang.String) throws java.lang.Exception]...
2024-03-22 09:26:36,698  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getAutoConfirmActive(java.lang.String,java.lang.String) throws java.lang.Exception] succeeded.
2024-03-22 09:26:36,728  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:36,728  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:36,730  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:36,730  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getActionWeight() throws java.lang.Exception]...
2024-03-22 09:26:36,821  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getActionWeight() throws java.lang.Exception] succeeded.
2024-03-22 09:26:36,842  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:36,842  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:36,844  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:36,844  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.createTargetWithExistingTargetType() throws java.lang.Exception]...
2024-03-22 09:26:36,858  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.createTargetWithExistingTargetType() throws java.lang.Exception] succeeded.
2024-03-22 09:26:36,880  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:36,880  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:36,882  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:36,882  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.offlineAssignDistributionSetToTarget() throws java.lang.Exception]...
2024-03-22 09:26:36,941  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.offlineAssignDistributionSetToTarget() throws java.lang.Exception] succeeded.
2024-03-22 09:26:36,964  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:36,964  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:36,966  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:36,966  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getActionStatusReturnsCorrectType() throws java.lang.Exception]...
2024-03-22 09:26:37,080  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getActionStatusReturnsCorrectType() throws java.lang.Exception] succeeded.
2024-03-22 09:26:37,102  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:37,102  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:37,104  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:37,104  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.createTargetWithInvalidPropertyBadRequest() throws java.lang.Exception]...
2024-03-22 09:26:37,121  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.createTargetWithInvalidPropertyBadRequest() throws java.lang.Exception] succeeded.
2024-03-22 09:26:37,144  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:37,144  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:37,146  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:37,146  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.forceQuitAnCanceledActionReturnsOk() throws java.lang.Exception]...
2024-03-22 09:26:37,190  WARN main o.e.h.r.j.m.JpaDeploymentManagement:631 - action (JpaAction [distributionSet=18, version=2, id=17, actionType=FORCED, weight=Optional[1000], isActive=true,  createdAt=1711099597174, lastModifiedAt=1711099597185, status=CANCELING]) was still active and has been force quite.
2024-03-22 09:26:37,207  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.forceQuitAnCanceledActionReturnsOk() throws java.lang.Exception] succeeded.
2024-03-22 09:26:37,244  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:37,244  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:37,246  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:37,246  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getSingleTarget() throws java.lang.Exception]...
2024-03-22 09:26:37,268  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getSingleTarget() throws java.lang.Exception] succeeded.
2024-03-22 09:26:37,290  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:37,290  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:37,292  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:37,292  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getAutoConfirmStateFromTargetsEndpoint() throws java.lang.Exception]...
2024-03-22 09:26:37,334  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getAutoConfirmStateFromTargetsEndpoint() throws java.lang.Exception] succeeded.
2024-03-22 09:26:37,357  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:37,357  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:37,358  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:37,359  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.createTargetsListReturnsSuccessful() throws java.lang.Exception]...
2024-03-22 09:26:37,378  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.createTargetsListReturnsSuccessful() throws java.lang.Exception] succeeded.
2024-03-22 09:26:37,400  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:37,400  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:37,401  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:37,402  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getCancelAction() throws java.lang.Exception]...
2024-03-22 09:26:37,497  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getCancelAction() throws java.lang.Exception] succeeded.
2024-03-22 09:26:37,528  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:37,528  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:37,530  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:37,530  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getAssignedDistributionSetOfTargetIsEmpty() throws java.lang.Exception]...
2024-03-22 09:26:37,541  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getAssignedDistributionSetOfTargetIsEmpty() throws java.lang.Exception] succeeded.
2024-03-22 09:26:37,563  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:37,563  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:37,565  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:37,565  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.invalidRequestsOnActionResource() throws java.lang.Exception]...
2024-03-22 09:26:37,654  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' is not supported]
2024-03-22 09:26:37,654  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content-Type is not supported]
2024-03-22 09:26:37,661  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.invalidRequestsOnActionResource() throws java.lang.Exception] succeeded.
2024-03-22 09:26:37,682  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:37,682  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:37,684  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:37,684  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getTargets() throws java.lang.Exception]...
2024-03-22 09:26:37,694  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getTargets() throws java.lang.Exception] succeeded.
2024-03-22 09:26:37,719  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:37,719  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:37,721  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:37,721  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.searchTargetsUsingRsqlQuery() throws java.lang.Exception]...
2024-03-22 09:26:37,774  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.searchTargetsUsingRsqlQuery() throws java.lang.Exception] succeeded.
2024-03-22 09:26:37,796  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:37,797  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:37,798  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:37,798  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.cancelAndCancelActionIsNotAllowed() throws java.lang.Exception]...
2024-03-22 09:26:37,859  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.cancelAndCancelActionIsNotAllowed() throws java.lang.Exception] succeeded.
2024-03-22 09:26:37,881  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:37,881  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:37,883  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:37,883  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getActionsExtRef() throws java.lang.Exception]...
2024-03-22 09:26:37,985  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getActionsExtRef() throws java.lang.Exception] succeeded.
2024-03-22 09:26:38,015  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:38,015  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:38,017  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:38,017  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.createTargetWithMissingMandatoryPropertyBadRequest() throws java.lang.Exception]...
2024-03-22 09:26:38,028  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.createTargetWithMissingMandatoryPropertyBadRequest() throws java.lang.Exception] succeeded.
2024-03-22 09:26:38,050  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:38,050  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:38,052  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:38,052  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.weightValidation() throws java.lang.Exception]...
2024-03-22 09:26:38,099  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.weightValidation() throws java.lang.Exception] succeeded.
2024-03-22 09:26:38,129  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:38,129  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:38,131  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:38,131  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.updateTargetWhichDoesNotExistsLeadsToNotFound() throws java.lang.Exception]...
2024-03-22 09:26:38,139  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.updateTargetWhichDoesNotExistsLeadsToNotFound() throws java.lang.Exception] succeeded.
2024-03-22 09:26:38,161  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:38,161  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:38,163  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:38,163  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getActions() throws java.lang.Exception]...
2024-03-22 09:26:38,266  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getActions() throws java.lang.Exception] succeeded.
2024-03-22 09:26:38,287  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:38,288  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:38,289  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:38,289  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.searchActionsRsql() throws java.lang.Exception]...
2024-03-22 09:26:38,342  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.searchActionsRsql() throws java.lang.Exception] succeeded.
2024-03-22 09:26:38,363  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:38,364  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:38,365  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:38,365  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.assignDistributionSetToTarget() throws java.lang.Exception]...
2024-03-22 09:26:38,421  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.assignDistributionSetToTarget() throws java.lang.Exception] succeeded.
2024-03-22 09:26:38,443  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:38,444  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:38,445  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:38,445  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.assignDistributionSetToTargetWithConfirmationOptions(boolean,java.lang.Boolean) throws java.lang.Exception]...
2024-03-22 09:26:38,496  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.assignDistributionSetToTargetWithConfirmationOptions(boolean,java.lang.Boolean) throws java.lang.Exception] succeeded.
2024-03-22 09:26:38,524  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:38,524  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:38,526  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:38,526  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.assignDistributionSetToTargetWithConfirmationOptions(boolean,java.lang.Boolean) throws java.lang.Exception]...
2024-03-22 09:26:38,571  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.assignDistributionSetToTargetWithConfirmationOptions(boolean,java.lang.Boolean) throws java.lang.Exception] succeeded.
2024-03-22 09:26:38,593  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:38,593  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:38,595  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:38,595  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.assignDistributionSetToTargetWithConfirmationOptions(boolean,java.lang.Boolean) throws java.lang.Exception]...
2024-03-22 09:26:38,644  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.assignDistributionSetToTargetWithConfirmationOptions(boolean,java.lang.Boolean) throws java.lang.Exception] succeeded.
2024-03-22 09:26:38,665  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:38,665  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:38,666  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:38,667  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.assignDistributionSetToTargetWithConfirmationOptions(boolean,java.lang.Boolean) throws java.lang.Exception]...
2024-03-22 09:26:38,723  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.assignDistributionSetToTargetWithConfirmationOptions(boolean,java.lang.Boolean) throws java.lang.Exception] succeeded.
2024-03-22 09:26:38,745  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:38,745  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:38,747  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:38,747  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.assignDistributionSetToTargetWithConfirmationOptions(boolean,java.lang.Boolean) throws java.lang.Exception]...
2024-03-22 09:26:38,796  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.assignDistributionSetToTargetWithConfirmationOptions(boolean,java.lang.Boolean) throws java.lang.Exception] succeeded.
2024-03-22 09:26:38,828  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:38,829  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:38,831  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:38,831  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.assignDistributionSetToTargetWithConfirmationOptions(boolean,java.lang.Boolean) throws java.lang.Exception]...
2024-03-22 09:26:38,877  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.assignDistributionSetToTargetWithConfirmationOptions(boolean,java.lang.Boolean) throws java.lang.Exception] succeeded.
2024-03-22 09:26:38,899  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:38,899  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:38,901  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:38,901  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getActionsStatus() throws java.lang.Exception]...
2024-03-22 09:26:39,003  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getActionsStatus() throws java.lang.Exception] succeeded.
2024-03-22 09:26:39,027  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:39,027  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:39,029  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:39,029  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.assignDistributionSetToTargetWithValidMaintenanceWindow() throws java.lang.Exception]...
2024-03-22 09:26:39,074  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.assignDistributionSetToTargetWithValidMaintenanceWindow() throws java.lang.Exception] succeeded.
2024-03-22 09:26:39,096  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:39,097  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:39,098  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:39,098  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getUpdateAction() throws java.lang.Exception]...
2024-03-22 09:26:39,198  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getUpdateAction() throws java.lang.Exception] succeeded.
2024-03-22 09:26:39,221  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:39,221  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:39,222  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:39,222  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getUpdateActionWithMaintenanceWindow() throws java.lang.Exception]...
2024-03-22 09:26:39,318  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getUpdateActionWithMaintenanceWindow() throws java.lang.Exception] succeeded.
2024-03-22 09:26:39,339  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:39,339  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:39,341  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:39,341  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.invalidRequestsOnActionStatusResource() throws java.lang.Exception]...
2024-03-22 09:26:39,432  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'DELETE' is not supported]
2024-03-22 09:26:39,433  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'PUT' is not supported]
2024-03-22 09:26:39,433  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' is not supported]
2024-03-22 09:26:39,440  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.invalidRequestsOnActionStatusResource() throws java.lang.Exception] succeeded.
2024-03-22 09:26:39,460  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:39,461  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:39,462  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:39,462  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.securityTokenIsNotInResponseIfMissingPermission() throws java.lang.Exception]...
2024-03-22 09:26:39,474  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.securityTokenIsNotInResponseIfMissingPermission() throws java.lang.Exception] succeeded.
2024-03-22 09:26:39,494  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:39,494  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:39,496  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:39,496  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.updateMetadata() throws java.lang.Exception]...
2024-03-22 09:26:39,523  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.updateMetadata() throws java.lang.Exception] succeeded.
2024-03-22 09:26:39,544  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:39,544  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:39,546  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:39,546  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.multiassignmentRequestAllowedIfDisabledButHasSizeOne() throws java.lang.Exception]...
2024-03-22 09:26:39,586  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.multiassignmentRequestAllowedIfDisabledButHasSizeOne() throws java.lang.Exception] succeeded.
2024-03-22 09:26:39,616  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:39,616  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:39,618  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:39,618  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.postActivateAutoConfirm() throws java.lang.Exception]...
2024-03-22 09:26:39,633  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.postActivateAutoConfirm() throws java.lang.Exception] succeeded.
2024-03-22 09:26:39,654  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:39,654  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:39,656  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:39,656  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.createMetadata() throws java.lang.Exception]...
2024-03-22 09:26:39,681  WARN main o.e.h.r.j.u.QuotaHelper:124 - Cannot assign 99 TargetMetadata entities to Target '80' because of the configured quota limit 100. Currently, there are 2 TargetMetadata entities assigned.
2024-03-22 09:26:39,690  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.createMetadata() throws java.lang.Exception] succeeded.
2024-03-22 09:26:39,726  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:39,727  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:39,728  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:39,728  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.updateTargetTypeInTarget() throws java.lang.Exception]...
2024-03-22 09:26:39,744  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.updateTargetTypeInTarget() throws java.lang.Exception] succeeded.
2024-03-22 09:26:39,765  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:39,765  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:39,767  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:39,767  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.updateTargetNameAndUnnasignTargetType() throws java.lang.Exception]...
2024-03-22 09:26:39,788  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.updateTargetNameAndUnnasignTargetType() throws java.lang.Exception] succeeded.
2024-03-22 09:26:39,829  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:39,830  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:39,831  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:39,831  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.createTargetsSingleEntryListDoubleReturnConflict() throws java.lang.Exception]...
2024-03-22 09:26:39,857  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.createTargetsSingleEntryListDoubleReturnConflict() throws java.lang.Exception] succeeded.
2024-03-22 09:26:39,919  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:39,920  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:39,921  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:39,921  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.searchDistributionSetMetadataRsql() throws java.lang.Exception]...
2024-03-22 09:26:39,940  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.searchDistributionSetMetadataRsql() throws java.lang.Exception] succeeded.
2024-03-22 09:26:39,962  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:39,962  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:39,963  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:39,964  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getActionWithEmptyResult() throws java.lang.Exception]...
2024-03-22 09:26:39,976  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getActionWithEmptyResult() throws java.lang.Exception] succeeded.
2024-03-22 09:26:40,026  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:40,026  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:40,028  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:40,028  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.updateTargetAndUnnasignTargetType() throws java.lang.Exception]...
2024-03-22 09:26:40,048  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.updateTargetAndUnnasignTargetType() throws java.lang.Exception] succeeded.
2024-03-22 09:26:40,068  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:40,068  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:40,070  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:40,070  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.addressAndIpAddressInTargetResult() throws java.lang.Exception]...
2024-03-22 09:26:40,084  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.addressAndIpAddressInTargetResult() throws java.lang.Exception] succeeded.
2024-03-22 09:26:40,116  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:40,116  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:40,117  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:40,117  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.cancelActionOK() throws java.lang.Exception]...
2024-03-22 09:26:40,167  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.cancelActionOK() throws java.lang.Exception] succeeded.
2024-03-22 09:26:40,193  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:40,193  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:40,195  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:40,195  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.updateTargetSecurityToken() throws java.lang.Exception]...
2024-03-22 09:26:40,217  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.updateTargetSecurityToken() throws java.lang.Exception] succeeded.
2024-03-22 09:26:40,237  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:40,237  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:40,239  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:40,239  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.weightWithSingleAssignment() throws java.lang.Exception]...
2024-03-22 09:26:40,280  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.weightWithSingleAssignment() throws java.lang.Exception] succeeded.
2024-03-22 09:26:40,302  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:40,302  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:40,304  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:40,304  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getCancelActionWithMaintenanceWindow() throws java.lang.Exception]...
2024-03-22 09:26:40,426  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getCancelActionWithMaintenanceWindow() throws java.lang.Exception] succeeded.
2024-03-22 09:26:40,452  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:40,452  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:40,454  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:40,454  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.createTargetWithBadPayloadBadRequest() throws java.lang.Exception]...
2024-03-22 09:26:40,464  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.createTargetWithBadPayloadBadRequest() throws java.lang.Exception] succeeded.
2024-03-22 09:26:40,485  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:40,485  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:40,487  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:40,487  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.assignDistributionSetToTargetWithMaintenanceWindowEndTimeBeforeStartTime() throws java.lang.Exception]...
2024-03-22 09:26:40,536  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.assignDistributionSetToTargetWithMaintenanceWindowEndTimeBeforeStartTime() throws java.lang.Exception] succeeded.
2024-03-22 09:26:40,556  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:40,557  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:40,558  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:40,558  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getActionWithRolloutInfo() throws java.lang.Exception]...
2024-03-22 09:26:40,701  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getActionWithRolloutInfo() throws java.lang.Exception] succeeded.
2024-03-22 09:26:40,734  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:40,735  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:40,736  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:40,736  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.deleteTargetReturnsOK() throws java.lang.Exception]...
2024-03-22 09:26:40,748  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.deleteTargetReturnsOK() throws java.lang.Exception] succeeded.
2024-03-22 09:26:40,769  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:40,769  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:40,771  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:40,771  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getTargetWithPagingLimitRequestParameter() throws java.lang.Exception]...
2024-03-22 09:26:40,790  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getTargetWithPagingLimitRequestParameter() throws java.lang.Exception] succeeded.
2024-03-22 09:26:40,821  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:40,821  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:40,823  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:40,823  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.updateTargetAddress() throws java.lang.Exception]...
2024-03-22 09:26:40,835  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.updateTargetAddress() throws java.lang.Exception] succeeded.
2024-03-22 09:26:40,861  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:40,861  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:40,863  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:40,863  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.createTargetWithoutPayloadBadRequest() throws java.lang.Exception]...
2024-03-22 09:26:40,871  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.createTargetWithoutPayloadBadRequest() throws java.lang.Exception] succeeded.
2024-03-22 09:26:40,891  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:40,891  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:40,892  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:40,892  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.createTargetWithEmptyNameAndLongControllerId() throws java.lang.Exception]...
2024-03-22 09:26:40,904  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.createTargetWithEmptyNameAndLongControllerId() throws java.lang.Exception] succeeded.
2024-03-22 09:26:40,932  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:40,933  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:40,934  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:40,934  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getActionsWithMaintenanceWindow() throws java.lang.Exception]...
2024-03-22 09:26:41,024  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getActionsWithMaintenanceWindow() throws java.lang.Exception] succeeded.
2024-03-22 09:26:41,044  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:41,044  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:41,046  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:41,046  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.weightWithMultiAssignment() throws java.lang.Exception]...
2024-03-22 09:26:41,090  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.weightWithMultiAssignment() throws java.lang.Exception] succeeded.
2024-03-22 09:26:41,115  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:41,116  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:41,117  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:41,117  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.multiAssignment() throws java.lang.Exception]...
2024-03-22 09:26:41,178  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.multiAssignment() throws java.lang.Exception] succeeded.
2024-03-22 09:26:41,199  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:41,199  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:41,201  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:41,201  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getMetadata() throws java.lang.Exception]...
2024-03-22 09:26:41,233  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[public void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getMetadata() throws java.lang.Exception] succeeded.
2024-03-22 09:26:41,259  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:41,260  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:41,261  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:41,261  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.updateTargetDescriptionFailsIfInvalidLength() throws java.lang.Exception]...
2024-03-22 09:26:41,275  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.updateTargetDescriptionFailsIfInvalidLength() throws java.lang.Exception] succeeded.
2024-03-22 09:26:41,296  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:41,296  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:41,298  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:41,298  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.deleteMetadata() throws java.lang.Exception]...
2024-03-22 09:26:41,320  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.deleteMetadata() throws java.lang.Exception] succeeded.
2024-03-22 09:26:41,341  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:41,341  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:41,343  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:41,343  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.createTargetsWithTargetType() throws java.lang.Exception]...
2024-03-22 09:26:41,371  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.createTargetsWithTargetType() throws java.lang.Exception] succeeded.
2024-03-22 09:26:41,392  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:41,392  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:41,393  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:41,394  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getControllerAttributesReturnsAttributesWithOk() throws java.lang.Exception]...
2024-03-22 09:26:41,406  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getControllerAttributesReturnsAttributesWithOk() throws java.lang.Exception] succeeded.
2024-03-22 09:26:41,434  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:41,434  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:41,436  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:41,436  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.assignDistributionSetToTargetWithMaintenanceWindowStartTimeOnly() throws java.lang.Exception]...
2024-03-22 09:26:41,459  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.assignDistributionSetToTargetWithMaintenanceWindowStartTimeOnly() throws java.lang.Exception] succeeded.
2024-03-22 09:26:41,485  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:41,485  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:41,487  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:41,487  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.autoConfirmStateReferenceOnTarget() throws java.lang.Exception]...
2024-03-22 09:26:41,505  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.autoConfirmStateReferenceOnTarget() throws java.lang.Exception] succeeded.
2024-03-22 09:26:41,534  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:41,534  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:41,536  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:41,536  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getTargetWithoutAdditionalRequestParameters() throws java.lang.Exception]...
2024-03-22 09:26:41,558  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getTargetWithoutAdditionalRequestParameters() throws java.lang.Exception] succeeded.
2024-03-22 09:26:41,579  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:41,579  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:41,580  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:41,581  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.invalidRequestsOnAssignDistributionSetToTarget() throws java.lang.Exception]...
2024-03-22 09:26:41,629  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'DELETE' is not supported]
2024-03-22 09:26:41,630  WARN main o.s.w.s.m.s.DefaultHandlerExceptionResolver:247 - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'PUT' is not supported]
2024-03-22 09:26:41,636  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.invalidRequestsOnAssignDistributionSetToTarget() throws java.lang.Exception] succeeded.
2024-03-22 09:26:41,657  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:41,658  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:41,659  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 1 ms
2024-03-22 09:26:41,659  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getActionsStatusWithPagingLimitRequestParameter() throws java.lang.Exception]...
2024-03-22 09:26:41,764  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getActionsStatusWithPagingLimitRequestParameter() throws java.lang.Exception] succeeded.
2024-03-22 09:26:41,785  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:26:41,785  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:26:41,787  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:26:41,787  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:32 - Starting Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getActionsWithPagingLimitRequestParameter() throws java.lang.Exception]...
2024-03-22 09:26:41,874  INFO main o.e.h.r.t.u.JUnitTestLoggerExtension:22 - Test Optional[void org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest.getActionsWithPagingLimitRequestParameter() throws java.lang.Exception] succeeded.
2024-03-22 09:26:41,876  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - stopped org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@31f9d767
2024-03-22 09:26:41,884  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel 'application.1940211121.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:26:41,885  INFO main o.s.i.e.EventDrivenConsumer:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:26:41,885  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 0 subscriber(s).
2024-03-22 09:26:41,885  INFO main o.s.i.e.EventDrivenConsumer:292 - stopped bean '_org.springframework.integration.errorLogger'
2024-03-22 09:26:41,888  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:650 - Closing JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:26:41,888  INFO main c.z.h.HikariDataSource:350 - HikariPool-15 - Shutdown initiated...
2024-03-22 09:26:41,895  INFO main c.z.h.HikariDataSource:352 - HikariPool-15 - Shutdown completed.
[INFO] Tests run: 106, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.10 s -- in org.eclipse.hawkbit.mgmt.rest.resource.MgmtTargetResourceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 447, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ hawkbit-mgmt-resource ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/target/hawkbit-mgmt-resource-0.5.0.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-mgmt-resource >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-mgmt-resource ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-mgmt-resource <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-mgmt-resource ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/target/hawkbit-mgmt-resource-0.5.0-sources.jar
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-mgmt-resource ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-mgmt-resource ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-mgmt-resource ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-mgmt-resource ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-mgmt-resource/0.5.0/hawkbit-mgmt-resource-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/target/hawkbit-mgmt-resource-0.5.0.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-mgmt-resource/0.5.0/hawkbit-mgmt-resource-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/target/hawkbit-mgmt-resource-0.5.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-mgmt-resource/0.5.0/hawkbit-mgmt-resource-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/target/hawkbit-mgmt-resource-0.5.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-mgmt-resource/0.5.0/hawkbit-mgmt-resource-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/target/hawkbit-mgmt-resource-0.5.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-mgmt-resource/0.5.0/hawkbit-mgmt-resource-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/target/hawkbit-mgmt-resource-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-mgmt-resource/0.5.0/hawkbit-mgmt-resource-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/target/hawkbit-mgmt-resource-0.5.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-mgmt-resource/0.5.0/hawkbit-mgmt-resource-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/target/hawkbit-mgmt-resource-0.5.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-mgmt-resource/0.5.0/hawkbit-mgmt-resource-0.5.0-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-mgmt-resource ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/target/hawkbit-mgmt-resource-0.5.0.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-mgmt-resource/0.5.0/hawkbit-mgmt-resource-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-mgmt-resource/0.5.0/hawkbit-mgmt-resource-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/target/hawkbit-mgmt-resource-0.5.0-javadoc.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-mgmt-resource/0.5.0/hawkbit-mgmt-resource-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/target/hawkbit-mgmt-resource-0.5.0-sources.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-mgmt-resource/0.5.0/hawkbit-mgmt-resource-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/target/hawkbit-mgmt-resource-0.5.0.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-mgmt-resource/0.5.0/hawkbit-mgmt-resource-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/target/hawkbit-mgmt-resource-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-mgmt-resource/0.5.0/hawkbit-mgmt-resource-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/target/hawkbit-mgmt-resource-0.5.0-javadoc.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-mgmt-resource/0.5.0/hawkbit-mgmt-resource-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/target/hawkbit-mgmt-resource-0.5.0-sources.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-mgmt-resource/0.5.0/hawkbit-mgmt-resource-0.5.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------< org.eclipse.hawkbit:hawkbit-autoconfigure >--------------
[INFO] Building hawkBit :: Spring Boot Autoconfigure 0.5.0              [22/38]
[INFO]   from hawkbit-autoconfigure/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-autoconfigure ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-autoconfigure ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-autoconfigure ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-autoconfigure ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-autoconfigure ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-autoconfigure:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-autoconfigure ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 18 source files with javac [debug deprecation release 17] to target/classes
[WARNING] No processor claimed any of these annotations: /org.springframework.context.annotation.Primary,/org.springframework.core.annotation.Order,/org.springframework.boot.autoconfigure.condition.ConditionalOnProperty,/org.springframework.context.annotation.Conditional,/org.springframework.boot.context.properties.ConfigurationProperties,/org.springframework.boot.autoconfigure.condition.ConditionalOnClass,/org.springframework.cloud.bus.jackson.RemoteApplicationEventScan,/org.springframework.beans.factory.annotation.Value,/org.springframework.boot.context.properties.EnableConfigurationProperties,/org.springframework.security.config.annotation.web.configuration.EnableWebSecurity,/org.springframework.context.annotation.Bean,/org.springframework.context.annotation.Lazy,/org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity,/org.springframework.context.annotation.Import,/org.springframework.beans.factory.annotation.Qualifier,/org.springframework.cache.annotation.EnableCaching,/org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean,/org.springframework.scheduling.annotation.EnableAsync,/org.springframework.context.annotation.PropertySource,/org.springframework.context.annotation.Configuration,/org.springframework.beans.factory.annotation.Autowired,/org.springframework.cloud.bus.ConditionalOnBusEnabled
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/src/main/java/org/eclipse/hawkbit/autoconfigure/security/SecurityManagedConfiguration.java:[100,2] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/src/main/java/org/eclipse/hawkbit/autoconfigure/security/SecurityManagedConfiguration.java:[100,2] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/src/main/java/org/eclipse/hawkbit/autoconfigure/security/SecurityManagedConfiguration.java:[100,2] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/src/main/java/org/eclipse/hawkbit/autoconfigure/security/SecurityManagedConfiguration.java:[100,2] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/src/main/java/org/eclipse/hawkbit/autoconfigure/security/SecurityManagedConfiguration.java:[100,2] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/src/main/java/org/eclipse/hawkbit/autoconfigure/security/SecurityManagedConfiguration.java:[437,70] org.springframework.security.web.access.intercept.FilterSecurityInterceptor in org.springframework.security.web.access.intercept has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/src/main/java/org/eclipse/hawkbit/autoconfigure/security/SecurityManagedConfiguration.java:[531,67] jwt() in org.springframework.security.config.annotation.web.configurers.oauth2.server.resource.OAuth2ResourceServerConfigurer has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/src/main/java/org/eclipse/hawkbit/autoconfigure/security/SecurityManagedConfiguration.java:[535,74] org.springframework.security.oauth2.server.resource.web.BearerTokenAuthenticationFilter in org.springframework.security.oauth2.server.resource.web has been deprecated
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-autoconfigure ---
[INFO] Checking licenses...
[WARNING] Unknown file extension: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
[WARNING] Unable to find a comment style definition for some files. You may want to add a custom mapping for the relevant file extensions.
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-autoconfigure ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/target/hawkbit-autoconfigure-0.5.0-javadoc.jar
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-autoconfigure ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-autoconfigure ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-autoconfigure ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-autoconfigure:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-autoconfigure ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 18 source files with javac [debug deprecation release 17] to target/classes
[WARNING] No processor claimed any of these annotations: /org.springframework.context.annotation.Primary,/org.springframework.core.annotation.Order,/org.springframework.boot.autoconfigure.condition.ConditionalOnProperty,/org.springframework.context.annotation.Conditional,/org.springframework.boot.context.properties.ConfigurationProperties,/org.springframework.boot.autoconfigure.condition.ConditionalOnClass,/org.springframework.cloud.bus.jackson.RemoteApplicationEventScan,/org.springframework.beans.factory.annotation.Value,/org.springframework.boot.context.properties.EnableConfigurationProperties,/org.springframework.security.config.annotation.web.configuration.EnableWebSecurity,/org.springframework.context.annotation.Bean,/org.springframework.context.annotation.Lazy,/org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity,/org.springframework.context.annotation.Import,/org.springframework.beans.factory.annotation.Qualifier,/org.springframework.cache.annotation.EnableCaching,/org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean,/org.springframework.scheduling.annotation.EnableAsync,/org.springframework.context.annotation.PropertySource,/org.springframework.context.annotation.Configuration,/org.springframework.beans.factory.annotation.Autowired,/org.springframework.cloud.bus.ConditionalOnBusEnabled
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/src/main/java/org/eclipse/hawkbit/autoconfigure/security/SecurityManagedConfiguration.java:[100,2] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/src/main/java/org/eclipse/hawkbit/autoconfigure/security/SecurityManagedConfiguration.java:[100,2] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/src/main/java/org/eclipse/hawkbit/autoconfigure/security/SecurityManagedConfiguration.java:[100,2] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/src/main/java/org/eclipse/hawkbit/autoconfigure/security/SecurityManagedConfiguration.java:[100,2] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/src/main/java/org/eclipse/hawkbit/autoconfigure/security/SecurityManagedConfiguration.java:[100,2] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/src/main/java/org/eclipse/hawkbit/autoconfigure/security/SecurityManagedConfiguration.java:[437,70] org.springframework.security.web.access.intercept.FilterSecurityInterceptor in org.springframework.security.web.access.intercept has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/src/main/java/org/eclipse/hawkbit/autoconfigure/security/SecurityManagedConfiguration.java:[531,67] jwt() in org.springframework.security.config.annotation.web.configurers.oauth2.server.resource.OAuth2ResourceServerConfigurer has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/src/main/java/org/eclipse/hawkbit/autoconfigure/security/SecurityManagedConfiguration.java:[535,74] org.springframework.security.oauth2.server.resource.web.BearerTokenAuthenticationFilter in org.springframework.security.oauth2.server.resource.web has been deprecated
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ hawkbit-autoconfigure ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hawkbit-autoconfigure ---
[INFO] No sources to compile
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-autoconfigure ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/target/jacoco.exec
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ hawkbit-autoconfigure ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ hawkbit-autoconfigure ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/target/hawkbit-autoconfigure-0.5.0.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-autoconfigure >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-autoconfigure ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-autoconfigure <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-autoconfigure ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/target/hawkbit-autoconfigure-0.5.0-sources.jar
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-autoconfigure ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-autoconfigure ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-autoconfigure ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-autoconfigure ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-autoconfigure/0.5.0/hawkbit-autoconfigure-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/target/hawkbit-autoconfigure-0.5.0.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-autoconfigure/0.5.0/hawkbit-autoconfigure-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/target/hawkbit-autoconfigure-0.5.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-autoconfigure/0.5.0/hawkbit-autoconfigure-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/target/hawkbit-autoconfigure-0.5.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-autoconfigure/0.5.0/hawkbit-autoconfigure-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/target/hawkbit-autoconfigure-0.5.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-autoconfigure/0.5.0/hawkbit-autoconfigure-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/target/hawkbit-autoconfigure-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-autoconfigure/0.5.0/hawkbit-autoconfigure-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/target/hawkbit-autoconfigure-0.5.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-autoconfigure/0.5.0/hawkbit-autoconfigure-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/target/hawkbit-autoconfigure-0.5.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-autoconfigure/0.5.0/hawkbit-autoconfigure-0.5.0-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-autoconfigure ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/target/hawkbit-autoconfigure-0.5.0.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-autoconfigure/0.5.0/hawkbit-autoconfigure-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-autoconfigure/0.5.0/hawkbit-autoconfigure-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/target/hawkbit-autoconfigure-0.5.0-javadoc.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-autoconfigure/0.5.0/hawkbit-autoconfigure-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/target/hawkbit-autoconfigure-0.5.0-sources.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-autoconfigure/0.5.0/hawkbit-autoconfigure-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/target/hawkbit-autoconfigure-0.5.0.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-autoconfigure/0.5.0/hawkbit-autoconfigure-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/target/hawkbit-autoconfigure-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-autoconfigure/0.5.0/hawkbit-autoconfigure-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/target/hawkbit-autoconfigure-0.5.0-javadoc.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-autoconfigure/0.5.0/hawkbit-autoconfigure-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-autoconfigure/target/hawkbit-autoconfigure-0.5.0-sources.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-autoconfigure/0.5.0/hawkbit-autoconfigure-0.5.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ----------------< org.eclipse.hawkbit:hawkbit-starters >----------------
[INFO] Building hawkBit :: Spring Boot Starters 0.5.0                   [23/38]
[INFO]   from hawkbit-starters/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-starters ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-starters ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-starters ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-starters ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-starters:pom:0.5.0...
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-starters ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-starters ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-starters ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-starters ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-starters:pom:0.5.0...
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-starters ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/target/jacoco.exec
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-starters >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-starters ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-starters <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-starters ---
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-starters ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-starters ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-starters ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-starters ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-starters/0.5.0/hawkbit-starters-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/target/hawkbit-starters-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-starters/0.5.0/hawkbit-starters-0.5.0.pom.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-starters ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-starters/0.5.0/hawkbit-starters-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/target/hawkbit-starters-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-starters/0.5.0/hawkbit-starters-0.5.0.pom.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ----------< org.eclipse.hawkbit:hawkbit-boot-starter-ddi-api >----------
[INFO] Building hawkBit :: Spring Boot Starter DDI API 0.5.0            [24/38]
[INFO]   from hawkbit-starters/hawkbit-boot-starter-ddi-api/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-boot-starter-ddi-api ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-boot-starter-ddi-api ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-boot-starter-ddi-api ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-boot-starter-ddi-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-ddi-api/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-ddi-api/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-boot-starter-ddi-api ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-boot-starter-ddi-api:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-boot-starter-ddi-api ---
[INFO] No sources to compile
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-boot-starter-ddi-api ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-boot-starter-ddi-api ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-boot-starter-ddi-api ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-boot-starter-ddi-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-ddi-api/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-ddi-api/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-boot-starter-ddi-api ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-boot-starter-ddi-api:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-boot-starter-ddi-api ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ hawkbit-boot-starter-ddi-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-ddi-api/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hawkbit-boot-starter-ddi-api ---
[INFO] No sources to compile
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-boot-starter-ddi-api ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-ddi-api/target/jacoco.exec
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ hawkbit-boot-starter-ddi-api ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ hawkbit-boot-starter-ddi-api ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-ddi-api/target/hawkbit-boot-starter-ddi-api-0.5.0.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-boot-starter-ddi-api >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-boot-starter-ddi-api ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-boot-starter-ddi-api <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-boot-starter-ddi-api ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-boot-starter-ddi-api ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-ddi-api/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-boot-starter-ddi-api ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-boot-starter-ddi-api ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-boot-starter-ddi-api ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-ddi-api/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-boot-starter-ddi-api/0.5.0/hawkbit-boot-starter-ddi-api-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-ddi-api/target/hawkbit-boot-starter-ddi-api-0.5.0.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-boot-starter-ddi-api/0.5.0/hawkbit-boot-starter-ddi-api-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-ddi-api/target/hawkbit-boot-starter-ddi-api-0.5.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-boot-starter-ddi-api/0.5.0/hawkbit-boot-starter-ddi-api-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-ddi-api/target/hawkbit-boot-starter-ddi-api-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-boot-starter-ddi-api/0.5.0/hawkbit-boot-starter-ddi-api-0.5.0.pom.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-boot-starter-ddi-api ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-ddi-api/target/hawkbit-boot-starter-ddi-api-0.5.0.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-boot-starter-ddi-api/0.5.0/hawkbit-boot-starter-ddi-api-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-ddi-api/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-boot-starter-ddi-api/0.5.0/hawkbit-boot-starter-ddi-api-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-ddi-api/target/hawkbit-boot-starter-ddi-api-0.5.0.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-boot-starter-ddi-api/0.5.0/hawkbit-boot-starter-ddi-api-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-ddi-api/target/hawkbit-boot-starter-ddi-api-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-boot-starter-ddi-api/0.5.0/hawkbit-boot-starter-ddi-api-0.5.0.pom.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ----------< org.eclipse.hawkbit:hawkbit-boot-starter-dmf-api >----------
[INFO] Building hawkBit :: Spring Boot Starter DMF API 0.5.0            [25/38]
[INFO]   from hawkbit-starters/hawkbit-boot-starter-dmf-api/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-boot-starter-dmf-api ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-boot-starter-dmf-api ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-boot-starter-dmf-api ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-boot-starter-dmf-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-dmf-api/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-dmf-api/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-boot-starter-dmf-api ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-boot-starter-dmf-api:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-boot-starter-dmf-api ---
[INFO] No sources to compile
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-boot-starter-dmf-api ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-boot-starter-dmf-api ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-boot-starter-dmf-api ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-boot-starter-dmf-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-dmf-api/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-dmf-api/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-boot-starter-dmf-api ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-boot-starter-dmf-api:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-boot-starter-dmf-api ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ hawkbit-boot-starter-dmf-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-dmf-api/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hawkbit-boot-starter-dmf-api ---
[INFO] No sources to compile
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-boot-starter-dmf-api ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-dmf-api/target/jacoco.exec
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ hawkbit-boot-starter-dmf-api ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ hawkbit-boot-starter-dmf-api ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-dmf-api/target/hawkbit-boot-starter-dmf-api-0.5.0.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-boot-starter-dmf-api >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-boot-starter-dmf-api ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-boot-starter-dmf-api <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-boot-starter-dmf-api ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-boot-starter-dmf-api ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-dmf-api/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-boot-starter-dmf-api ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-boot-starter-dmf-api ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-boot-starter-dmf-api ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-dmf-api/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-boot-starter-dmf-api/0.5.0/hawkbit-boot-starter-dmf-api-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-dmf-api/target/hawkbit-boot-starter-dmf-api-0.5.0.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-boot-starter-dmf-api/0.5.0/hawkbit-boot-starter-dmf-api-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-dmf-api/target/hawkbit-boot-starter-dmf-api-0.5.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-boot-starter-dmf-api/0.5.0/hawkbit-boot-starter-dmf-api-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-dmf-api/target/hawkbit-boot-starter-dmf-api-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-boot-starter-dmf-api/0.5.0/hawkbit-boot-starter-dmf-api-0.5.0.pom.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-boot-starter-dmf-api ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-dmf-api/target/hawkbit-boot-starter-dmf-api-0.5.0.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-boot-starter-dmf-api/0.5.0/hawkbit-boot-starter-dmf-api-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-dmf-api/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-boot-starter-dmf-api/0.5.0/hawkbit-boot-starter-dmf-api-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-dmf-api/target/hawkbit-boot-starter-dmf-api-0.5.0.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-boot-starter-dmf-api/0.5.0/hawkbit-boot-starter-dmf-api-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-dmf-api/target/hawkbit-boot-starter-dmf-api-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-boot-starter-dmf-api/0.5.0/hawkbit-boot-starter-dmf-api-0.5.0.pom.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ---------< org.eclipse.hawkbit:hawkbit-boot-starter-mgmt-api >----------
[INFO] Building hawkBit :: Spring Boot Starter Management API 0.5.0     [26/38]
[INFO]   from hawkbit-starters/hawkbit-boot-starter-mgmt-api/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-boot-starter-mgmt-api ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-boot-starter-mgmt-api ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-boot-starter-mgmt-api ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-boot-starter-mgmt-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-mgmt-api/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-mgmt-api/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-boot-starter-mgmt-api ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-boot-starter-mgmt-api:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-boot-starter-mgmt-api ---
[INFO] No sources to compile
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-boot-starter-mgmt-api ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-boot-starter-mgmt-api ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-boot-starter-mgmt-api ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-boot-starter-mgmt-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-mgmt-api/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-mgmt-api/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-boot-starter-mgmt-api ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-boot-starter-mgmt-api:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-boot-starter-mgmt-api ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ hawkbit-boot-starter-mgmt-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-mgmt-api/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hawkbit-boot-starter-mgmt-api ---
[INFO] No sources to compile
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-boot-starter-mgmt-api ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-mgmt-api/target/jacoco.exec
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ hawkbit-boot-starter-mgmt-api ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ hawkbit-boot-starter-mgmt-api ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-mgmt-api/target/hawkbit-boot-starter-mgmt-api-0.5.0.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-boot-starter-mgmt-api >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-boot-starter-mgmt-api ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-boot-starter-mgmt-api <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-boot-starter-mgmt-api ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-boot-starter-mgmt-api ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-mgmt-api/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-boot-starter-mgmt-api ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-boot-starter-mgmt-api ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-boot-starter-mgmt-api ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-mgmt-api/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-boot-starter-mgmt-api/0.5.0/hawkbit-boot-starter-mgmt-api-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-mgmt-api/target/hawkbit-boot-starter-mgmt-api-0.5.0.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-boot-starter-mgmt-api/0.5.0/hawkbit-boot-starter-mgmt-api-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-mgmt-api/target/hawkbit-boot-starter-mgmt-api-0.5.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-boot-starter-mgmt-api/0.5.0/hawkbit-boot-starter-mgmt-api-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-mgmt-api/target/hawkbit-boot-starter-mgmt-api-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-boot-starter-mgmt-api/0.5.0/hawkbit-boot-starter-mgmt-api-0.5.0.pom.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-boot-starter-mgmt-api ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-mgmt-api/target/hawkbit-boot-starter-mgmt-api-0.5.0.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-boot-starter-mgmt-api/0.5.0/hawkbit-boot-starter-mgmt-api-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-mgmt-api/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-boot-starter-mgmt-api/0.5.0/hawkbit-boot-starter-mgmt-api-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-mgmt-api/target/hawkbit-boot-starter-mgmt-api-0.5.0.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-boot-starter-mgmt-api/0.5.0/hawkbit-boot-starter-mgmt-api-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-mgmt-api/target/hawkbit-boot-starter-mgmt-api-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-boot-starter-mgmt-api/0.5.0/hawkbit-boot-starter-mgmt-api-0.5.0.pom.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] --------------< org.eclipse.hawkbit:hawkbit-boot-starter >--------------
[INFO] Building hawkBit :: Spring Boot Starter 0.5.0                    [27/38]
[INFO]   from hawkbit-starters/hawkbit-boot-starter/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-boot-starter ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-boot-starter ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-boot-starter ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-boot-starter ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-boot-starter ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-boot-starter:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-boot-starter ---
[INFO] No sources to compile
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-boot-starter ---
[INFO] Checking licenses...
[WARNING] Unknown file extension: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter/README.MD
[WARNING] Unable to find a comment style definition for some files. You may want to add a custom mapping for the relevant file extensions.
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-boot-starter ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-boot-starter ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-boot-starter ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-boot-starter ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-boot-starter:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-boot-starter ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ hawkbit-boot-starter ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hawkbit-boot-starter ---
[INFO] No sources to compile
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-boot-starter ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter/target/jacoco.exec
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ hawkbit-boot-starter ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ hawkbit-boot-starter ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter/target/hawkbit-boot-starter-0.5.0.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-boot-starter >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-boot-starter ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-boot-starter <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-boot-starter ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-boot-starter ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-boot-starter ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-boot-starter ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-boot-starter ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-boot-starter/0.5.0/hawkbit-boot-starter-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter/target/hawkbit-boot-starter-0.5.0.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-boot-starter/0.5.0/hawkbit-boot-starter-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter/target/hawkbit-boot-starter-0.5.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-boot-starter/0.5.0/hawkbit-boot-starter-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter/target/hawkbit-boot-starter-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-boot-starter/0.5.0/hawkbit-boot-starter-0.5.0.pom.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-boot-starter ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter/target/hawkbit-boot-starter-0.5.0.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-boot-starter/0.5.0/hawkbit-boot-starter-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-boot-starter/0.5.0/hawkbit-boot-starter-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter/target/hawkbit-boot-starter-0.5.0.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-boot-starter/0.5.0/hawkbit-boot-starter-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter/target/hawkbit-boot-starter-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-boot-starter/0.5.0/hawkbit-boot-starter-0.5.0.pom.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------< org.eclipse.hawkbit:hawkbit-runtime-parent >-------------
[INFO] Building hawkBit :: Runtime :: Parent 0.5.0                      [28/38]
[INFO]   from hawkbit-runtime/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-runtime-parent ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-runtime-parent ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-runtime-parent ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-runtime-parent ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-runtime-parent:pom:0.5.0...
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-runtime-parent ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-runtime-parent ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-runtime-parent ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-runtime-parent ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-runtime-parent:pom:0.5.0...
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-runtime-parent ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/target/jacoco.exec
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-runtime-parent >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-runtime-parent ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-runtime-parent <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-runtime-parent ---
[INFO] 
[INFO] --- spring-boot:3.2.3:repackage (repackage) @ hawkbit-runtime-parent ---
[INFO] 
[INFO] --- spring-boot:3.2.3:repackage (default) @ hawkbit-runtime-parent ---
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-runtime-parent ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-runtime-parent ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-runtime-parent ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-runtime-parent ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-runtime-parent/0.5.0/hawkbit-runtime-parent-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/target/hawkbit-runtime-parent-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-runtime-parent/0.5.0/hawkbit-runtime-parent-0.5.0.pom.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-runtime-parent ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-runtime-parent/0.5.0/hawkbit-runtime-parent-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/target/hawkbit-runtime-parent-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-runtime-parent/0.5.0/hawkbit-runtime-parent-0.5.0.pom.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------< org.eclipse.hawkbit:hawkbit-update-server >--------------
[INFO] Building hawkBit :: Runtime :: Update Server (Monolith) 0.5.0    [29/38]
[INFO]   from hawkbit-runtime/hawkbit-update-server/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-update-server ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-update-server ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-update-server ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-update-server ---
[INFO] Copying 8 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-update-server ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-update-server:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-update-server ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug deprecation release 17] to target/classes
[WARNING] No processor claimed any of these annotations: /org.eclipse.hawkbit.autoconfigure.security.EnableHawkbitManagedSecurityConfiguration,/org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity,/org.springframework.context.annotation.Configuration,/org.springframework.boot.autoconfigure.SpringBootApplication,/org.springframework.stereotype.Controller,/org.springframework.web.bind.annotation.RequestMapping,/org.springframework.web.bind.annotation.GetMapping
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/src/main/java/org/eclipse/hawkbit/app/Start.java:[58,6] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/src/main/java/org/eclipse/hawkbit/app/Start.java:[58,6] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/src/main/java/org/eclipse/hawkbit/app/Start.java:[58,6] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/src/main/java/org/eclipse/hawkbit/app/Start.java:[58,6] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/src/main/java/org/eclipse/hawkbit/app/Start.java:[58,6] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-update-server ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-update-server ---
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.3:javadoc' has not been previously called for the module: 'org.eclipse.hawkbit:hawkbit-boot-starter:jar:0.5.0'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter/target/apidocs
[ERROR] Error fetching link: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/target/hawkbit-update-server-0.5.0-javadoc.jar
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-update-server ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-update-server ---
[INFO] Copying 8 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-update-server ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-update-server:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-update-server ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug deprecation release 17] to target/classes
[WARNING] No processor claimed any of these annotations: /org.eclipse.hawkbit.autoconfigure.security.EnableHawkbitManagedSecurityConfiguration,/org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity,/org.springframework.context.annotation.Configuration,/org.springframework.boot.autoconfigure.SpringBootApplication,/org.springframework.stereotype.Controller,/org.springframework.web.bind.annotation.RequestMapping,/org.springframework.web.bind.annotation.GetMapping
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/src/main/java/org/eclipse/hawkbit/app/Start.java:[58,6] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/src/main/java/org/eclipse/hawkbit/app/Start.java:[58,6] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/src/main/java/org/eclipse/hawkbit/app/Start.java:[58,6] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/src/main/java/org/eclipse/hawkbit/app/Start.java:[58,6] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/src/main/java/org/eclipse/hawkbit/app/Start.java:[58,6] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ hawkbit-update-server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hawkbit-update-server ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] No processor claimed any of these annotations: /io.qameta.allure.Description,/org.junit.jupiter.api.extension.ExtendWith,/org.junit.jupiter.api.Test,/org.junit.jupiter.api.BeforeEach,/io.qameta.allure.Story,/org.springframework.test.context.TestPropertySource,/org.eclipse.hawkbit.repository.test.util.WithUser,/org.springframework.beans.factory.annotation.Autowired,/io.qameta.allure.Feature,/org.springframework.boot.test.context.SpringBootTest
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-update-server ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/target/jacoco.exec
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ hawkbit-update-server ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hawkbit.app.PreAuthorizeEnabledTest
09:27:06.417 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [org.eclipse.hawkbit.app.PreAuthorizeEnabledTest]: PreAuthorizeEnabledTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
09:27:06.634 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration org.eclipse.hawkbit.app.Start for test class org.eclipse.hawkbit.app.PreAuthorizeEnabledTest
09:27:06.859 [main] INFO org.eclipse.hawkbit.repository.test.util.SharedSqlTestDatabaseExtension -- Schema generation skipped... No datasource environment variables found!
 ______     _ _                  _                    _    ____  _ _   
 |  ____|   | (_)                | |                  | |  |  _ \(_) |  
 | |__   ___| |_ _ __  ___  ___  | |__   __ ___      _| | _| |_) |_| |_ 
 |  __| / __| | | '_ \/ __|/ _ \ | '_ \ / _` \ \ /\ / / |/ /  _ <| | __|
 | |___| (__| | | |_) \__ \  __/ | | | | (_| |\ V  V /|   <| |_) | | |_ 
 |______\___|_|_| .__/|___/\___| |_| |_|\__,_| \_/\_/ |_|\_\____/|_|\__|
                | |                                                     
                |_|    

Eclipse hawkBit Update Server 
using Spring Boot  (v3.2.3)

Go to https://www.eclipse.org/hawkbit for more information.
        
2024-03-22 09:27:07,778  INFO main o.e.h.a.PreAuthorizeEnabledTest:50 - Starting PreAuthorizeEnabledTest using Java 17.0.9 with PID 4069 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server)
2024-03-22 09:27:07,816  INFO main o.e.h.a.PreAuthorizeEnabledTest:654 - No active profile set, falling back to 1 default profile: "default"
2024-03-22 09:27:09,982  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:27:10,341  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 347 ms. Found 20 JPA repository interfaces.
2024-03-22 09:27:11,401  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:27:11,429  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:27:11,880  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=54400ca9-bf3c-3843-b3d1-d737ca052c68
2024-03-22 09:27:12,167  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:12,175  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:12,178  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:12,179  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1116/0x00007f679461b6f0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:12,180  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:12,190  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:12,207  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:12,215  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:12,217  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:12,232  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:12,234  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:12,237  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:12,264  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:12,272  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:12,276  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:27:12,663  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'roleHierarchy' of type [org.springframework.security.access.hierarchicalroles.RoleHierarchyImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [hypermediaRepresentionModelProcessorConfigurator]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:12,667  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'methodSecurityExpressionHandler' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [hypermediaRepresentionModelProcessorConfigurator]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:13,074  INFO main c.z.h.HikariDataSource:110 - HikariPool-1 - Starting...
2024-03-22 09:27:13,689  INFO main c.z.h.p.HikariPool:565 - HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:27:13,692  INFO main c.z.h.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-03-22 09:27:13,833  INFO main o.f.c.i.l.VersionPrinter:37 - Flyway Community Edition 9.22.3 by Redgate
2024-03-22 09:27:13,833  INFO main o.f.c.i.l.VersionPrinter:37 - See release notes here: https://rd.gt/416ObMi
2024-03-22 09:27:13,834  INFO main o.f.c.i.l.VersionPrinter:37 - 
2024-03-22 09:27:13,933  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:27:13,940  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:27:13,994  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:27:14,000  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.042s)
2024-03-22 09:27:14,022  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:27:14,058  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:27:14,121  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:27:14,257  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:27:14,272  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:27:14,325  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:27:14,333  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:27:14,343  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:27:14,380  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:27:14,416  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:27:14,451  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:27:14,462  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:27:14,473  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:27:14,480  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:27:14,525  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:27:14,542  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:27:14,556  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:27:14,570  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:27:14,676  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:27:14,749  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:27:14,754  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:27:14,759  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:27:14,767  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:27:14,834  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:27:14,850  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:27:14,855  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:27:14,859  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:27:14,876  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:27:14,881  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:27:14,924  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:27:14,933  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:27:14,938  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:27:14,943  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:27:14,949  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:27:14,955  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:27:14,962  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:27:14,969  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:27:14,982  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:27:15,022  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:27:15,027  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:27:15,039  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:27:15,047  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:27:15,054  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:27:15,058  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:27:15,062  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:27:15,068  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:27:15,076  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:27:15,115  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:27:15,124  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:27:15,131  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:27:15,149  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:27:15,161  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.789s)
2024-03-22 09:27:16,232  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:27:17,603  INFO main o.s.d.j.r.q.QueryEnhancerFactory:45 - EclipseLink is in classpath; If applicable, EQL parser will be used.
2024-03-22 09:27:17,604  INFO main o.s.d.j.r.q.QueryEnhancerFactory:49 - Hibernate is in classpath; If applicable, HQL parser will be used.
2024-03-22 09:27:18,343  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:27:18,344  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:27:18,355  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:27:18,417  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:27:18,422  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:27:19,437  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:27:19,438  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:27:19,448  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:27:21,668  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:27:22,777  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure Or [Mvc [pattern='/{tenant}/controller/v1/{controllerId}'], Mvc [pattern='/{tenant}/controller/v1/{controllerId}/confirmationBase/**'], Mvc [pattern='/{tenant}/controller/v1/{controllerId}/deploymentBase/**'], Mvc [pattern='/{tenant}/controller/v1/{controllerId}/installedBase/**'], Mvc [pattern='/{tenant}/controller/v1/{controllerId}/cancelAction/**'], Mvc [pattern='/{tenant}/controller/v1/{controllerId}/configData'], Mvc [pattern='/{tenant}/controller/v1/{controllerId}/softwaremodules/{softwareModuleId}/artifacts']] with [org.springframework.security.web.session.DisableEncodeUrlFilter@29b6525b, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4c20d050, org.springframework.security.web.context.SecurityContextHolderFilter@1acb8e37, org.springframework.security.web.header.HeaderWriterFilter@47cee966, org.springframework.web.filter.CorsFilter@13cac876, org.springframework.security.web.authentication.logout.LogoutFilter@765df0f1, org.eclipse.hawkbit.security.HttpControllerPreAuthenticatedSecurityHeaderFilter@41f546bc, org.eclipse.hawkbit.security.HttpControllerPreAuthenticateSecurityTokenFilter@5a4ae053, org.eclipse.hawkbit.security.HttpControllerPreAuthenticatedGatewaySecurityTokenFilter@1022091a, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5b0fb1f9, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@64a62a3b, org.springframework.security.web.session.SessionManagementFilter@348ca997, org.springframework.security.web.access.ExceptionTranslationFilter@25a37e4c, org.springframework.security.web.access.intercept.AuthorizationFilter@77950416]
2024-03-22 09:27:22,785  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure Or [Mvc [pattern='/{tenant}/controller/v1/{controllerId}/softwaremodules/{softwareModuleId}/artifacts/*']] with [org.springframework.security.web.session.DisableEncodeUrlFilter@28b6476d, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5c9de9fa, org.springframework.security.web.context.SecurityContextHolderFilter@79371a6b, org.springframework.security.web.header.HeaderWriterFilter@3637d146, org.springframework.web.filter.CorsFilter@16495dbb, org.springframework.security.web.authentication.logout.LogoutFilter@123ccc65, org.eclipse.hawkbit.security.HttpControllerPreAuthenticatedSecurityHeaderFilter@14f7c28f, org.eclipse.hawkbit.security.HttpControllerPreAuthenticateSecurityTokenFilter@e607253, org.eclipse.hawkbit.security.HttpControllerPreAuthenticatedGatewaySecurityTokenFilter@3d81885c, org.eclipse.hawkbit.security.HttpControllerPreAuthenticateAnonymousDownloadFilter@6179bed2, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7841bbaa, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@70f4f805, org.springframework.security.web.session.SessionManagementFilter@6a0928fc, org.springframework.security.web.access.ExceptionTranslationFilter@54baa9be, org.springframework.security.web.access.intercept.AuthorizationFilter@3036415c]
2024-03-22 09:27:22,796  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure Or [Mvc [pattern='/api/v1/downloadserver/downloadId/*/*']] with [org.springframework.security.web.session.DisableEncodeUrlFilter@770aad7f, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@63db2dc7, org.springframework.security.web.context.SecurityContextHolderFilter@6529b5b8, org.springframework.security.web.header.HeaderWriterFilter@5e95b456, org.springframework.web.filter.CorsFilter@5b228174, org.springframework.security.web.authentication.logout.LogoutFilter@7e9d4b02, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@712ec797, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@26afae0, org.springframework.security.web.session.SessionManagementFilter@76645d71, org.springframework.security.web.access.ExceptionTranslationFilter@76bc55e7, org.eclipse.hawkbit.security.HttpDownloadAuthenticationFilter@74e513f3, org.springframework.security.web.access.intercept.AuthorizationFilter@2c606112]
2024-03-22 09:27:22,824  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure Or [Mvc [pattern='/rest/**'], Mvc [pattern='/system/admin/**']] with [org.springframework.security.web.session.DisableEncodeUrlFilter@6db4cddf, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5661fcaf, org.springframework.security.web.context.SecurityContextHolderFilter@31d1de2b, org.springframework.security.web.header.HeaderWriterFilter@1174aae4, org.springframework.web.filter.CorsFilter@5b514600, org.springframework.security.web.authentication.logout.LogoutFilter@70ad4625, org.eclipse.hawkbit.autoconfigure.security.SecurityManagedConfiguration$RestSecurityConfigurationAdapter$1@62871d54, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@20d32791, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3f8d9a2f, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@b1a34b0, org.springframework.security.web.session.SessionManagementFilter@2a19ddfa, org.eclipse.hawkbit.autoconfigure.security.SecurityManagedConfiguration$RestSecurityConfigurationAdapter$$Lambda$1827/0x00007f6794b1afe8@2996eeee, org.springframework.security.web.access.ExceptionTranslationFilter@355770be, org.springframework.security.web.access.intercept.AuthorizationFilter@5eaa3edc]
2024-03-22 09:27:24,627  WARN main o.s.c.s.f.FunctionConfiguration$FunctionBindingRegistrar:1040 - You have defined function definition that does not exist: busConsumer
2024-03-22 09:27:24,635  WARN main o.s.c.s.f.FunctionConfiguration$FunctionBindingRegistrar:914 - The function definition 'busConsumer' is not valid. The referenced function bean or one of its components does not exist
2024-03-22 09:27:24,863  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:27:24,864  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:27:24,864  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:27:24,889  INFO main o.e.h.a.PreAuthorizeEnabledTest:56 - Started PreAuthorizeEnabledTest in 17.93 seconds (process running for 20.618)
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
2024-03-22 09:27:26,400  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:27:26,400  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:27:26,403  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:27:26,427  WARN main o.s.w.s.h.HandlerMappingIntrospector:458 - Cache miss for REQUEST dispatch to '/rest/v1/distributionsets' (previous null). Performing MatchableHandlerMapping lookup. This is logged once only at WARN level, and every time at TRACE.
2024-03-22 09:27:26,891  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:27:26,891  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:27:26,893  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:27:26,931  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:27:26,932  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:27:26,934  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.77 s -- in org.eclipse.hawkbit.app.PreAuthorizeEnabledTest
[INFO] Running org.eclipse.hawkbit.app.AllowedHostNamesTest
2024-03-22 09:27:26,965  INFO main o.s.t.c.s.AnnotationConfigContextLoaderUtils:83 - Could not detect default configuration classes for test class [org.eclipse.hawkbit.app.AllowedHostNamesTest]: AllowedHostNamesTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2024-03-22 09:27:26,969  INFO main o.s.b.t.c.SpringBootTestContextBootstrapper:234 - Found @SpringBootConfiguration org.eclipse.hawkbit.app.Start for test class org.eclipse.hawkbit.app.AllowedHostNamesTest
2024-03-22 09:27:27,020  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!
 ______     _ _                  _                    _    ____  _ _   
 |  ____|   | (_)                | |                  | |  |  _ \(_) |  
 | |__   ___| |_ _ __  ___  ___  | |__   __ ___      _| | _| |_) |_| |_ 
 |  __| / __| | | '_ \/ __|/ _ \ | '_ \ / _` \ \ /\ / / |/ /  _ <| | __|
 | |___| (__| | | |_) \__ \  __/ | | | | (_| |\ V  V /|   <| |_) | | |_ 
 |______\___|_|_| .__/|___/\___| |_| |_|\__,_| \_/\_/ |_|\_\____/|_|\__|
                | |                                                     
                |_|    

Eclipse hawkBit Update Server 
using Spring Boot  (v3.2.3)

Go to https://www.eclipse.org/hawkbit for more information.
        
2024-03-22 09:27:27,117  INFO main o.e.h.a.AllowedHostNamesTest:50 - Starting AllowedHostNamesTest using Java 17.0.9 with PID 4069 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server)
2024-03-22 09:27:27,118  INFO main o.e.h.a.AllowedHostNamesTest:654 - No active profile set, falling back to 1 default profile: "default"
2024-03-22 09:27:27,587  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:27:27,608  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 20 ms. Found 20 JPA repository interfaces.
2024-03-22 09:27:27,922  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:27:27,922  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:27:27,935  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=54400ca9-bf3c-3843-b3d1-d737ca052c68
2024-03-22 09:27:27,980  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:27,982  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:27,984  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:27,984  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1116/0x00007f679461b6f0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:27,985  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:27,988  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:27,990  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:27,991  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:27,992  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:27,998  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:28,000  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:28,000  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:28,023  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:28,027  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:28,029  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:27:28,063  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'roleHierarchy' of type [org.springframework.security.access.hierarchicalroles.RoleHierarchyImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [hypermediaRepresentionModelProcessorConfigurator]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:28,064  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'methodSecurityExpressionHandler' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [hypermediaRepresentionModelProcessorConfigurator]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:28,168  INFO main c.z.h.HikariDataSource:110 - HikariPool-2 - Starting...
2024-03-22 09:27:28,170  INFO main c.z.h.p.HikariPool:565 - HikariPool-2 - Added connection conn10: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:27:28,170  INFO main c.z.h.HikariDataSource:123 - HikariPool-2 - Start completed.
2024-03-22 09:27:28,183  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:27:28,184  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:27:28,220  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.032s)
2024-03-22 09:27:28,223  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": 1.12.29
2024-03-22 09:27:28,224  INFO main o.f.c.i.c.DbMigrate:37 - Schema "PUBLIC" is up to date. No migration necessary.
2024-03-22 09:27:28,256  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:27:28,660  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:27:28,661  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:27:28,663  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:27:28,683  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:27:28,685  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:27:29,199  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:27:29,200  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:27:29,206  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:27:30,637  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:27:31,064  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure Or [Mvc [pattern='/{tenant}/controller/v1/{controllerId}'], Mvc [pattern='/{tenant}/controller/v1/{controllerId}/confirmationBase/**'], Mvc [pattern='/{tenant}/controller/v1/{controllerId}/deploymentBase/**'], Mvc [pattern='/{tenant}/controller/v1/{controllerId}/installedBase/**'], Mvc [pattern='/{tenant}/controller/v1/{controllerId}/cancelAction/**'], Mvc [pattern='/{tenant}/controller/v1/{controllerId}/configData'], Mvc [pattern='/{tenant}/controller/v1/{controllerId}/softwaremodules/{softwareModuleId}/artifacts']] with [org.springframework.security.web.session.DisableEncodeUrlFilter@37bd0aa3, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@70ff51a6, org.springframework.security.web.context.SecurityContextHolderFilter@64fd72fb, org.springframework.security.web.header.HeaderWriterFilter@5a6b34a0, org.springframework.web.filter.CorsFilter@71092212, org.springframework.security.web.authentication.logout.LogoutFilter@5af20aee, org.eclipse.hawkbit.security.HttpControllerPreAuthenticatedSecurityHeaderFilter@52743e65, org.eclipse.hawkbit.security.HttpControllerPreAuthenticateSecurityTokenFilter@d43de9a, org.eclipse.hawkbit.security.HttpControllerPreAuthenticatedGatewaySecurityTokenFilter@7bbccf5, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5e582b00, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5d15ca5f, org.springframework.security.web.session.SessionManagementFilter@221543eb, org.springframework.security.web.access.ExceptionTranslationFilter@6bca2abe, org.springframework.security.web.access.intercept.AuthorizationFilter@733a1c9a]
2024-03-22 09:27:31,071  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure Or [Mvc [pattern='/{tenant}/controller/v1/{controllerId}/softwaremodules/{softwareModuleId}/artifacts/*']] with [org.springframework.security.web.session.DisableEncodeUrlFilter@6311fecd, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@66593814, org.springframework.security.web.context.SecurityContextHolderFilter@25b2d5ee, org.springframework.security.web.header.HeaderWriterFilter@5158b9dc, org.springframework.web.filter.CorsFilter@6a2c9a42, org.springframework.security.web.authentication.logout.LogoutFilter@22f4f72c, org.eclipse.hawkbit.security.HttpControllerPreAuthenticatedSecurityHeaderFilter@5dc43fd0, org.eclipse.hawkbit.security.HttpControllerPreAuthenticateSecurityTokenFilter@314f5533, org.eclipse.hawkbit.security.HttpControllerPreAuthenticatedGatewaySecurityTokenFilter@1ef94296, org.eclipse.hawkbit.security.HttpControllerPreAuthenticateAnonymousDownloadFilter@10892581, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6a6b9d5d, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7e694f95, org.springframework.security.web.session.SessionManagementFilter@5c967945, org.springframework.security.web.access.ExceptionTranslationFilter@6a04a25f, org.springframework.security.web.access.intercept.AuthorizationFilter@20e2e7b0]
2024-03-22 09:27:31,079  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure Or [Mvc [pattern='/api/v1/downloadserver/downloadId/*/*']] with [org.springframework.security.web.session.DisableEncodeUrlFilter@538bc223, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@25eb6c8e, org.springframework.security.web.context.SecurityContextHolderFilter@5a11128e, org.springframework.security.web.header.HeaderWriterFilter@30167ae9, org.springframework.web.filter.CorsFilter@7d54e06f, org.springframework.security.web.authentication.logout.LogoutFilter@5c85527e, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2ddfca7f, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2e9d2c1f, org.springframework.security.web.session.SessionManagementFilter@627852e6, org.springframework.security.web.access.ExceptionTranslationFilter@2e2b2259, org.eclipse.hawkbit.security.HttpDownloadAuthenticationFilter@33862491, org.springframework.security.web.access.intercept.AuthorizationFilter@4860cf83]
2024-03-22 09:27:31,090  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure Or [Mvc [pattern='/rest/**'], Mvc [pattern='/system/admin/**']] with [org.springframework.security.web.session.DisableEncodeUrlFilter@3519e80d, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5241b9f5, org.springframework.security.web.context.SecurityContextHolderFilter@41dbeb3b, org.springframework.security.web.header.HeaderWriterFilter@38659df5, org.springframework.web.filter.CorsFilter@2793289b, org.springframework.security.web.authentication.logout.LogoutFilter@2f5c19ec, org.eclipse.hawkbit.autoconfigure.security.SecurityManagedConfiguration$RestSecurityConfigurationAdapter$1@75ea0a24, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@7a451dd0, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1ab039a5, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@eae9533, org.springframework.security.web.session.SessionManagementFilter@60cbf351, org.eclipse.hawkbit.autoconfigure.security.SecurityManagedConfiguration$RestSecurityConfigurationAdapter$$Lambda$1827/0x00007f6794b1afe8@f49dd14, org.springframework.security.web.access.ExceptionTranslationFilter@6b2612cf, org.springframework.security.web.access.intercept.AuthorizationFilter@4e477c0a]
2024-03-22 09:27:31,762  WARN main o.s.c.s.f.FunctionConfiguration$FunctionBindingRegistrar:1040 - You have defined function definition that does not exist: busConsumer
2024-03-22 09:27:31,768  WARN main o.s.c.s.f.FunctionConfiguration$FunctionBindingRegistrar:914 - The function definition 'busConsumer' is not valid. The referenced function bean or one of its components does not exist
2024-03-22 09:27:31,868  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:27:31,869  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:27:31,869  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:27:31,871  INFO main o.e.h.a.AllowedHostNamesTest:56 - Started AllowedHostNamesTest in 4.848 seconds (process running for 27.6)
2024-03-22 09:27:31,898  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:27:31,898  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:27:31,915  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 16 ms
2024-03-22 09:27:31,948  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:27:31,949  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:27:31,951  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:27:31,961  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:27:31,961  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:27:31,963  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.014 s -- in org.eclipse.hawkbit.app.AllowedHostNamesTest
[INFO] Running org.eclipse.hawkbit.app.CorsTest
2024-03-22 09:27:31,984  INFO main o.s.t.c.s.AnnotationConfigContextLoaderUtils:83 - Could not detect default configuration classes for test class [org.eclipse.hawkbit.app.CorsTest]: CorsTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2024-03-22 09:27:31,986  INFO main o.s.b.t.c.SpringBootTestContextBootstrapper:234 - Found @SpringBootConfiguration org.eclipse.hawkbit.app.Start for test class org.eclipse.hawkbit.app.CorsTest
2024-03-22 09:27:31,988  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!
 ______     _ _                  _                    _    ____  _ _   
 |  ____|   | (_)                | |                  | |  |  _ \(_) |  
 | |__   ___| |_ _ __  ___  ___  | |__   __ ___      _| | _| |_) |_| |_ 
 |  __| / __| | | '_ \/ __|/ _ \ | '_ \ / _` \ \ /\ / / |/ /  _ <| | __|
 | |___| (__| | | |_) \__ \  __/ | | | | (_| |\ V  V /|   <| |_) | | |_ 
 |______\___|_|_| .__/|___/\___| |_| |_|\__,_| \_/\_/ |_|\_\____/|_|\__|
                | |                                                     
                |_|    

Eclipse hawkBit Update Server 
using Spring Boot  (v3.2.3)

Go to https://www.eclipse.org/hawkbit for more information.
        
2024-03-22 09:27:32,056  INFO main o.e.h.a.CorsTest:50 - Starting CorsTest using Java 17.0.9 with PID 4069 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server)
2024-03-22 09:27:32,056  INFO main o.e.h.a.CorsTest:654 - No active profile set, falling back to 1 default profile: "default"
2024-03-22 09:27:32,469  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:27:32,488  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 18 ms. Found 20 JPA repository interfaces.
2024-03-22 09:27:32,688  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:27:32,689  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:27:32,700  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=287d2f65-56e0-35b7-9400-7be45557608a
2024-03-22 09:27:32,742  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:32,744  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:32,745  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:32,746  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1116/0x00007f679461b6f0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:32,746  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:32,749  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:32,751  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:32,752  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:32,753  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:32,758  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:32,759  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:32,760  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:32,770  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:32,774  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:32,775  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:27:32,805  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'roleHierarchy' of type [org.springframework.security.access.hierarchicalroles.RoleHierarchyImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [hypermediaRepresentionModelProcessorConfigurator]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:32,806  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'methodSecurityExpressionHandler' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [hypermediaRepresentionModelProcessorConfigurator]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:32,887  INFO main c.z.h.HikariDataSource:110 - HikariPool-3 - Starting...
2024-03-22 09:27:32,888  INFO main c.z.h.p.HikariPool:565 - HikariPool-3 - Added connection conn20: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:27:32,888  INFO main c.z.h.HikariDataSource:123 - HikariPool-3 - Start completed.
2024-03-22 09:27:32,900  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:27:32,901  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:27:32,926  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.023s)
2024-03-22 09:27:32,929  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": 1.12.29
2024-03-22 09:27:32,930  INFO main o.f.c.i.c.DbMigrate:37 - Schema "PUBLIC" is up to date. No migration necessary.
2024-03-22 09:27:32,957  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:27:33,255  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:27:33,256  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:27:33,258  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:27:33,273  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:27:33,275  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:27:33,682  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:27:33,683  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:27:33,689  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:27:34,824  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:27:35,273  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure Or [Mvc [pattern='/{tenant}/controller/v1/{controllerId}'], Mvc [pattern='/{tenant}/controller/v1/{controllerId}/confirmationBase/**'], Mvc [pattern='/{tenant}/controller/v1/{controllerId}/deploymentBase/**'], Mvc [pattern='/{tenant}/controller/v1/{controllerId}/installedBase/**'], Mvc [pattern='/{tenant}/controller/v1/{controllerId}/cancelAction/**'], Mvc [pattern='/{tenant}/controller/v1/{controllerId}/configData'], Mvc [pattern='/{tenant}/controller/v1/{controllerId}/softwaremodules/{softwareModuleId}/artifacts']] with [org.springframework.security.web.session.DisableEncodeUrlFilter@11f39b1d, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@551b166f, org.springframework.security.web.context.SecurityContextHolderFilter@388000e3, org.springframework.security.web.header.HeaderWriterFilter@5cf6f5b3, org.springframework.security.web.authentication.logout.LogoutFilter@2e42e900, org.eclipse.hawkbit.security.HttpControllerPreAuthenticatedSecurityHeaderFilter@525a6278, org.eclipse.hawkbit.security.HttpControllerPreAuthenticateSecurityTokenFilter@2e7aaf29, org.eclipse.hawkbit.security.HttpControllerPreAuthenticatedGatewaySecurityTokenFilter@23dcf288, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@61026c3e, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@ab246c0, org.springframework.security.web.session.SessionManagementFilter@1351f042, org.springframework.security.web.access.ExceptionTranslationFilter@1f98c86d, org.springframework.security.web.access.intercept.AuthorizationFilter@58c48311]
2024-03-22 09:27:35,279  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure Or [Mvc [pattern='/{tenant}/controller/v1/{controllerId}/softwaremodules/{softwareModuleId}/artifacts/*']] with [org.springframework.security.web.session.DisableEncodeUrlFilter@e7724da, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6a03dbba, org.springframework.security.web.context.SecurityContextHolderFilter@75114f22, org.springframework.security.web.header.HeaderWriterFilter@563b2d5c, org.springframework.security.web.authentication.logout.LogoutFilter@57e66ec0, org.eclipse.hawkbit.security.HttpControllerPreAuthenticatedSecurityHeaderFilter@5278256c, org.eclipse.hawkbit.security.HttpControllerPreAuthenticateSecurityTokenFilter@7197aadf, org.eclipse.hawkbit.security.HttpControllerPreAuthenticatedGatewaySecurityTokenFilter@467101c3, org.eclipse.hawkbit.security.HttpControllerPreAuthenticateAnonymousDownloadFilter@325bccbc, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6647b795, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@691927cc, org.springframework.security.web.session.SessionManagementFilter@4b915703, org.springframework.security.web.access.ExceptionTranslationFilter@775c9336, org.springframework.security.web.access.intercept.AuthorizationFilter@2cc1e1b5]
2024-03-22 09:27:35,287  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure Or [Mvc [pattern='/api/v1/downloadserver/downloadId/*/*']] with [org.springframework.security.web.session.DisableEncodeUrlFilter@3af21dfc, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3a054e10, org.springframework.security.web.context.SecurityContextHolderFilter@3cd2db8f, org.springframework.security.web.header.HeaderWriterFilter@68ee4955, org.springframework.security.web.authentication.logout.LogoutFilter@5d2bab91, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@608baddd, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7ab5f478, org.springframework.security.web.session.SessionManagementFilter@1a12e4a6, org.springframework.security.web.access.ExceptionTranslationFilter@5c2004ac, org.eclipse.hawkbit.security.HttpDownloadAuthenticationFilter@420bdf8c, org.springframework.security.web.access.intercept.AuthorizationFilter@35b03eee]
2024-03-22 09:27:35,302  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure Or [Mvc [pattern='/rest/**'], Mvc [pattern='/system/admin/**']] with [org.springframework.security.web.session.DisableEncodeUrlFilter@2924f4f5, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@33796004, org.springframework.security.web.context.SecurityContextHolderFilter@72e3ee18, org.springframework.security.web.header.HeaderWriterFilter@111f39f2, org.springframework.web.filter.CorsFilter@60a1a741, org.springframework.security.web.authentication.logout.LogoutFilter@1a25ce22, org.eclipse.hawkbit.autoconfigure.security.SecurityManagedConfiguration$RestSecurityConfigurationAdapter$1@5eb6e701, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@1dc46db1, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@20774f7a, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@48cf322f, org.springframework.security.web.session.SessionManagementFilter@29c2cd24, org.eclipse.hawkbit.autoconfigure.security.SecurityManagedConfiguration$RestSecurityConfigurationAdapter$$Lambda$1827/0x00007f6794b1afe8@503b237e, org.springframework.security.web.access.ExceptionTranslationFilter@1448c1c7, org.springframework.security.web.access.intercept.AuthorizationFilter@31dc5af0]
2024-03-22 09:27:35,969  WARN main o.s.c.s.f.FunctionConfiguration$FunctionBindingRegistrar:1040 - You have defined function definition that does not exist: busConsumer
2024-03-22 09:27:35,974  WARN main o.s.c.s.f.FunctionConfiguration$FunctionBindingRegistrar:914 - The function definition 'busConsumer' is not valid. The referenced function bean or one of its components does not exist
2024-03-22 09:27:36,099  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:27:36,100  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'application.errorChannel' has 1 subscriber(s).
2024-03-22 09:27:36,100  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:27:36,104  INFO main o.e.h.a.CorsTest:56 - Started CorsTest in 4.113 seconds (process running for 31.833)
2024-03-22 09:27:36,194  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:27:36,215  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:27:36,217  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:27:36,218  WARN main o.s.w.s.h.HandlerMappingIntrospector:458 - Cache miss for REQUEST dispatch to '/rest/v1' (previous null). Performing MatchableHandlerMapping lookup. This is logged once only at WARN level, and every time at TRACE.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.376 s -- in org.eclipse.hawkbit.app.CorsTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ hawkbit-update-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/target/hawkbit-update-server-0.5.0.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-update-server >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-update-server ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-update-server <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-update-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/target/hawkbit-update-server-0.5.0-sources.jar
[INFO] 
[INFO] --- spring-boot:3.2.3:repackage (repackage) @ hawkbit-update-server ---
[INFO] Replacing main artifact /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/target/hawkbit-update-server-0.5.0.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
[INFO] The original artifact has been renamed to /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/target/hawkbit-update-server-0.5.0.jar.original
[INFO] 
[INFO] --- spring-boot:3.2.3:repackage (default) @ hawkbit-update-server ---
[INFO] Layout: JAR
[INFO] Replacing main artifact /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/target/hawkbit-update-server-0.5.0.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
[INFO] The original artifact has been renamed to /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/target/hawkbit-update-server-0.5.0.jar.original
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-update-server ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-update-server ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-update-server ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-update-server ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-update-server/0.5.0/hawkbit-update-server-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/target/hawkbit-update-server-0.5.0.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-update-server/0.5.0/hawkbit-update-server-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/target/hawkbit-update-server-0.5.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-update-server/0.5.0/hawkbit-update-server-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/target/hawkbit-update-server-0.5.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-update-server/0.5.0/hawkbit-update-server-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/target/hawkbit-update-server-0.5.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-update-server/0.5.0/hawkbit-update-server-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/target/hawkbit-update-server-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-update-server/0.5.0/hawkbit-update-server-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/target/hawkbit-update-server-0.5.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-update-server/0.5.0/hawkbit-update-server-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/target/hawkbit-update-server-0.5.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-update-server/0.5.0/hawkbit-update-server-0.5.0-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-update-server ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/target/hawkbit-update-server-0.5.0.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-update-server/0.5.0/hawkbit-update-server-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-update-server/0.5.0/hawkbit-update-server-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/target/hawkbit-update-server-0.5.0-javadoc.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-update-server/0.5.0/hawkbit-update-server-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/target/hawkbit-update-server-0.5.0-sources.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-update-server/0.5.0/hawkbit-update-server-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/target/hawkbit-update-server-0.5.0.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-update-server/0.5.0/hawkbit-update-server-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/target/hawkbit-update-server-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-update-server/0.5.0/hawkbit-update-server-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/target/hawkbit-update-server-0.5.0-javadoc.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-update-server/0.5.0/hawkbit-update-server-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/target/hawkbit-update-server-0.5.0-sources.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-update-server/0.5.0/hawkbit-update-server-0.5.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] --------------< org.eclipse.hawkbit:hawkbit-test-report >---------------
[INFO] Building hawkBit :: Test Report 0.5.0                            [30/38]
[INFO]   from hawkbit-test-report/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-test-report ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-test-report ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-test-report ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-test-report ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-test-report ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-test-report:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-test-report ---
[INFO] No sources to compile
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-test-report ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-test-report ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-test-report ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-test-report ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-test-report ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-test-report:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-test-report ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ hawkbit-test-report ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-test-report/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hawkbit-test-report ---
[INFO] No sources to compile
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-test-report ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-test-report/target/jacoco.exec
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ hawkbit-test-report ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ hawkbit-test-report ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-test-report/target/hawkbit-test-report-0.5.0.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-test-report >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-test-report ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-test-report <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-test-report ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-test-report/target/hawkbit-test-report-0.5.0-sources.jar
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-test-report ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-test-report/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.11:report-aggregate (aggregate-reports) @ hawkbit-test-report ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-core/target/jacoco.exec
[INFO] Loading execution data file /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-core/target/jacoco.exec
[INFO] Loading execution data file /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-security-integration/target/jacoco.exec
[INFO] Loading execution data file /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-http-security/target/jacoco.exec
[INFO] Loading execution data file /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-api/target/jacoco.exec
[INFO] Loading execution data file /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-core/target/jacoco.exec
[INFO] Loading execution data file /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-repository/hawkbit-repository-jpa/target/jacoco.exec
[INFO] Loading execution data file /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-artifact-repository-filesystem/target/jacoco.exec
[INFO] Loading execution data file /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-api/target/jacoco.exec
[INFO] Loading execution data file /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-ddi-resource/target/jacoco.exec
[INFO] Loading execution data file /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-api/target/jacoco.exec
[INFO] Loading execution data file /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-mgmt-resource/target/jacoco.exec
[INFO] Loading execution data file /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-rest/hawkbit-rest-core/target/jacoco.exec
[INFO] Loading execution data file /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-dmf/hawkbit-dmf-amqp/target/jacoco.exec
[INFO] Loading execution data file /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-update-server/target/jacoco.exec
[INFO] Analyzed bundle 'hawkbit-core' with 44 classes
[INFO] Analyzed bundle 'hawkbit-security-core' with 22 classes
[INFO] Analyzed bundle 'hawkbit-security-integration' with 16 classes
[INFO] Analyzed bundle 'hawkbit-http-security' with 8 classes
[INFO] Analyzed bundle 'hawkbit-repository-api' with 183 classes
[INFO] Analyzed bundle 'hawkbit-repository-core' with 38 classes
[INFO] Analyzed bundle 'hawkbit-repository-jpa' with 191 classes
[INFO] Analyzed bundle 'hawkbit-artifact-repository-filesystem' with 4 classes
[INFO] Analyzed bundle 'hawkbit-autoconfigure' with 35 classes
[INFO] Analyzed bundle 'hawkbit-ddi-api' with 27 classes
[INFO] Analyzed bundle 'hawkbit-ddi-resource' with 3 classes
[INFO] Analyzed bundle 'hawkbit-mgmt-api' with 33 classes
[INFO] Analyzed bundle 'hawkbit-mgmt-resource' with 31 classes
[INFO] Analyzed bundle 'hawkbit-rest-core' with 20 classes
[INFO] Analyzed bundle 'hawkbit-dmf-amqp' with 18 classes
[INFO] Analyzed bundle 'hawkbit-dmf-api' with 14 classes
[INFO] Analyzed bundle 'hawkbit-update-server' with 4 classes
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-test-report ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-test-report ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-test-report ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-test-report/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-test-report/0.5.0/hawkbit-test-report-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-test-report/target/hawkbit-test-report-0.5.0.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-test-report/0.5.0/hawkbit-test-report-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-test-report/target/hawkbit-test-report-0.5.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-test-report/0.5.0/hawkbit-test-report-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-test-report/target/hawkbit-test-report-0.5.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-test-report/0.5.0/hawkbit-test-report-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-test-report/target/hawkbit-test-report-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-test-report/0.5.0/hawkbit-test-report-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-test-report/target/hawkbit-test-report-0.5.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-test-report/0.5.0/hawkbit-test-report-0.5.0-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-test-report ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-test-report/target/hawkbit-test-report-0.5.0.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-test-report/0.5.0/hawkbit-test-report-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-test-report/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-test-report/0.5.0/hawkbit-test-report-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-test-report/target/hawkbit-test-report-0.5.0-sources.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-test-report/0.5.0/hawkbit-test-report-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-test-report/target/hawkbit-test-report-0.5.0.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-test-report/0.5.0/hawkbit-test-report-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-test-report/target/hawkbit-test-report-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-test-report/0.5.0/hawkbit-test-report-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-test-report/target/hawkbit-test-report-0.5.0-sources.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-test-report/0.5.0/hawkbit-test-report-0.5.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ---------------< org.eclipse.hawkbit:hawkbit-ddi-server >---------------
[INFO] Building hawkBit :: Runtime :: DDI Server 0.5.0                  [31/38]
[INFO]   from hawkbit-runtime/hawkbit-ddi-server/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-ddi-server ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-ddi-server ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-ddi-server ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-ddi-server ---
[INFO] Copying 7 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-ddi-server ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-ddi-server:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-ddi-server ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/classes
[WARNING] No processor claimed any of these annotations: /org.springframework.context.annotation.Configuration,/org.springframework.boot.autoconfigure.SpringBootApplication,/org.eclipse.hawkbit.autoconfigure.security.EnableHawkbitManagedSecurityConfiguration,/org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity,/org.springframework.stereotype.Controller,/org.springframework.web.bind.annotation.GetMapping
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server/src/main/java/org/eclipse/hawkbit/app/ddi/DDIStart.java:[54,6] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server/src/main/java/org/eclipse/hawkbit/app/ddi/DDIStart.java:[54,6] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server/src/main/java/org/eclipse/hawkbit/app/ddi/DDIStart.java:[54,6] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server/src/main/java/org/eclipse/hawkbit/app/ddi/DDIStart.java:[54,6] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server/src/main/java/org/eclipse/hawkbit/app/ddi/DDIStart.java:[54,6] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-ddi-server ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-ddi-server ---
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.3:javadoc' has not been previously called for the module: 'org.eclipse.hawkbit:hawkbit-boot-starter-ddi-api:jar:0.5.0'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-ddi-api/target/apidocs
[ERROR] Error fetching link: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-ddi-api/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server/target/hawkbit-ddi-server-0.5.0-javadoc.jar
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-ddi-server ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-ddi-server ---
[INFO] Copying 7 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-ddi-server ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-ddi-server:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-ddi-server ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/classes
[WARNING] No processor claimed any of these annotations: /org.springframework.context.annotation.Configuration,/org.springframework.boot.autoconfigure.SpringBootApplication,/org.eclipse.hawkbit.autoconfigure.security.EnableHawkbitManagedSecurityConfiguration,/org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity,/org.springframework.stereotype.Controller,/org.springframework.web.bind.annotation.GetMapping
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server/src/main/java/org/eclipse/hawkbit/app/ddi/DDIStart.java:[54,6] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server/src/main/java/org/eclipse/hawkbit/app/ddi/DDIStart.java:[54,6] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server/src/main/java/org/eclipse/hawkbit/app/ddi/DDIStart.java:[54,6] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server/src/main/java/org/eclipse/hawkbit/app/ddi/DDIStart.java:[54,6] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server/src/main/java/org/eclipse/hawkbit/app/ddi/DDIStart.java:[54,6] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ hawkbit-ddi-server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hawkbit-ddi-server ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] No processor claimed any of these annotations: /io.qameta.allure.Description,/org.junit.jupiter.api.extension.ExtendWith,/org.junit.jupiter.api.Test,/org.junit.jupiter.api.BeforeEach,/io.qameta.allure.Story,/org.springframework.test.context.TestPropertySource,/org.eclipse.hawkbit.repository.test.util.WithUser,/org.springframework.beans.factory.annotation.Autowired,/io.qameta.allure.Feature,/org.springframework.boot.test.context.SpringBootTest
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-ddi-server ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server/target/jacoco.exec
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ hawkbit-ddi-server ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hawkbit.app.ddi.AllowedHostNamesTest
Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts
09:27:51.576 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [org.eclipse.hawkbit.app.ddi.AllowedHostNamesTest]: AllowedHostNamesTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
09:27:51.776 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration org.eclipse.hawkbit.app.ddi.DDIStart for test class org.eclipse.hawkbit.app.ddi.AllowedHostNamesTest
09:27:52.058 [main] INFO org.eclipse.hawkbit.repository.test.util.SharedSqlTestDatabaseExtension -- Schema generation skipped... No datasource environment variables found!
______     _ _                  _                    _    ____  _ _     _____  _____ _____
|  ____|   | (_)                | |                  | |  |  _ \(_) |   |  __ \|  __ \_   _|
| |__   ___| |_ _ __  ___  ___  | |__   __ ___      _| | _| |_) |_| |_  | |  | | |  | || |
|  __| / __| | | '_ \/ __|/ _ \ | '_ \ / _` \ \ /\ / / |/ /  _ <| | __| | |  | | |  | || |
| |___| (__| | | |_) \__ \  __/ | | | | (_| |\ V  V /|   <| |_) | | |_  | |__| | |__| || |_
|______\___|_|_| .__/|___/\___| |_| |_|\__,_| \_/\_/ |_|\_\____/|_|\__| |_____/|_____/_____|
             | |
             |_|

Eclipse hawkBit DDI Server 
using Spring Boot  (v3.2.3)

Go to https://www.eclipse.org/hawkbit for more information.
        
2024-03-22 09:27:53,017  INFO main o.e.h.a.d.AllowedHostNamesTest:50 - Starting AllowedHostNamesTest using Java 17.0.9 with PID 4312 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server)
2024-03-22 09:27:53,020  INFO main o.e.h.a.d.AllowedHostNamesTest:654 - No active profile set, falling back to 1 default profile: "default"
2024-03-22 09:27:55,163  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:27:55,467  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 289 ms. Found 20 JPA repository interfaces.
2024-03-22 09:27:56,541  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:27:56,559  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:27:57,028  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=5e2eb0e6-17ab-37c2-95b9-cbad436f86ef
2024-03-22 09:27:57,327  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:57,334  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:57,337  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:57,338  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1118/0x00007f76b063c0a0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:57,340  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:57,348  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.stream.binder.rabbit.config.ExtendedBindingHandlerMappingsProviderConfiguration' of type [org.springframework.cloud.stream.binder.rabbit.config.ExtendedBindingHandlerMappingsProviderConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:57,349  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'rabbitExtendedPropertiesDefaultMappingsProvider' of type [org.springframework.cloud.stream.binder.rabbit.config.ExtendedBindingHandlerMappingsProviderConfiguration$$Lambda$1119/0x00007f76b063cda8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:57,350  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:57,368  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:57,385  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:57,389  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:57,391  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:57,435  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:57,443  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:57,447  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:27:57,837  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'roleHierarchy' of type [org.springframework.security.access.hierarchicalroles.RoleHierarchyImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [hypermediaRepresentionModelProcessorConfigurator]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:57,842  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'methodSecurityExpressionHandler' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [hypermediaRepresentionModelProcessorConfigurator]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:27:59,335  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:27:59,683  INFO main c.z.h.HikariDataSource:110 - HikariPool-1 - Starting...
2024-03-22 09:28:00,242  INFO main c.z.h.p.HikariPool:565 - HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:28:00,244  INFO main c.z.h.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-03-22 09:28:01,197  INFO main o.s.d.j.r.q.QueryEnhancerFactory:45 - EclipseLink is in classpath; If applicable, EQL parser will be used.
2024-03-22 09:28:01,197  INFO main o.s.d.j.r.q.QueryEnhancerFactory:49 - Hibernate is in classpath; If applicable, HQL parser will be used.
2024-03-22 09:28:01,925  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:28:01,926  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:28:01,938  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:28:01,977  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:28:01,982  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:28:03,047  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:28:03,048  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:28:03,059  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:28:04,666  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:28:06,106  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure Or [Mvc [pattern='/{tenant}/controller/v1/{controllerId}'], Mvc [pattern='/{tenant}/controller/v1/{controllerId}/confirmationBase/**'], Mvc [pattern='/{tenant}/controller/v1/{controllerId}/deploymentBase/**'], Mvc [pattern='/{tenant}/controller/v1/{controllerId}/installedBase/**'], Mvc [pattern='/{tenant}/controller/v1/{controllerId}/cancelAction/**'], Mvc [pattern='/{tenant}/controller/v1/{controllerId}/configData'], Mvc [pattern='/{tenant}/controller/v1/{controllerId}/softwaremodules/{softwareModuleId}/artifacts']] with [org.springframework.security.web.session.DisableEncodeUrlFilter@78f6ddda, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@11532c14, org.springframework.security.web.context.SecurityContextHolderFilter@108cfc9a, org.springframework.security.web.header.HeaderWriterFilter@5746bbe1, org.springframework.web.filter.CorsFilter@2a24e9e9, org.springframework.security.web.authentication.logout.LogoutFilter@2ff7c7f0, org.eclipse.hawkbit.security.HttpControllerPreAuthenticatedSecurityHeaderFilter@6c112540, org.eclipse.hawkbit.security.HttpControllerPreAuthenticateSecurityTokenFilter@22c72d15, org.eclipse.hawkbit.security.HttpControllerPreAuthenticatedGatewaySecurityTokenFilter@2a7c96d5, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@68e3e16c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4c57196a, org.springframework.security.web.session.SessionManagementFilter@48ba800, org.springframework.security.web.access.ExceptionTranslationFilter@30c205e7, org.springframework.security.web.access.intercept.AuthorizationFilter@2c92ebdc]
2024-03-22 09:28:06,121  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure Or [Mvc [pattern='/{tenant}/controller/v1/{controllerId}/softwaremodules/{softwareModuleId}/artifacts/*']] with [org.springframework.security.web.session.DisableEncodeUrlFilter@208127b5, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7eec5837, org.springframework.security.web.context.SecurityContextHolderFilter@47ebbee1, org.springframework.security.web.header.HeaderWriterFilter@15af2946, org.springframework.web.filter.CorsFilter@26a19d3f, org.springframework.security.web.authentication.logout.LogoutFilter@72f598da, org.eclipse.hawkbit.security.HttpControllerPreAuthenticatedSecurityHeaderFilter@fdaaeb0, org.eclipse.hawkbit.security.HttpControllerPreAuthenticateSecurityTokenFilter@264f8c71, org.eclipse.hawkbit.security.HttpControllerPreAuthenticatedGatewaySecurityTokenFilter@3a7e556f, org.eclipse.hawkbit.security.HttpControllerPreAuthenticateAnonymousDownloadFilter@101c6f7a, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@42a09fd9, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2ea97bd2, org.springframework.security.web.session.SessionManagementFilter@76b60559, org.springframework.security.web.access.ExceptionTranslationFilter@3a77f722, org.springframework.security.web.access.intercept.AuthorizationFilter@517f15be]
2024-03-22 09:28:08,335  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'ddi-server.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:28:08,510  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:28:08,515  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'ddi-server.errorChannel' has 1 subscriber(s).
2024-03-22 09:28:08,515  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:28:08,517  INFO main o.s.c.s.b.DefaultBinderFactory:329 - Creating binder: integration
2024-03-22 09:28:08,517  INFO main o.s.c.s.b.DefaultBinderFactory:345 - Constructing binder child context for integration
2024-03-22 09:28:08,597  INFO main o.s.c.s.b.DefaultBinderFactory:377 - Caching the binder: integration
2024-03-22 09:28:08,622  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1588494886.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:28:08,624  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1588494886.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:28:08,625  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:28:08,627  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@2fd4226e
2024-03-22 09:28:08,631  INFO main o.e.h.a.d.AllowedHostNamesTest:56 - Started AllowedHostNamesTest in 16.49 seconds (process running for 19.172)
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
2024-03-22 09:28:09,889  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:28:09,889  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:28:09,892  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 3 ms
2024-03-22 09:28:10,164  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:28:10,164  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:28:10,166  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:28:10,178  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:28:10,178  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:28:10,180  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.85 s -- in org.eclipse.hawkbit.app.ddi.AllowedHostNamesTest
[INFO] Running org.eclipse.hawkbit.app.ddi.PreAuthorizeEnabledTest
2024-03-22 09:28:10,225  INFO main o.s.t.c.s.AnnotationConfigContextLoaderUtils:83 - Could not detect default configuration classes for test class [org.eclipse.hawkbit.app.ddi.PreAuthorizeEnabledTest]: PreAuthorizeEnabledTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2024-03-22 09:28:10,227  INFO main o.s.b.t.c.SpringBootTestContextBootstrapper:234 - Found @SpringBootConfiguration org.eclipse.hawkbit.app.ddi.DDIStart for test class org.eclipse.hawkbit.app.ddi.PreAuthorizeEnabledTest
2024-03-22 09:28:10,229  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!
______     _ _                  _                    _    ____  _ _     _____  _____ _____
|  ____|   | (_)                | |                  | |  |  _ \(_) |   |  __ \|  __ \_   _|
| |__   ___| |_ _ __  ___  ___  | |__   __ ___      _| | _| |_) |_| |_  | |  | | |  | || |
|  __| / __| | | '_ \/ __|/ _ \ | '_ \ / _` \ \ /\ / / |/ /  _ <| | __| | |  | | |  | || |
| |___| (__| | | |_) \__ \  __/ | | | | (_| |\ V  V /|   <| |_) | | |_  | |__| | |__| || |_
|______\___|_|_| .__/|___/\___| |_| |_|\__,_| \_/\_/ |_|\_\____/|_|\__| |_____/|_____/_____|
             | |
             |_|

Eclipse hawkBit DDI Server 
using Spring Boot  (v3.2.3)

Go to https://www.eclipse.org/hawkbit for more information.
        
2024-03-22 09:28:10,284  INFO main o.e.h.a.d.PreAuthorizeEnabledTest:50 - Starting PreAuthorizeEnabledTest using Java 17.0.9 with PID 4312 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server)
2024-03-22 09:28:10,285  INFO main o.e.h.a.d.PreAuthorizeEnabledTest:654 - No active profile set, falling back to 1 default profile: "default"
2024-03-22 09:28:10,682  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:28:10,704  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 21 ms. Found 20 JPA repository interfaces.
2024-03-22 09:28:11,025  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:28:11,026  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:28:11,039  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=ed25acfb-6ba9-3bdb-8b4a-494b68b43378
2024-03-22 09:28:11,127  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:11,129  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:11,131  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:11,131  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1118/0x00007f76b063c0a0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:11,132  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:11,157  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.stream.binder.rabbit.config.ExtendedBindingHandlerMappingsProviderConfiguration' of type [org.springframework.cloud.stream.binder.rabbit.config.ExtendedBindingHandlerMappingsProviderConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:11,158  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'rabbitExtendedPropertiesDefaultMappingsProvider' of type [org.springframework.cloud.stream.binder.rabbit.config.ExtendedBindingHandlerMappingsProviderConfiguration$$Lambda$1119/0x00007f76b063cda8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:11,159  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:11,161  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:11,163  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:11,165  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:11,173  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:11,175  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:11,176  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:11,231  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:11,237  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:11,240  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:28:11,337  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'roleHierarchy' of type [org.springframework.security.access.hierarchicalroles.RoleHierarchyImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [hypermediaRepresentionModelProcessorConfigurator]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:11,338  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'methodSecurityExpressionHandler' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [hypermediaRepresentionModelProcessorConfigurator]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:11,475  INFO main c.z.h.HikariDataSource:110 - HikariPool-2 - Starting...
2024-03-22 09:28:11,477  INFO main c.z.h.p.HikariPool:565 - HikariPool-2 - Added connection conn10: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:28:11,477  INFO main c.z.h.HikariDataSource:123 - HikariPool-2 - Start completed.
2024-03-22 09:28:11,571  INFO main o.f.c.i.l.VersionPrinter:37 - Flyway Community Edition 9.22.3 by Redgate
2024-03-22 09:28:11,571  INFO main o.f.c.i.l.VersionPrinter:37 - See release notes here: https://rd.gt/416ObMi
2024-03-22 09:28:11,571  INFO main o.f.c.i.l.VersionPrinter:37 - 
2024-03-22 09:28:11,668  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:28:11,676  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:28:11,738  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:28:11,744  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.050s)
2024-03-22 09:28:11,752  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:28:11,836  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:28:11,921  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:28:12,067  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:28:12,115  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:28:12,138  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:28:12,146  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:28:12,156  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:28:12,220  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:28:12,226  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:28:12,263  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:28:12,274  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:28:12,319  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:28:12,326  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:28:12,338  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:28:12,359  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:28:12,375  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:28:12,419  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:28:12,515  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:28:12,567  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:28:12,572  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:28:12,579  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:28:12,618  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:28:12,660  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:28:12,716  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:28:12,722  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:28:12,727  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:28:12,749  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:28:12,754  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:28:12,769  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:28:12,779  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:28:12,785  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:28:12,821  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:28:12,830  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:28:12,836  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:28:12,847  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:28:12,855  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:28:12,872  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:28:12,885  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:28:12,892  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:28:12,930  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:28:12,940  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:28:12,950  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:28:12,955  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:28:12,960  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:28:12,967  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:28:12,978  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:28:12,990  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:28:13,024  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:28:13,032  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:28:13,056  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:28:13,071  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.738s)
2024-03-22 09:28:13,128  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:28:13,442  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:28:13,442  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:28:13,445  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:28:13,461  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:28:13,464  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:28:14,034  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:28:14,035  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:28:14,040  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:28:14,945  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:28:15,555  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure Or [Mvc [pattern='/{tenant}/controller/v1/{controllerId}'], Mvc [pattern='/{tenant}/controller/v1/{controllerId}/confirmationBase/**'], Mvc [pattern='/{tenant}/controller/v1/{controllerId}/deploymentBase/**'], Mvc [pattern='/{tenant}/controller/v1/{controllerId}/installedBase/**'], Mvc [pattern='/{tenant}/controller/v1/{controllerId}/cancelAction/**'], Mvc [pattern='/{tenant}/controller/v1/{controllerId}/configData'], Mvc [pattern='/{tenant}/controller/v1/{controllerId}/softwaremodules/{softwareModuleId}/artifacts']] with [org.springframework.security.web.session.DisableEncodeUrlFilter@105098fc, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@a5351ad, org.springframework.security.web.context.SecurityContextHolderFilter@4d522b2e, org.springframework.security.web.header.HeaderWriterFilter@a5e0d95, org.springframework.web.filter.CorsFilter@7d41a264, org.springframework.security.web.authentication.logout.LogoutFilter@52491a09, org.eclipse.hawkbit.security.HttpControllerPreAuthenticatedSecurityHeaderFilter@6a16703c, org.eclipse.hawkbit.security.HttpControllerPreAuthenticateSecurityTokenFilter@7e1582fa, org.eclipse.hawkbit.security.HttpControllerPreAuthenticatedGatewaySecurityTokenFilter@6edb6aac, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6960a39f, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@13282983, org.springframework.security.web.session.SessionManagementFilter@373cb12, org.springframework.security.web.access.ExceptionTranslationFilter@572e770c, org.springframework.security.web.access.intercept.AuthorizationFilter@6c6f75ed]
2024-03-22 09:28:15,560  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure Or [Mvc [pattern='/{tenant}/controller/v1/{controllerId}/softwaremodules/{softwareModuleId}/artifacts/*']] with [org.springframework.security.web.session.DisableEncodeUrlFilter@7893c63e, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@493ddcf9, org.springframework.security.web.context.SecurityContextHolderFilter@60face35, org.springframework.security.web.header.HeaderWriterFilter@918162b, org.springframework.web.filter.CorsFilter@dbc9871, org.springframework.security.web.authentication.logout.LogoutFilter@5e8de24f, org.eclipse.hawkbit.security.HttpControllerPreAuthenticatedSecurityHeaderFilter@40992f75, org.eclipse.hawkbit.security.HttpControllerPreAuthenticateSecurityTokenFilter@265db36e, org.eclipse.hawkbit.security.HttpControllerPreAuthenticatedGatewaySecurityTokenFilter@1a07948, org.eclipse.hawkbit.security.HttpControllerPreAuthenticateAnonymousDownloadFilter@6836161d, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@430b8b32, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@a6b7436, org.springframework.security.web.session.SessionManagementFilter@2308262f, org.springframework.security.web.access.ExceptionTranslationFilter@734a0303, org.springframework.security.web.access.intercept.AuthorizationFilter@10dbb66d]
2024-03-22 09:28:16,398  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'ddi-server.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:28:16,502  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:28:16,503  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'ddi-server.errorChannel' has 1 subscriber(s).
2024-03-22 09:28:16,503  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:28:16,504  INFO main o.s.c.s.b.DefaultBinderFactory:329 - Creating binder: integration
2024-03-22 09:28:16,504  INFO main o.s.c.s.b.DefaultBinderFactory:345 - Constructing binder child context for integration
2024-03-22 09:28:16,543  INFO main o.s.c.s.b.DefaultBinderFactory:377 - Caching the binder: integration
2024-03-22 09:28:16,544  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1960955578.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:28:16,545  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1960955578.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:28:16,545  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:28:16,545  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@701e6082
2024-03-22 09:28:16,547  INFO main o.e.h.a.d.PreAuthorizeEnabledTest:56 - Started PreAuthorizeEnabledTest in 6.315 seconds (process running for 27.088)
2024-03-22 09:28:16,948  INFO central-executor-pool-2 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
2024-03-22 09:28:16,965  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:28:16,965  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:28:16,967  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:28:16,975  WARN main o.s.w.s.h.HandlerMappingIntrospector:458 - Cache miss for REQUEST dispatch to '/DEFAULT/controller/v1/controllerId' (previous null). Performing MatchableHandlerMapping lookup. This is logged once only at WARN level, and every time at TRACE.
2024-03-22 09:28:17,538  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:28:17,539  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:28:17,541  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.340 s -- in org.eclipse.hawkbit.app.ddi.PreAuthorizeEnabledTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ hawkbit-ddi-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server/target/hawkbit-ddi-server-0.5.0.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-ddi-server >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-ddi-server ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-ddi-server <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-ddi-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server/target/hawkbit-ddi-server-0.5.0-sources.jar
[INFO] 
[INFO] --- spring-boot:3.2.3:repackage (repackage) @ hawkbit-ddi-server ---
[INFO] Replacing main artifact /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server/target/hawkbit-ddi-server-0.5.0.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
[INFO] The original artifact has been renamed to /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server/target/hawkbit-ddi-server-0.5.0.jar.original
[INFO] 
[INFO] --- spring-boot:3.2.3:repackage (default) @ hawkbit-ddi-server ---
[INFO] Layout: JAR
[INFO] Replacing main artifact /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server/target/hawkbit-ddi-server-0.5.0.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
[INFO] The original artifact has been renamed to /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server/target/hawkbit-ddi-server-0.5.0.jar.original
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-ddi-server ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-ddi-server ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-ddi-server ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-ddi-server ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-ddi-server/0.5.0/hawkbit-ddi-server-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server/target/hawkbit-ddi-server-0.5.0.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-ddi-server/0.5.0/hawkbit-ddi-server-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server/target/hawkbit-ddi-server-0.5.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-ddi-server/0.5.0/hawkbit-ddi-server-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server/target/hawkbit-ddi-server-0.5.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-ddi-server/0.5.0/hawkbit-ddi-server-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server/target/hawkbit-ddi-server-0.5.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-ddi-server/0.5.0/hawkbit-ddi-server-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server/target/hawkbit-ddi-server-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-ddi-server/0.5.0/hawkbit-ddi-server-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server/target/hawkbit-ddi-server-0.5.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-ddi-server/0.5.0/hawkbit-ddi-server-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server/target/hawkbit-ddi-server-0.5.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-ddi-server/0.5.0/hawkbit-ddi-server-0.5.0-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-ddi-server ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server/target/hawkbit-ddi-server-0.5.0.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-ddi-server/0.5.0/hawkbit-ddi-server-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-ddi-server/0.5.0/hawkbit-ddi-server-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server/target/hawkbit-ddi-server-0.5.0-javadoc.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-ddi-server/0.5.0/hawkbit-ddi-server-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server/target/hawkbit-ddi-server-0.5.0-sources.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-ddi-server/0.5.0/hawkbit-ddi-server-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server/target/hawkbit-ddi-server-0.5.0.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-ddi-server/0.5.0/hawkbit-ddi-server-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server/target/hawkbit-ddi-server-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-ddi-server/0.5.0/hawkbit-ddi-server-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server/target/hawkbit-ddi-server-0.5.0-javadoc.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-ddi-server/0.5.0/hawkbit-ddi-server-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-ddi-server/target/hawkbit-ddi-server-0.5.0-sources.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-ddi-server/0.5.0/hawkbit-ddi-server-0.5.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ---------------< org.eclipse.hawkbit:hawkbit-dmf-server >---------------
[INFO] Building hawkBit :: Runtime :: DMF Server 0.5.0                  [32/38]
[INFO]   from hawkbit-runtime/hawkbit-dmf-server/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-dmf-server ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-dmf-server ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-dmf-server ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-dmf-server ---
[INFO] Copying 7 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-dmf-server ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-dmf-server:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-dmf-server ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/classes
[WARNING] No processor claimed any of these annotations: /org.springframework.boot.autoconfigure.SpringBootApplication,/org.eclipse.hawkbit.autoconfigure.security.EnableHawkbitManagedSecurityConfiguration
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-dmf-server ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-dmf-server ---
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.3:javadoc' has not been previously called for the module: 'org.eclipse.hawkbit:hawkbit-boot-starter-dmf-api:jar:0.5.0'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-dmf-api/target/apidocs
[ERROR] Error fetching link: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-dmf-api/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-dmf-server/target/hawkbit-dmf-server-0.5.0-javadoc.jar
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-dmf-server ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-dmf-server ---
[INFO] Copying 7 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-dmf-server ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-dmf-server:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-dmf-server ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/classes
[WARNING] No processor claimed any of these annotations: /org.springframework.boot.autoconfigure.SpringBootApplication,/org.eclipse.hawkbit.autoconfigure.security.EnableHawkbitManagedSecurityConfiguration
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ hawkbit-dmf-server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-dmf-server/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hawkbit-dmf-server ---
[INFO] No sources to compile
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-dmf-server ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-dmf-server/target/jacoco.exec
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ hawkbit-dmf-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ hawkbit-dmf-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-dmf-server/target/hawkbit-dmf-server-0.5.0.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-dmf-server >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-dmf-server ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-dmf-server <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-dmf-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-dmf-server/target/hawkbit-dmf-server-0.5.0-sources.jar
[INFO] 
[INFO] --- spring-boot:3.2.3:repackage (repackage) @ hawkbit-dmf-server ---
[INFO] Replacing main artifact /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-dmf-server/target/hawkbit-dmf-server-0.5.0.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
[INFO] The original artifact has been renamed to /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-dmf-server/target/hawkbit-dmf-server-0.5.0.jar.original
[INFO] 
[INFO] --- spring-boot:3.2.3:repackage (default) @ hawkbit-dmf-server ---
[INFO] Layout: JAR
[INFO] Replacing main artifact /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-dmf-server/target/hawkbit-dmf-server-0.5.0.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
[INFO] The original artifact has been renamed to /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-dmf-server/target/hawkbit-dmf-server-0.5.0.jar.original
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-dmf-server ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-dmf-server/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-dmf-server ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-dmf-server ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-dmf-server ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-dmf-server/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-dmf-server/0.5.0/hawkbit-dmf-server-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-dmf-server/target/hawkbit-dmf-server-0.5.0.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-dmf-server/0.5.0/hawkbit-dmf-server-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-dmf-server/target/hawkbit-dmf-server-0.5.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-dmf-server/0.5.0/hawkbit-dmf-server-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-dmf-server/target/hawkbit-dmf-server-0.5.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-dmf-server/0.5.0/hawkbit-dmf-server-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-dmf-server/target/hawkbit-dmf-server-0.5.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-dmf-server/0.5.0/hawkbit-dmf-server-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-dmf-server/target/hawkbit-dmf-server-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-dmf-server/0.5.0/hawkbit-dmf-server-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-dmf-server/target/hawkbit-dmf-server-0.5.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-dmf-server/0.5.0/hawkbit-dmf-server-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-dmf-server/target/hawkbit-dmf-server-0.5.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-dmf-server/0.5.0/hawkbit-dmf-server-0.5.0-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-dmf-server ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-dmf-server/target/hawkbit-dmf-server-0.5.0.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-dmf-server/0.5.0/hawkbit-dmf-server-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-dmf-server/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-dmf-server/0.5.0/hawkbit-dmf-server-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-dmf-server/target/hawkbit-dmf-server-0.5.0-javadoc.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-dmf-server/0.5.0/hawkbit-dmf-server-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-dmf-server/target/hawkbit-dmf-server-0.5.0-sources.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-dmf-server/0.5.0/hawkbit-dmf-server-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-dmf-server/target/hawkbit-dmf-server-0.5.0.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-dmf-server/0.5.0/hawkbit-dmf-server-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-dmf-server/target/hawkbit-dmf-server-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-dmf-server/0.5.0/hawkbit-dmf-server-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-dmf-server/target/hawkbit-dmf-server-0.5.0-javadoc.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-dmf-server/0.5.0/hawkbit-dmf-server-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-dmf-server/target/hawkbit-dmf-server-0.5.0-sources.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-dmf-server/0.5.0/hawkbit-dmf-server-0.5.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] --------------< org.eclipse.hawkbit:hawkbit-mgmt-server >---------------
[INFO] Building hawkBit :: Runtime :: Management Server 0.5.0           [33/38]
[INFO]   from hawkbit-runtime/hawkbit-mgmt-server/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-mgmt-server ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-mgmt-server ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-mgmt-server ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-mgmt-server ---
[INFO] Copying 7 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-mgmt-server ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-mgmt-server:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-mgmt-server ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug deprecation release 17] to target/classes
[WARNING] No processor claimed any of these annotations: /org.eclipse.hawkbit.autoconfigure.security.EnableHawkbitManagedSecurityConfiguration,/org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity,/org.springframework.context.annotation.Configuration,/org.springframework.boot.autoconfigure.SpringBootApplication,/org.springframework.stereotype.Controller,/org.springframework.web.bind.annotation.RequestMapping,/org.springframework.web.bind.annotation.GetMapping
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/src/main/java/org/eclipse/hawkbit/app/mgmt/MgmtServerStart.java:[53,6] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/src/main/java/org/eclipse/hawkbit/app/mgmt/MgmtServerStart.java:[53,6] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/src/main/java/org/eclipse/hawkbit/app/mgmt/MgmtServerStart.java:[53,6] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/src/main/java/org/eclipse/hawkbit/app/mgmt/MgmtServerStart.java:[53,6] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/src/main/java/org/eclipse/hawkbit/app/mgmt/MgmtServerStart.java:[53,6] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-mgmt-server ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-mgmt-server ---
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.3:javadoc' has not been previously called for the module: 'org.eclipse.hawkbit:hawkbit-boot-starter-mgmt-api:jar:0.5.0'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-mgmt-api/target/apidocs
[ERROR] Error fetching link: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-starters/hawkbit-boot-starter-mgmt-api/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.5.0-javadoc.jar
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-mgmt-server ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-mgmt-server ---
[INFO] Copying 7 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-mgmt-server ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-mgmt-server:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-mgmt-server ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug deprecation release 17] to target/classes
[WARNING] No processor claimed any of these annotations: /org.eclipse.hawkbit.autoconfigure.security.EnableHawkbitManagedSecurityConfiguration,/org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity,/org.springframework.context.annotation.Configuration,/org.springframework.boot.autoconfigure.SpringBootApplication,/org.springframework.stereotype.Controller,/org.springframework.web.bind.annotation.RequestMapping,/org.springframework.web.bind.annotation.GetMapping
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/src/main/java/org/eclipse/hawkbit/app/mgmt/MgmtServerStart.java:[53,6] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/src/main/java/org/eclipse/hawkbit/app/mgmt/MgmtServerStart.java:[53,6] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/src/main/java/org/eclipse/hawkbit/app/mgmt/MgmtServerStart.java:[53,6] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/src/main/java/org/eclipse/hawkbit/app/mgmt/MgmtServerStart.java:[53,6] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/src/main/java/org/eclipse/hawkbit/app/mgmt/MgmtServerStart.java:[53,6] org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity in org.springframework.security.config.annotation.method.configuration has been deprecated
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ hawkbit-mgmt-server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hawkbit-mgmt-server ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] No processor claimed any of these annotations: /io.qameta.allure.Description,/org.junit.jupiter.api.extension.ExtendWith,/org.junit.jupiter.api.Test,/org.junit.jupiter.api.BeforeEach,/io.qameta.allure.Story,/org.springframework.test.context.TestPropertySource,/org.eclipse.hawkbit.repository.test.util.WithUser,/org.springframework.beans.factory.annotation.Autowired,/io.qameta.allure.Feature,/org.springframework.boot.test.context.SpringBootTest
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-mgmt-server ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/jacoco.exec
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ hawkbit-mgmt-server ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hawkbit.app.mgmt.CorsTest
Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts
09:28:37.870 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [org.eclipse.hawkbit.app.mgmt.CorsTest]: CorsTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
09:28:38.068 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration org.eclipse.hawkbit.app.mgmt.MgmtServerStart for test class org.eclipse.hawkbit.app.mgmt.CorsTest
09:28:38.336 [main] INFO org.eclipse.hawkbit.repository.test.util.SharedSqlTestDatabaseExtension -- Schema generation skipped... No datasource environment variables found!
______     _ _                  _                    _    ____  _ _     __  __                 _
|  ____|   | (_)                | |                  | |  |  _ \(_) |   |  \/  |               | |
| |__   ___| |_ _ __  ___  ___  | |__   __ ___      _| | _| |_) |_| |_  | \  / | __ _ _ __ ___ | |_
|  __| / __| | | '_ \/ __|/ _ \ | '_ \ / _` \ \ /\ / / |/ /  _ <| | __| | |\/| |/ _` | '_ ` _ \| __|
| |___| (__| | | |_) \__ \  __/ | | | | (_| |\ V  V /|   <| |_) | | |_  | |  | | (_| | | | | | | |_
|______\___|_|_| .__/|___/\___| |_| |_|\__,_| \_/\_/ |_|\_\____/|_|\__| |_|  |_|\__, |_| |_| |_|\__|
            | |                                                               __/ |
            |_|                                                              |___/

Eclipse hawkBit Management Server 
using Spring Boot  (v3.2.3)

Go to https://www.eclipse.org/hawkbit for more information.
        
2024-03-22 09:28:39,243  INFO main o.e.h.a.m.CorsTest:50 - Starting CorsTest using Java 17.0.9 with PID 4635 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server)
2024-03-22 09:28:39,247  INFO main o.e.h.a.m.CorsTest:654 - No active profile set, falling back to 1 default profile: "default"
2024-03-22 09:28:41,564  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:28:41,888  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 310 ms. Found 20 JPA repository interfaces.
2024-03-22 09:28:42,966  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:28:42,983  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:28:43,462  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=157495bf-931c-35c9-963d-4b99e175513b
2024-03-22 09:28:43,730  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:43,738  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:43,741  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:43,742  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1117/0x00007f786461f6e0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:43,743  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:43,752  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.stream.binder.rabbit.config.ExtendedBindingHandlerMappingsProviderConfiguration' of type [org.springframework.cloud.stream.binder.rabbit.config.ExtendedBindingHandlerMappingsProviderConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:43,753  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'rabbitExtendedPropertiesDefaultMappingsProvider' of type [org.springframework.cloud.stream.binder.rabbit.config.ExtendedBindingHandlerMappingsProviderConfiguration$$Lambda$1118/0x00007f7864620440] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:43,755  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:43,774  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:43,776  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:43,779  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:43,797  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:43,800  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:43,802  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:43,847  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:43,856  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:43,860  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:28:44,291  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'roleHierarchy' of type [org.springframework.security.access.hierarchicalroles.RoleHierarchyImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [hypermediaRepresentionModelProcessorConfigurator]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:44,320  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'methodSecurityExpressionHandler' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [hypermediaRepresentionModelProcessorConfigurator]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:44,729  INFO main c.z.h.HikariDataSource:110 - HikariPool-1 - Starting...
2024-03-22 09:28:45,362  INFO main c.z.h.p.HikariPool:565 - HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:28:45,365  INFO main c.z.h.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-03-22 09:28:45,530  INFO main o.f.c.i.l.VersionPrinter:37 - Flyway Community Edition 9.22.3 by Redgate
2024-03-22 09:28:45,531  INFO main o.f.c.i.l.VersionPrinter:37 - See release notes here: https://rd.gt/416ObMi
2024-03-22 09:28:45,531  INFO main o.f.c.i.l.VersionPrinter:37 - 
2024-03-22 09:28:45,681  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:28:45,689  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:28:45,761  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Schema history table "PUBLIC"."schema_version" does not exist yet
2024-03-22 09:28:45,767  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.044s)
2024-03-22 09:28:45,775  INFO main o.f.c.i.s.JdbcTableSchemaHistory:37 - Creating Schema History table "PUBLIC"."schema_version" ...
2024-03-22 09:28:45,834  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": << Empty Schema >>
2024-03-22 09:28:45,872  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.0.1 - init   "
2024-03-22 09:28:46,033  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.2.0 - update target info for message   "
2024-03-22 09:28:46,049  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.0 - cascade delete   "
2024-03-22 09:28:46,073  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.4.1 - cascade delete   "
2024-03-22 09:28:46,081  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.5.0 - target filter query   "
2024-03-22 09:28:46,121  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.6.0 - rollout management   "
2024-03-22 09:28:46,160  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.0 - swmType maxAssignment greater 0  "
2024-03-22 09:28:46,166  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.7.1 - reduce length enums   "
2024-03-22 09:28:46,233  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.0 - auto assign ds filter  "
2024-03-22 09:28:46,245  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.1 - cascade delete   "
2024-03-22 09:28:46,256  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.8.2 - remove external artifact   "
2024-03-22 09:28:46,264  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.9.0 - add rollout groups created   "
2024-03-22 09:28:46,276  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.0 - advanced rolloutgroup  "
2024-03-22 09:28:46,331  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.1 - consolidate artifact sha1  "
2024-03-22 09:28:46,346  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.2 - rollout auto start  "
2024-03-22 09:28:46,358  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.10.3 - add rollout deleted flag  "
2024-03-22 09:28:46,458  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.0 - drop target info  "
2024-03-22 09:28:46,541  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.1 - target filter query UQ   "
2024-03-22 09:28:46,548  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.2 - remove unused idexes   "
2024-03-22 09:28:46,557  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.11.3 - add module md targetvis  "
2024-03-22 09:28:46,570  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.0 - action performance   "
2024-03-22 09:28:46,647  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.1 - missing non null   "
2024-03-22 09:28:46,666  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.2 - missing non null enum   "
2024-03-22 09:28:46,671  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.3 - cascade delete   "
2024-03-22 09:28:46,676  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.4 - add maintenance window   "
2024-03-22 09:28:46,728  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.6 - add index   "
2024-03-22 09:28:46,733  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.7 - add rollout approval fields   "
2024-03-22 09:28:46,747  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.8 - change length of created last modified by   "
2024-03-22 09:28:46,756  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.9 - add target metadata   "
2024-03-22 09:28:46,762  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.10 - change length of target attributes key   "
2024-03-22 09:28:46,768  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.11 - add auto assign action type   "
2024-03-22 09:28:46,777  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.12 - change length of controller id and name   "
2024-03-22 09:28:46,783  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.13 - add action external id   "
2024-03-22 09:28:46,819  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.14 - add sha256 hash   "
2024-03-22 09:28:46,827  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.15 - add weight   "
2024-03-22 09:28:46,844  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.16 - add action initiated by   "
2024-03-22 09:28:46,857  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.17 - add index target modified   "
2024-03-22 09:28:46,863  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.18 - add target type   "
2024-03-22 09:28:46,878  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.19 - add valid flag to ds   "
2024-03-22 09:28:46,916  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.20 - add encryption flag to sm   "
2024-03-22 09:28:46,926  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.21 - add rollouts status index   "
2024-03-22 09:28:46,931  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.22 - change target type name length   "
2024-03-22 09:28:46,936  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.23 - add action status code   "
2024-03-22 09:28:46,945  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.24 - add last action status code   "
2024-03-22 09:28:46,959  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.25 - add confirmation flag   "
2024-03-22 09:28:46,979  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.26 - add access control context   "
2024-03-22 09:28:47,027  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.27 - target type inherit type   "
2024-03-22 09:28:47,037  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.28 - add dynamic rollout   "
2024-03-22 09:28:47,061  INFO main o.f.c.i.c.DbMigrate:37 - Migrating schema "PUBLIC" to version "1.12.29 - add ds sm locked   "
2024-03-22 09:28:47,076  INFO main o.f.c.i.c.DbMigrate:37 - Successfully applied 49 migrations to schema "PUBLIC", now at version v1.12.29 (execution time 00:00.851s)
2024-03-22 09:28:48,100  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:28:49,209  INFO main o.s.d.j.r.q.QueryEnhancerFactory:45 - EclipseLink is in classpath; If applicable, EQL parser will be used.
2024-03-22 09:28:49,210  INFO main o.s.d.j.r.q.QueryEnhancerFactory:49 - Hibernate is in classpath; If applicable, HQL parser will be used.
2024-03-22 09:28:50,361  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:28:50,361  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:28:50,375  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:28:51,650  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:28:51,651  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:28:51,656  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:28:51,681  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:28:51,686  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:28:53,122  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:28:54,259  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure Or [Mvc [pattern='/api/v1/downloadserver/downloadId/*/*']] with [org.springframework.security.web.session.DisableEncodeUrlFilter@5661fcaf, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5b514600, org.springframework.security.web.context.SecurityContextHolderFilter@7f07bbf3, org.springframework.security.web.header.HeaderWriterFilter@3227e1e3, org.springframework.security.web.authentication.logout.LogoutFilter@57033143, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@36160811, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@105e1127, org.springframework.security.web.session.SessionManagementFilter@17e1c02c, org.springframework.security.web.access.ExceptionTranslationFilter@6df0acb0, org.eclipse.hawkbit.security.HttpDownloadAuthenticationFilter@62871d54, org.springframework.security.web.access.intercept.AuthorizationFilter@20d32791]
2024-03-22 09:28:54,288  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure Or [Mvc [pattern='/rest/**'], Mvc [pattern='/system/admin/**']] with [org.springframework.security.web.session.DisableEncodeUrlFilter@1e92a77d, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@69bcbbf2, org.springframework.security.web.context.SecurityContextHolderFilter@da3782, org.springframework.security.web.header.HeaderWriterFilter@2030227b, org.springframework.web.filter.CorsFilter@71fdb621, org.springframework.security.web.authentication.logout.LogoutFilter@eff78db, org.eclipse.hawkbit.autoconfigure.security.SecurityManagedConfiguration$RestSecurityConfigurationAdapter$1@1be39048, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@4e949c1a, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5e6ebdaf, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7f6c6fe3, org.springframework.security.web.session.SessionManagementFilter@1ffb19ab, org.eclipse.hawkbit.autoconfigure.security.SecurityManagedConfiguration$RestSecurityConfigurationAdapter$$Lambda$1817/0x00007f7864b50000@10c16506, org.springframework.security.web.access.ExceptionTranslationFilter@1868d056, org.springframework.security.web.access.intercept.AuthorizationFilter@6764bec4]
2024-03-22 09:28:56,417  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'mgmt-server.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:28:56,598  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:28:56,598  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'mgmt-server.errorChannel' has 1 subscriber(s).
2024-03-22 09:28:56,599  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:28:56,600  INFO main o.s.c.s.b.DefaultBinderFactory:329 - Creating binder: integration
2024-03-22 09:28:56,601  INFO main o.s.c.s.b.DefaultBinderFactory:345 - Constructing binder child context for integration
2024-03-22 09:28:56,682  INFO main o.s.c.s.b.DefaultBinderFactory:377 - Caching the binder: integration
2024-03-22 09:28:56,698  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '411757759.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:28:56,699  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '411757759.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:28:56,700  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:28:56,727  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@1cecaf69
2024-03-22 09:28:56,731  INFO main o.e.h.a.m.CorsTest:56 - Started CorsTest in 18.329 seconds (process running for 20.807)
2024-03-22 09:28:57,238  INFO central-executor-pool-4 o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'unknown.channel.name' has 1 subscriber(s).
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
2024-03-22 09:28:58,485  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:28:58,486  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:28:58,489  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 3 ms
2024-03-22 09:28:58,502  WARN main o.s.w.s.h.HandlerMappingIntrospector:458 - Cache miss for REQUEST dispatch to '/rest/v1' (previous null). Performing MatchableHandlerMapping lookup. This is logged once only at WARN level, and every time at TRACE.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.25 s -- in org.eclipse.hawkbit.app.mgmt.CorsTest
[INFO] Running org.eclipse.hawkbit.app.mgmt.PreAuthorizeEnabledTest
2024-03-22 09:28:58,925  INFO main o.s.t.c.s.AnnotationConfigContextLoaderUtils:83 - Could not detect default configuration classes for test class [org.eclipse.hawkbit.app.mgmt.PreAuthorizeEnabledTest]: PreAuthorizeEnabledTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2024-03-22 09:28:58,928  INFO main o.s.b.t.c.SpringBootTestContextBootstrapper:234 - Found @SpringBootConfiguration org.eclipse.hawkbit.app.mgmt.MgmtServerStart for test class org.eclipse.hawkbit.app.mgmt.PreAuthorizeEnabledTest
2024-03-22 09:28:58,929  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!
______     _ _                  _                    _    ____  _ _     __  __                 _
|  ____|   | (_)                | |                  | |  |  _ \(_) |   |  \/  |               | |
| |__   ___| |_ _ __  ___  ___  | |__   __ ___      _| | _| |_) |_| |_  | \  / | __ _ _ __ ___ | |_
|  __| / __| | | '_ \/ __|/ _ \ | '_ \ / _` \ \ /\ / / |/ /  _ <| | __| | |\/| |/ _` | '_ ` _ \| __|
| |___| (__| | | |_) \__ \  __/ | | | | (_| |\ V  V /|   <| |_) | | |_  | |  | | (_| | | | | | | |_
|______\___|_|_| .__/|___/\___| |_| |_|\__,_| \_/\_/ |_|\_\____/|_|\__| |_|  |_|\__, |_| |_| |_|\__|
            | |                                                               __/ |
            |_|                                                              |___/

Eclipse hawkBit Management Server 
using Spring Boot  (v3.2.3)

Go to https://www.eclipse.org/hawkbit for more information.
        
2024-03-22 09:28:59,019  INFO main o.e.h.a.m.PreAuthorizeEnabledTest:50 - Starting PreAuthorizeEnabledTest using Java 17.0.9 with PID 4635 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server)
2024-03-22 09:28:59,020  INFO main o.e.h.a.m.PreAuthorizeEnabledTest:654 - No active profile set, falling back to 1 default profile: "default"
2024-03-22 09:28:59,422  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:28:59,444  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 20 ms. Found 20 JPA repository interfaces.
2024-03-22 09:28:59,715  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:28:59,716  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:28:59,729  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=50efd84d-26b2-3217-b2b2-50f8be1b4be5
2024-03-22 09:28:59,772  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:59,774  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:59,775  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:59,776  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1117/0x00007f786461f6e0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:59,776  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:59,779  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.stream.binder.rabbit.config.ExtendedBindingHandlerMappingsProviderConfiguration' of type [org.springframework.cloud.stream.binder.rabbit.config.ExtendedBindingHandlerMappingsProviderConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:59,780  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'rabbitExtendedPropertiesDefaultMappingsProvider' of type [org.springframework.cloud.stream.binder.rabbit.config.ExtendedBindingHandlerMappingsProviderConfiguration$$Lambda$1118/0x00007f7864620440] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:59,780  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:59,782  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:59,783  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:59,784  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:59,790  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:59,791  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:59,792  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:59,815  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:59,819  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:59,821  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:28:59,857  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'roleHierarchy' of type [org.springframework.security.access.hierarchicalroles.RoleHierarchyImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [hypermediaRepresentionModelProcessorConfigurator]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:59,859  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'methodSecurityExpressionHandler' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [hypermediaRepresentionModelProcessorConfigurator]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:28:59,990  INFO main c.z.h.HikariDataSource:110 - HikariPool-2 - Starting...
2024-03-22 09:28:59,991  INFO main c.z.h.p.HikariPool:565 - HikariPool-2 - Added connection conn10: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:28:59,992  INFO main c.z.h.HikariDataSource:123 - HikariPool-2 - Start completed.
2024-03-22 09:29:00,005  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:29:00,007  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:29:00,036  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.019s)
2024-03-22 09:29:00,040  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": 1.12.29
2024-03-22 09:29:00,041  INFO main o.f.c.i.c.DbMigrate:37 - Schema "PUBLIC" is up to date. No migration necessary.
2024-03-22 09:29:00,075  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:29:00,585  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:29:00,586  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:29:00,592  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:29:01,365  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:29:01,366  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:29:01,369  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:29:01,383  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:29:01,385  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:29:02,164  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:29:02,620  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure Or [Mvc [pattern='/api/v1/downloadserver/downloadId/*/*']] with [org.springframework.security.web.session.DisableEncodeUrlFilter@552fe596, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4044b44f, org.springframework.security.web.context.SecurityContextHolderFilter@51e05ed6, org.springframework.security.web.header.HeaderWriterFilter@1ae0554a, org.springframework.web.filter.CorsFilter@1ade6fa7, org.springframework.security.web.authentication.logout.LogoutFilter@999733a, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3da6c3be, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@25748b45, org.springframework.security.web.session.SessionManagementFilter@5b14986a, org.springframework.security.web.access.ExceptionTranslationFilter@6381e579, org.eclipse.hawkbit.security.HttpDownloadAuthenticationFilter@5f730ed1, org.springframework.security.web.access.intercept.AuthorizationFilter@879a237]
2024-03-22 09:29:02,639  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure Or [Mvc [pattern='/rest/**'], Mvc [pattern='/system/admin/**']] with [org.springframework.security.web.session.DisableEncodeUrlFilter@61499eca, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@495dd938, org.springframework.security.web.context.SecurityContextHolderFilter@6caaae40, org.springframework.security.web.header.HeaderWriterFilter@3feeb0e0, org.springframework.web.filter.CorsFilter@692d271, org.springframework.security.web.authentication.logout.LogoutFilter@71bd1f4, org.eclipse.hawkbit.autoconfigure.security.SecurityManagedConfiguration$RestSecurityConfigurationAdapter$1@1def3078, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@38847c5f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3546cb70, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7fe51488, org.springframework.security.web.session.SessionManagementFilter@63744554, org.eclipse.hawkbit.autoconfigure.security.SecurityManagedConfiguration$RestSecurityConfigurationAdapter$$Lambda$1817/0x00007f7864b50000@307d42c1, org.springframework.security.web.access.ExceptionTranslationFilter@295e1d78, org.springframework.security.web.access.intercept.AuthorizationFilter@53939270]
2024-03-22 09:29:03,397  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'mgmt-server.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:29:03,492  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:29:03,492  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'mgmt-server.errorChannel' has 1 subscriber(s).
2024-03-22 09:29:03,492  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:29:03,493  INFO main o.s.c.s.b.DefaultBinderFactory:329 - Creating binder: integration
2024-03-22 09:29:03,493  INFO main o.s.c.s.b.DefaultBinderFactory:345 - Constructing binder child context for integration
2024-03-22 09:29:03,527  INFO main o.s.c.s.b.DefaultBinderFactory:377 - Caching the binder: integration
2024-03-22 09:29:03,528  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1640082700.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:29:03,528  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '1640082700.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:29:03,529  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:29:03,529  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@54a13d47
2024-03-22 09:29:03,530  INFO main o.e.h.a.m.PreAuthorizeEnabledTest:56 - Started PreAuthorizeEnabledTest in 4.599 seconds (process running for 27.606)
2024-03-22 09:29:03,568  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:29:03,568  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:29:03,570  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:29:03,571  WARN main o.s.w.s.h.HandlerMappingIntrospector:458 - Cache miss for REQUEST dispatch to '/rest/v1/distributionsets' (previous null). Performing MatchableHandlerMapping lookup. This is logged once only at WARN level, and every time at TRACE.
2024-03-22 09:29:03,717  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:29:03,717  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:29:03,719  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:29:03,739  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:29:03,740  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:29:03,742  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.840 s -- in org.eclipse.hawkbit.app.mgmt.PreAuthorizeEnabledTest
[INFO] Running org.eclipse.hawkbit.app.mgmt.AllowedHostNamesTest
2024-03-22 09:29:03,770  INFO main o.s.t.c.s.AnnotationConfigContextLoaderUtils:83 - Could not detect default configuration classes for test class [org.eclipse.hawkbit.app.mgmt.AllowedHostNamesTest]: AllowedHostNamesTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2024-03-22 09:29:03,776  INFO main o.s.b.t.c.SpringBootTestContextBootstrapper:234 - Found @SpringBootConfiguration org.eclipse.hawkbit.app.mgmt.MgmtServerStart for test class org.eclipse.hawkbit.app.mgmt.AllowedHostNamesTest
2024-03-22 09:29:03,781  INFO main o.e.h.r.t.u.SharedSqlTestDatabaseExtension:33 - Schema generation skipped... No datasource environment variables found!
______     _ _                  _                    _    ____  _ _     __  __                 _
|  ____|   | (_)                | |                  | |  |  _ \(_) |   |  \/  |               | |
| |__   ___| |_ _ __  ___  ___  | |__   __ ___      _| | _| |_) |_| |_  | \  / | __ _ _ __ ___ | |_
|  __| / __| | | '_ \/ __|/ _ \ | '_ \ / _` \ \ /\ / / |/ /  _ <| | __| | |\/| |/ _` | '_ ` _ \| __|
| |___| (__| | | |_) \__ \  __/ | | | | (_| |\ V  V /|   <| |_) | | |_  | |  | | (_| | | | | | | |_
|______\___|_|_| .__/|___/\___| |_| |_|\__,_| \_/\_/ |_|\_\____/|_|\__| |_|  |_|\__, |_| |_| |_|\__|
            | |                                                               __/ |
            |_|                                                              |___/

Eclipse hawkBit Management Server 
using Spring Boot  (v3.2.3)

Go to https://www.eclipse.org/hawkbit for more information.
        
2024-03-22 09:29:03,847  INFO main o.e.h.a.m.AllowedHostNamesTest:50 - Starting AllowedHostNamesTest using Java 17.0.9 with PID 4635 (started by jenkins in /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server)
2024-03-22 09:29:03,848  INFO main o.e.h.a.m.AllowedHostNamesTest:654 - No active profile set, falling back to 1 default profile: "default"
2024-03-22 09:29:04,193  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:139 - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-03-22 09:29:04,220  INFO main o.s.d.r.c.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 26 ms. Found 20 JPA repository interfaces.
2024-03-22 09:29:04,424  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-03-22 09:29:04,424  INFO main o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-03-22 09:29:04,435  INFO main o.s.c.c.s.GenericScope:282 - BeanFactory id=50efd84d-26b2-3217-b2b2-50f8be1b4be5
2024-03-22 09:29:04,467  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:29:04,469  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:29:04,470  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:29:04,471  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1117/0x00007f786461f6e0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:29:04,471  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:29:04,474  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.cloud.stream.binder.rabbit.config.ExtendedBindingHandlerMappingsProviderConfiguration' of type [org.springframework.cloud.stream.binder.rabbit.config.ExtendedBindingHandlerMappingsProviderConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:29:04,474  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'rabbitExtendedPropertiesDefaultMappingsProvider' of type [org.springframework.cloud.stream.binder.rabbit.config.ExtendedBindingHandlerMappingsProviderConfiguration$$Lambda$1118/0x00007f7864620440] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:29:04,474  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:29:04,476  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:29:04,477  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:29:04,477  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:29:04,482  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:29:04,483  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:29:04,484  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'jdbcConnectionDetails' of type [org.springframework.boot.autoconfigure.jdbc.PropertiesJdbcConnectionDetails] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:29:04,492  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:29:04,496  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [methodValidationPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:29:04,497  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:429 - Bean 'repositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [methodValidationPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-03-22 09:29:04,533  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'roleHierarchy' of type [org.springframework.security.access.hierarchicalroles.RoleHierarchyImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [hypermediaRepresentionModelProcessorConfigurator]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:29:04,535  WARN main o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:437 - Bean 'methodSecurityExpressionHandler' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [hypermediaRepresentionModelProcessorConfigurator]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-03-22 09:29:04,617  INFO main c.z.h.HikariDataSource:110 - HikariPool-3 - Starting...
2024-03-22 09:29:04,619  INFO main c.z.h.p.HikariPool:565 - HikariPool-3 - Added connection conn20: url=jdbc:h2:mem:testdb user=SA
2024-03-22 09:29:04,619  INFO main c.z.h.HikariDataSource:123 - HikariPool-3 - Start completed.
2024-03-22 09:29:04,629  INFO main o.f.c.FlywayExecutor:37 - Database: jdbc:h2:mem:testdb (H2 2.2)
2024-03-22 09:29:04,631  WARN main o.f.c.i.d.b.Database:41 - Flyway upgrade recommended: H2 2.2.224 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.2.220.
2024-03-22 09:29:04,648  INFO main o.f.c.i.c.DbValidate:37 - Successfully validated 49 migrations (execution time 00:00.015s)
2024-03-22 09:29:04,651  INFO main o.f.c.i.c.DbMigrate:37 - Current version of schema "PUBLIC": 1.12.29
2024-03-22 09:29:04,652  INFO main o.f.c.i.c.DbMigrate:37 - Schema "PUBLIC" is up to date. No migration necessary.
2024-03-22 09:29:04,679  INFO main o.s.o.j.LocalContainerEntityManagerFactoryBean:437 - Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-03-22 09:29:05,090  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:29:05,090  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countRolloutsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:29:05,095  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.DistributionSetRepository.countActionsByStatusForDistributionSet(java.lang.Long)
2024-03-22 09:29:05,854  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:344 - Usage of Spring Data projections detected on persistence provider EclipseLink; Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs:
2024-03-22 09:29:05,855  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.lang.Long)
2024-03-22 09:29:05,857  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutId(java.util.List)
2024-03-22 09:29:05,872  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.util.List)
2024-03-22 09:29:05,874  INFO main o.s.d.j.r.s.JpaRepositoryFactory$EclipseLinkProjectionQueryCreationListener:348 -  - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.repository.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long)
2024-03-22 09:29:06,456  WARN main o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:232 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-03-22 09:29:06,955  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure Or [Mvc [pattern='/api/v1/downloadserver/downloadId/*/*']] with [org.springframework.security.web.session.DisableEncodeUrlFilter@72a19494, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@34eb1d71, org.springframework.security.web.context.SecurityContextHolderFilter@aab77db, org.springframework.security.web.header.HeaderWriterFilter@5027bed9, org.springframework.web.filter.CorsFilter@5d57b496, org.springframework.security.web.authentication.logout.LogoutFilter@4851dbba, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4948f242, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@24f45cc4, org.springframework.security.web.session.SessionManagementFilter@4eee6650, org.springframework.security.web.access.ExceptionTranslationFilter@788764e8, org.eclipse.hawkbit.security.HttpDownloadAuthenticationFilter@11699108, org.springframework.security.web.access.intercept.AuthorizationFilter@40118c78]
2024-03-22 09:29:06,967  INFO main o.s.s.w.DefaultSecurityFilterChain:54 - Will secure Or [Mvc [pattern='/rest/**'], Mvc [pattern='/system/admin/**']] with [org.springframework.security.web.session.DisableEncodeUrlFilter@62458146, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@14c938e1, org.springframework.security.web.context.SecurityContextHolderFilter@75a7adc9, org.springframework.security.web.header.HeaderWriterFilter@5141bd7e, org.springframework.web.filter.CorsFilter@17ff458a, org.springframework.security.web.authentication.logout.LogoutFilter@48ae15ff, org.eclipse.hawkbit.autoconfigure.security.SecurityManagedConfiguration$RestSecurityConfigurationAdapter$1@2e0a35c0, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@5a7c761b, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6ed94a10, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@322fa0f8, org.springframework.security.web.session.SessionManagementFilter@56dc9dc6, org.eclipse.hawkbit.autoconfigure.security.SecurityManagedConfiguration$RestSecurityConfigurationAdapter$$Lambda$1817/0x00007f7864b50000@608bdef6, org.springframework.security.web.access.ExceptionTranslationFilter@f4284e1, org.springframework.security.web.access.intercept.AuthorizationFilter@23e40a38]
2024-03-22 09:29:07,577  INFO main o.s.c.s.m.DirectWithAttributesChannel:174 - Channel 'mgmt-server.springCloudBusInput' has 1 subscriber(s).
2024-03-22 09:29:07,708  INFO main o.s.i.e.EventDrivenConsumer:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-03-22 09:29:07,709  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'mgmt-server.errorChannel' has 1 subscriber(s).
2024-03-22 09:29:07,709  INFO main o.s.i.e.EventDrivenConsumer:292 - started bean '_org.springframework.integration.errorLogger'
2024-03-22 09:29:07,709  INFO main o.s.c.s.b.DefaultBinderFactory:329 - Creating binder: integration
2024-03-22 09:29:07,709  INFO main o.s.c.s.b.DefaultBinderFactory:345 - Constructing binder child context for integration
2024-03-22 09:29:07,740  INFO main o.s.c.s.b.DefaultBinderFactory:377 - Caching the binder: integration
2024-03-22 09:29:07,741  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '993984250.springCloudBusInput.errors' has 1 subscriber(s).
2024-03-22 09:29:07,742  INFO main o.s.c.s.b.BinderErrorChannel:174 - Channel '993984250.springCloudBusInput.errors' has 2 subscriber(s).
2024-03-22 09:29:07,742  INFO main o.s.i.c.PublishSubscribeChannel:174 - Channel 'springCloudBus.destination' has 1 subscriber(s).
2024-03-22 09:29:07,742  INFO main o.s.c.s.b.t.TestChannelBinder$IntegrationBinderInboundChannelAdapter:292 - started org.springframework.cloud.stream.binder.test.TestChannelBinder$IntegrationBinderInboundChannelAdapter@102c8bff
2024-03-22 09:29:07,743  INFO main o.e.h.a.m.AllowedHostNamesTest:56 - Started AllowedHostNamesTest in 3.96 seconds (process running for 31.819)
2024-03-22 09:29:07,764  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:29:07,764  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:29:07,766  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:29:07,790  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:29:07,790  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:29:07,792  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
2024-03-22 09:29:07,815  INFO main o.s.b.t.m.w.SpringBootMockServletContext:435 - Initializing Spring TestDispatcherServlet ''
2024-03-22 09:29:07,815  INFO main o.s.t.w.s.TestDispatcherServlet:532 - Initializing Servlet ''
2024-03-22 09:29:07,817  INFO main o.s.t.w.s.TestDispatcherServlet:554 - Completed initialization in 2 ms
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.058 s -- in org.eclipse.hawkbit.app.mgmt.AllowedHostNamesTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ hawkbit-mgmt-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.5.0.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-mgmt-server >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-mgmt-server ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-mgmt-server <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-mgmt-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.5.0-sources.jar
[INFO] 
[INFO] --- spring-boot:3.2.3:repackage (repackage) @ hawkbit-mgmt-server ---
[INFO] Replacing main artifact /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.5.0.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
[INFO] The original artifact has been renamed to /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.5.0.jar.original
[INFO] 
[INFO] --- spring-boot:3.2.3:repackage (default) @ hawkbit-mgmt-server ---
[INFO] Layout: JAR
[INFO] Replacing main artifact /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.5.0.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
[INFO] The original artifact has been renamed to /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.5.0.jar.original
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-mgmt-server ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-mgmt-server ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-mgmt-server ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-mgmt-server ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-mgmt-server/0.5.0/hawkbit-mgmt-server-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.5.0.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-mgmt-server/0.5.0/hawkbit-mgmt-server-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.5.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-mgmt-server/0.5.0/hawkbit-mgmt-server-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.5.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-mgmt-server/0.5.0/hawkbit-mgmt-server-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.5.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-mgmt-server/0.5.0/hawkbit-mgmt-server-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-mgmt-server/0.5.0/hawkbit-mgmt-server-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.5.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-mgmt-server/0.5.0/hawkbit-mgmt-server-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.5.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-mgmt-server/0.5.0/hawkbit-mgmt-server-0.5.0-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-mgmt-server ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.5.0.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-mgmt-server/0.5.0/hawkbit-mgmt-server-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-mgmt-server/0.5.0/hawkbit-mgmt-server-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.5.0-javadoc.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-mgmt-server/0.5.0/hawkbit-mgmt-server-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.5.0-sources.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-mgmt-server/0.5.0/hawkbit-mgmt-server-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.5.0.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-mgmt-server/0.5.0/hawkbit-mgmt-server-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-mgmt-server/0.5.0/hawkbit-mgmt-server-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.5.0-javadoc.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-mgmt-server/0.5.0/hawkbit-mgmt-server-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-mgmt-server/target/hawkbit-mgmt-server-0.5.0-sources.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-mgmt-server/0.5.0/hawkbit-mgmt-server-0.5.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ------------------< org.eclipse.hawkbit:hawkbit-sdk >-------------------
[INFO] Building hawkbit-sdk 0.5.0                                       [34/38]
[INFO]   from hawkbit-sdk/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-sdk ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-sdk ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-sdk ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-sdk ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-sdk:pom:0.5.0...
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-sdk ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-sdk ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-sdk ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-sdk ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-sdk:pom:0.5.0...
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-sdk ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/target/jacoco.exec
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-sdk >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-sdk ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-sdk <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-sdk ---
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-sdk ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-sdk ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-sdk ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-sdk ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-sdk/0.5.0/hawkbit-sdk-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/target/hawkbit-sdk-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-sdk/0.5.0/hawkbit-sdk-0.5.0.pom.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-sdk ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-sdk/0.5.0/hawkbit-sdk-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/target/hawkbit-sdk-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-sdk/0.5.0/hawkbit-sdk-0.5.0.pom.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] --------------< org.eclipse.hawkbit:hawkbit-sdk-commons >---------------
[INFO] Building hawkBit :: SDK :: Commons 0.5.0                         [35/38]
[INFO]   from hawkbit-sdk/hawkbit-sdk-commons/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-sdk-commons ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-sdk-commons ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-sdk-commons ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-sdk-commons ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-sdk-commons ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-sdk-commons:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-sdk-commons ---
[INFO] Changes detected - recompiling the module! :source
[INFO] Compiling 5 source files with javac [debug deprecation release 17] to target/classes
[WARNING] Cannot find annotation method 'when()' in type 'javax.annotation.Nonnull': class file for javax.annotation.Nonnull not found
[WARNING] unknown enum constant javax.annotation.meta.When.MAYBE
  reason: class file for javax.annotation.meta.When not found
[WARNING] No processor claimed any of these annotations: /org.springframework.context.annotation.Bean,/org.springframework.context.annotation.Primary,/org.springframework.hateoas.config.EnableHypermediaSupport,/org.springframework.context.annotation.Import,/org.springframework.boot.autoconfigure.condition.ConditionalOnNotWebApplication,/org.springframework.boot.context.properties.ConfigurationProperties,/org.springframework.boot.autoconfigure.condition.ConditionalOnClass,/org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean,/org.springframework.boot.context.properties.EnableConfigurationProperties,/org.springframework.context.annotation.PropertySource,/org.springframework.lang.NonNull,/org.springframework.context.annotation.Configuration,/org.springframework.lang.Nullable
[WARNING] Cannot find annotation method 'when()' in type 'javax.annotation.Nonnull': class file for javax.annotation.Nonnull not found
[WARNING] unknown enum constant javax.annotation.meta.When.MAYBE
  reason: class file for javax.annotation.meta.When not found
[WARNING] Cannot find annotation method 'when()' in type 'javax.annotation.Nonnull': class file for javax.annotation.Nonnull not found
[WARNING] unknown enum constant javax.annotation.meta.When.MAYBE
  reason: class file for javax.annotation.meta.When not found
[WARNING] Cannot find annotation method 'when()' in type 'javax.annotation.Nonnull': class file for javax.annotation.Nonnull not found
[WARNING] unknown enum constant javax.annotation.meta.When.MAYBE
  reason: class file for javax.annotation.meta.When not found
[WARNING] Cannot find annotation method 'when()' in type 'javax.annotation.Nonnull': class file for javax.annotation.Nonnull not found
[WARNING] unknown enum constant javax.annotation.meta.When.MAYBE
  reason: class file for javax.annotation.meta.When not found
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-sdk-commons ---
[INFO] Checking licenses...
[WARNING] Unknown file extension: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-commons/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
[WARNING] Unable to find a comment style definition for some files. You may want to add a custom mapping for the relevant file extensions.
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-sdk-commons ---
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] warning: unknown enum constant When.MAYBE
[WARNING] reason: class file for javax.annotation.meta.When not found
[WARNING] 1 warning
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-commons/target/hawkbit-sdk-commons-0.5.0-javadoc.jar
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-sdk-commons ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-sdk-commons ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-sdk-commons ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-sdk-commons:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-sdk-commons ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ hawkbit-sdk-commons ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-commons/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hawkbit-sdk-commons ---
[INFO] No sources to compile
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-sdk-commons ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-commons/target/jacoco.exec
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ hawkbit-sdk-commons ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ hawkbit-sdk-commons ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-commons/target/hawkbit-sdk-commons-0.5.0.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-sdk-commons >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-sdk-commons ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-sdk-commons <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-sdk-commons ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-commons/target/hawkbit-sdk-commons-0.5.0-sources.jar
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-sdk-commons ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-commons/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-sdk-commons ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-sdk-commons ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-sdk-commons ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-commons/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-sdk-commons/0.5.0/hawkbit-sdk-commons-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-commons/target/hawkbit-sdk-commons-0.5.0.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-sdk-commons/0.5.0/hawkbit-sdk-commons-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-commons/target/hawkbit-sdk-commons-0.5.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-sdk-commons/0.5.0/hawkbit-sdk-commons-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-commons/target/hawkbit-sdk-commons-0.5.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-sdk-commons/0.5.0/hawkbit-sdk-commons-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-commons/target/hawkbit-sdk-commons-0.5.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-sdk-commons/0.5.0/hawkbit-sdk-commons-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-commons/target/hawkbit-sdk-commons-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-sdk-commons/0.5.0/hawkbit-sdk-commons-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-commons/target/hawkbit-sdk-commons-0.5.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-sdk-commons/0.5.0/hawkbit-sdk-commons-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-commons/target/hawkbit-sdk-commons-0.5.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-sdk-commons/0.5.0/hawkbit-sdk-commons-0.5.0-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-sdk-commons ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-commons/target/hawkbit-sdk-commons-0.5.0.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-sdk-commons/0.5.0/hawkbit-sdk-commons-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-commons/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-sdk-commons/0.5.0/hawkbit-sdk-commons-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-commons/target/hawkbit-sdk-commons-0.5.0-javadoc.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-sdk-commons/0.5.0/hawkbit-sdk-commons-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-commons/target/hawkbit-sdk-commons-0.5.0-sources.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-sdk-commons/0.5.0/hawkbit-sdk-commons-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-commons/target/hawkbit-sdk-commons-0.5.0.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-sdk-commons/0.5.0/hawkbit-sdk-commons-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-commons/target/hawkbit-sdk-commons-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-sdk-commons/0.5.0/hawkbit-sdk-commons-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-commons/target/hawkbit-sdk-commons-0.5.0-javadoc.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-sdk-commons/0.5.0/hawkbit-sdk-commons-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-commons/target/hawkbit-sdk-commons-0.5.0-sources.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-sdk-commons/0.5.0/hawkbit-sdk-commons-0.5.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ---------------< org.eclipse.hawkbit:hawkbit-simple-ui >----------------
[INFO] Building hawkBit :: Runtime :: Simple UI 0.5.0                   [36/38]
[INFO]   from hawkbit-runtime/hawkbit-simple-ui/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-simple-ui ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-simple-ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-simple-ui ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-simple-ui ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-simple-ui ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-simple-ui:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-simple-ui ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 16 source files with javac [debug deprecation release 17] to target/classes
[WARNING] No processor claimed any of these annotations: /org.springframework.context.annotation.Bean,/com.vaadin.flow.router.Route,/com.vaadin.flow.component.dependency.Uses,/com.vaadin.flow.server.auth.AnonymousAllowed,/com.vaadin.flow.theme.Theme,/org.springframework.context.annotation.Import,/com.vaadin.flow.component.dependency.NpmPackage.Container,/org.springframework.boot.autoconfigure.SpringBootApplication,/com.vaadin.flow.component.Tag,/com.vaadin.flow.router.RouteAlias,/org.springframework.stereotype.Component,/jakarta.annotation.security.RolesAllowed,/com.vaadin.flow.server.PWA,/org.springframework.context.annotation.Configuration,/org.springframework.security.config.annotation.web.configuration.EnableWebSecurity,/com.vaadin.flow.component.dependency.JsModule.Container,/com.vaadin.flow.router.PageTitle,/org.springframework.beans.factory.annotation.Autowired
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/util/Utils.java:[148,19] serializable class org.eclipse.hawkbit.ui.simple.view.util.Utils.BaseDialog has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/util/SelectionGrid.java:[25,8] serializable class org.eclipse.hawkbit.ui.simple.view.util.SelectionGrid has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/util/TableView.java:[22,8] serializable class org.eclipse.hawkbit.ui.simple.view.util.TableView has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/TargetView.java:[207,20] serializable class org.eclipse.hawkbit.ui.simple.view.TargetView.TargetDetails has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/TargetView.java:[242,20] serializable class org.eclipse.hawkbit.ui.simple.view.TargetView.RegisterDialog has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/TargetView.java:[58,8] serializable class org.eclipse.hawkbit.ui.simple.view.TargetView has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/util/Filter.java:[31,8] serializable class org.eclipse.hawkbit.ui.simple.view.util.Filter has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/LoginView.java:[26,8] serializable class org.eclipse.hawkbit.ui.simple.view.LoginView has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/MainLayout.java:[47,8] serializable class org.eclipse.hawkbit.ui.simple.MainLayout has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/SoftwareModuleView.java:[151,20] serializable class org.eclipse.hawkbit.ui.simple.view.SoftwareModuleView.SoftwareModuleDetails has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/SoftwareModuleView.java:[200,20] serializable class org.eclipse.hawkbit.ui.simple.view.SoftwareModuleView.CreateDialog has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/SoftwareModuleView.java:[280,20] serializable class org.eclipse.hawkbit.ui.simple.view.SoftwareModuleView.AddArtifactsDialog has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/SoftwareModuleView.java:[63,8] serializable class org.eclipse.hawkbit.ui.simple.view.SoftwareModuleView has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/DistributionSetView.java:[145,20] serializable class org.eclipse.hawkbit.ui.simple.view.DistributionSetView.DistributionSetDetails has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/DistributionSetView.java:[194,20] serializable class org.eclipse.hawkbit.ui.simple.view.DistributionSetView.CreateDialog has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/DistributionSetView.java:[277,20] serializable class org.eclipse.hawkbit.ui.simple.view.DistributionSetView.AddSoftwareModulesDialog has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/DistributionSetView.java:[57,8] serializable class org.eclipse.hawkbit.ui.simple.view.DistributionSetView has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/SimpleUIApp.java:[49,8] serializable class org.eclipse.hawkbit.ui.simple.SimpleUIApp has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/AboutView.java:[26,8] serializable class org.eclipse.hawkbit.ui.simple.view.AboutView has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/RolloutView.java:[117,20] serializable class org.eclipse.hawkbit.ui.simple.view.RolloutView.Actions has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/RolloutView.java:[186,20] serializable class org.eclipse.hawkbit.ui.simple.view.RolloutView.RolloutDetails has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/RolloutView.java:[259,20] serializable class org.eclipse.hawkbit.ui.simple.view.RolloutView.CreateDialog has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/RolloutView.java:[62,8] serializable class org.eclipse.hawkbit.ui.simple.view.RolloutView has no definition of serialVersionUID
[INFO] 
[INFO] --- vaadin:24.3.7:build-frontend (default) @ hawkbit-simple-ui ---
[INFO] Reflections took 2879 ms to scan 153 urls, producing 6713 keys and 37713 values
[INFO] Scanning classes to find frontend configurations and dependencies...
[INFO] Visited 6011 classes. Took 3567 ms.
[INFO] Checking if a production mode bundle build is needed
[INFO] A production mode bundle build is not needed
[INFO] Copying frontend resources from jar files ...
[INFO] Visited 156 resources. Took 117 ms.
[INFO] Reflections took 1875 ms to scan 153 urls, producing 6713 keys and 37713 values
[INFO] Scanning classes to find frontend configurations and dependencies...
[INFO] Visited 6011 classes. Took 2838 ms.
[INFO] Build frontend completed in 11707 ms.
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-simple-ui ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-simple-ui ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/hawkbit-simple-ui-0.5.0-javadoc.jar
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-simple-ui ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-simple-ui ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-simple-ui ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-simple-ui:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-simple-ui ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 16 source files with javac [debug deprecation release 17] to target/classes
[WARNING] No processor claimed any of these annotations: /org.springframework.context.annotation.Bean,/com.vaadin.flow.router.Route,/com.vaadin.flow.component.dependency.Uses,/com.vaadin.flow.server.auth.AnonymousAllowed,/com.vaadin.flow.theme.Theme,/org.springframework.context.annotation.Import,/com.vaadin.flow.component.dependency.NpmPackage.Container,/org.springframework.boot.autoconfigure.SpringBootApplication,/com.vaadin.flow.component.Tag,/com.vaadin.flow.router.RouteAlias,/org.springframework.stereotype.Component,/jakarta.annotation.security.RolesAllowed,/com.vaadin.flow.server.PWA,/org.springframework.context.annotation.Configuration,/org.springframework.security.config.annotation.web.configuration.EnableWebSecurity,/com.vaadin.flow.component.dependency.JsModule.Container,/com.vaadin.flow.router.PageTitle,/org.springframework.beans.factory.annotation.Autowired
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/util/Utils.java:[148,19] serializable class org.eclipse.hawkbit.ui.simple.view.util.Utils.BaseDialog has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/util/SelectionGrid.java:[25,8] serializable class org.eclipse.hawkbit.ui.simple.view.util.SelectionGrid has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/util/TableView.java:[22,8] serializable class org.eclipse.hawkbit.ui.simple.view.util.TableView has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/TargetView.java:[207,20] serializable class org.eclipse.hawkbit.ui.simple.view.TargetView.TargetDetails has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/TargetView.java:[242,20] serializable class org.eclipse.hawkbit.ui.simple.view.TargetView.RegisterDialog has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/TargetView.java:[58,8] serializable class org.eclipse.hawkbit.ui.simple.view.TargetView has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/util/Filter.java:[31,8] serializable class org.eclipse.hawkbit.ui.simple.view.util.Filter has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/LoginView.java:[26,8] serializable class org.eclipse.hawkbit.ui.simple.view.LoginView has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/MainLayout.java:[47,8] serializable class org.eclipse.hawkbit.ui.simple.MainLayout has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/SoftwareModuleView.java:[151,20] serializable class org.eclipse.hawkbit.ui.simple.view.SoftwareModuleView.SoftwareModuleDetails has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/SoftwareModuleView.java:[200,20] serializable class org.eclipse.hawkbit.ui.simple.view.SoftwareModuleView.CreateDialog has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/SoftwareModuleView.java:[280,20] serializable class org.eclipse.hawkbit.ui.simple.view.SoftwareModuleView.AddArtifactsDialog has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/SoftwareModuleView.java:[63,8] serializable class org.eclipse.hawkbit.ui.simple.view.SoftwareModuleView has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/DistributionSetView.java:[145,20] serializable class org.eclipse.hawkbit.ui.simple.view.DistributionSetView.DistributionSetDetails has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/DistributionSetView.java:[194,20] serializable class org.eclipse.hawkbit.ui.simple.view.DistributionSetView.CreateDialog has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/DistributionSetView.java:[277,20] serializable class org.eclipse.hawkbit.ui.simple.view.DistributionSetView.AddSoftwareModulesDialog has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/DistributionSetView.java:[57,8] serializable class org.eclipse.hawkbit.ui.simple.view.DistributionSetView has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/SimpleUIApp.java:[49,8] serializable class org.eclipse.hawkbit.ui.simple.SimpleUIApp has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/AboutView.java:[26,8] serializable class org.eclipse.hawkbit.ui.simple.view.AboutView has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/RolloutView.java:[117,20] serializable class org.eclipse.hawkbit.ui.simple.view.RolloutView.Actions has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/RolloutView.java:[186,20] serializable class org.eclipse.hawkbit.ui.simple.view.RolloutView.RolloutDetails has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/RolloutView.java:[259,20] serializable class org.eclipse.hawkbit.ui.simple.view.RolloutView.CreateDialog has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple/view/RolloutView.java:[62,8] serializable class org.eclipse.hawkbit.ui.simple.view.RolloutView has no definition of serialVersionUID
[INFO] 
[INFO] --- vaadin:24.3.7:build-frontend (default) @ hawkbit-simple-ui ---
[INFO] Reflections took 1721 ms to scan 153 urls, producing 6713 keys and 37713 values
[INFO] Scanning classes to find frontend configurations and dependencies...
[INFO] Visited 6011 classes. Took 2652 ms.
[INFO] Checking if a production mode bundle build is needed
[INFO] A production mode bundle build is not needed
[INFO] Copying frontend resources from jar files ...
[INFO] Visited 156 resources. Took 45 ms.
[INFO] Reflections took 1279 ms to scan 153 urls, producing 6713 keys and 37713 values
[INFO] Scanning classes to find frontend configurations and dependencies...
[INFO] Visited 6011 classes. Took 2555 ms.
[INFO] Build frontend completed in 8608 ms.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ hawkbit-simple-ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hawkbit-simple-ui ---
[INFO] No sources to compile
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-simple-ui ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/jacoco.exec
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ hawkbit-simple-ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ hawkbit-simple-ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/hawkbit-simple-ui-0.5.0.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-simple-ui >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-simple-ui ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-simple-ui <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-simple-ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/hawkbit-simple-ui-0.5.0-sources.jar
[INFO] 
[INFO] --- spring-boot:3.2.3:repackage (repackage) @ hawkbit-simple-ui ---
[INFO] Replacing main artifact /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/hawkbit-simple-ui-0.5.0.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
[INFO] The original artifact has been renamed to /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/hawkbit-simple-ui-0.5.0.jar.original
[INFO] 
[INFO] --- spring-boot:3.2.3:repackage (default) @ hawkbit-simple-ui ---
[INFO] Layout: JAR
[INFO] Replacing main artifact /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/hawkbit-simple-ui-0.5.0.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
[INFO] The original artifact has been renamed to /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/hawkbit-simple-ui-0.5.0.jar.original
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-simple-ui ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-simple-ui ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-simple-ui ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-simple-ui ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-simple-ui/0.5.0/hawkbit-simple-ui-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/hawkbit-simple-ui-0.5.0.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-simple-ui/0.5.0/hawkbit-simple-ui-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/hawkbit-simple-ui-0.5.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-simple-ui/0.5.0/hawkbit-simple-ui-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/hawkbit-simple-ui-0.5.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-simple-ui/0.5.0/hawkbit-simple-ui-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/hawkbit-simple-ui-0.5.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-simple-ui/0.5.0/hawkbit-simple-ui-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/hawkbit-simple-ui-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-simple-ui/0.5.0/hawkbit-simple-ui-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/hawkbit-simple-ui-0.5.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-simple-ui/0.5.0/hawkbit-simple-ui-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/hawkbit-simple-ui-0.5.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-simple-ui/0.5.0/hawkbit-simple-ui-0.5.0-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-simple-ui ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/hawkbit-simple-ui-0.5.0.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-simple-ui/0.5.0/hawkbit-simple-ui-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-simple-ui/0.5.0/hawkbit-simple-ui-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/hawkbit-simple-ui-0.5.0-javadoc.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-simple-ui/0.5.0/hawkbit-simple-ui-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/hawkbit-simple-ui-0.5.0-sources.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-simple-ui/0.5.0/hawkbit-simple-ui-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/hawkbit-simple-ui-0.5.0.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-simple-ui/0.5.0/hawkbit-simple-ui-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/hawkbit-simple-ui-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-simple-ui/0.5.0/hawkbit-simple-ui-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/hawkbit-simple-ui-0.5.0-javadoc.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-simple-ui/0.5.0/hawkbit-simple-ui-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-runtime/hawkbit-simple-ui/target/hawkbit-simple-ui-0.5.0-sources.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-simple-ui/0.5.0/hawkbit-simple-ui-0.5.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ---------------< org.eclipse.hawkbit:hawkbit-sdk-device >---------------
[INFO] Building hawkBit :: SDK :: Device SDK 0.5.0                      [37/38]
[INFO]   from hawkbit-sdk/hawkbit-sdk-device/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-sdk-device ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-sdk-device ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-sdk-device ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-sdk-device ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-sdk-device ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-sdk-device:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-sdk-device ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug deprecation release 17] to target/classes
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-sdk-device ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-sdk-device ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-device/target/hawkbit-sdk-device-0.5.0-javadoc.jar
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-sdk-device ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-sdk-device ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-sdk-device ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-sdk-device:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-sdk-device ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug deprecation release 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ hawkbit-sdk-device ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-device/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hawkbit-sdk-device ---
[INFO] No sources to compile
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-sdk-device ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-device/target/jacoco.exec
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ hawkbit-sdk-device ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ hawkbit-sdk-device ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-device/target/hawkbit-sdk-device-0.5.0.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-sdk-device >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-sdk-device ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-sdk-device <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-sdk-device ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-device/target/hawkbit-sdk-device-0.5.0-sources.jar
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-sdk-device ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-device/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-sdk-device ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-sdk-device ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-sdk-device ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-device/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-sdk-device/0.5.0/hawkbit-sdk-device-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-device/target/hawkbit-sdk-device-0.5.0.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-sdk-device/0.5.0/hawkbit-sdk-device-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-device/target/hawkbit-sdk-device-0.5.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-sdk-device/0.5.0/hawkbit-sdk-device-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-device/target/hawkbit-sdk-device-0.5.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-sdk-device/0.5.0/hawkbit-sdk-device-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-device/target/hawkbit-sdk-device-0.5.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-sdk-device/0.5.0/hawkbit-sdk-device-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-device/target/hawkbit-sdk-device-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-sdk-device/0.5.0/hawkbit-sdk-device-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-device/target/hawkbit-sdk-device-0.5.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-sdk-device/0.5.0/hawkbit-sdk-device-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-device/target/hawkbit-sdk-device-0.5.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-sdk-device/0.5.0/hawkbit-sdk-device-0.5.0-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-sdk-device ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-device/target/hawkbit-sdk-device-0.5.0.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-sdk-device/0.5.0/hawkbit-sdk-device-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-device/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-sdk-device/0.5.0/hawkbit-sdk-device-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-device/target/hawkbit-sdk-device-0.5.0-javadoc.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-sdk-device/0.5.0/hawkbit-sdk-device-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-device/target/hawkbit-sdk-device-0.5.0-sources.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-sdk-device/0.5.0/hawkbit-sdk-device-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-device/target/hawkbit-sdk-device-0.5.0.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-sdk-device/0.5.0/hawkbit-sdk-device-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-device/target/hawkbit-sdk-device-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-sdk-device/0.5.0/hawkbit-sdk-device-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-device/target/hawkbit-sdk-device-0.5.0-javadoc.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-sdk-device/0.5.0/hawkbit-sdk-device-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-device/target/hawkbit-sdk-device-0.5.0-sources.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-sdk-device/0.5.0/hawkbit-sdk-device-0.5.0-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ----------------< org.eclipse.hawkbit:hawkbit-sdk-demo >----------------
[INFO] Building hawkBit :: SDK :: Test / Example 0.5.0                  [38/38]
[INFO]   from hawkbit-sdk/hawkbit-sdk-demo/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-sdk-demo ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-sdk-demo ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-sdk-demo ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-sdk-demo ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-sdk-demo ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-sdk-demo:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-sdk-demo ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug deprecation release 17] to target/classes
[WARNING] No processor claimed any of these annotations: /org.springframework.shell.standard.ShellComponent,/org.springframework.context.annotation.Bean,/org.springframework.beans.factory.annotation.Value,/org.springframework.shell.standard.ShellMethod,/org.springframework.shell.standard.ShellOption,/org.springframework.boot.autoconfigure.SpringBootApplication
[INFO] 
[INFO] --- license:2.11:check (default-cli) @ hawkbit-sdk-demo ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- javadoc:3.6.3:jar (default-cli) @ hawkbit-sdk-demo ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-demo/target/hawkbit-sdk-demo-0.5.0-javadoc.jar
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-sdk-demo ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ hawkbit-sdk-demo ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-sdk-demo ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-sdk-demo:jar:0.5.0...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ hawkbit-sdk-demo ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug deprecation release 17] to target/classes
[WARNING] No processor claimed any of these annotations: /org.springframework.shell.standard.ShellComponent,/org.springframework.context.annotation.Bean,/org.springframework.beans.factory.annotation.Value,/org.springframework.shell.standard.ShellMethod,/org.springframework.shell.standard.ShellOption,/org.springframework.boot.autoconfigure.SpringBootApplication
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ hawkbit-sdk-demo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-demo/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hawkbit-sdk-demo ---
[INFO] No sources to compile
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-sdk-demo ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-demo/target/jacoco.exec
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ hawkbit-sdk-demo ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ hawkbit-sdk-demo ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-demo/target/hawkbit-sdk-demo-0.5.0.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ hawkbit-sdk-demo >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-sdk-demo ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ hawkbit-sdk-demo <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ hawkbit-sdk-demo ---
[INFO] Building jar: /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-demo/target/hawkbit-sdk-demo-0.5.0-sources.jar
[INFO] 
[INFO] --- spring-boot:3.2.3:repackage (repackage) @ hawkbit-sdk-demo ---
[INFO] Replacing main artifact /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-demo/target/hawkbit-sdk-demo-0.5.0.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
[INFO] The original artifact has been renamed to /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-demo/target/hawkbit-sdk-demo-0.5.0.jar.original
[INFO] 
[INFO] --- spring-boot:3.2.3:repackage (default) @ hawkbit-sdk-demo ---
[INFO] Layout: JAR
[INFO] Replacing main artifact /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-demo/target/hawkbit-sdk-demo-0.5.0.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
[INFO] The original artifact has been renamed to /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-demo/target/hawkbit-sdk-demo-0.5.0.jar.original
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-sdk-demo ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-demo/target/jacoco-it.exec
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-sdk-demo ---
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ hawkbit-sdk-demo ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ hawkbit-sdk-demo ---
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-demo/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-sdk-demo/0.5.0/hawkbit-sdk-demo-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-demo/target/hawkbit-sdk-demo-0.5.0.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-sdk-demo/0.5.0/hawkbit-sdk-demo-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-demo/target/hawkbit-sdk-demo-0.5.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-sdk-demo/0.5.0/hawkbit-sdk-demo-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-demo/target/hawkbit-sdk-demo-0.5.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-sdk-demo/0.5.0/hawkbit-sdk-demo-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-demo/target/hawkbit-sdk-demo-0.5.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-sdk-demo/0.5.0/hawkbit-sdk-demo-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-demo/target/hawkbit-sdk-demo-0.5.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-sdk-demo/0.5.0/hawkbit-sdk-demo-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-demo/target/hawkbit-sdk-demo-0.5.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-sdk-demo/0.5.0/hawkbit-sdk-demo-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-demo/target/hawkbit-sdk-demo-0.5.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawkbit/hawkbit-sdk-demo/0.5.0/hawkbit-sdk-demo-0.5.0-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ hawkbit-sdk-demo ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1d2b23f380235e" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-demo/target/hawkbit-sdk-demo-0.5.0.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-sdk-demo/0.5.0/hawkbit-sdk-demo-0.5.0.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-demo/.flattened-pom.xml to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-sdk-demo/0.5.0/hawkbit-sdk-demo-0.5.0.pom
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-demo/target/hawkbit-sdk-demo-0.5.0-javadoc.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-sdk-demo/0.5.0/hawkbit-sdk-demo-0.5.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-demo/target/hawkbit-sdk-demo-0.5.0-sources.jar to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-sdk-demo/0.5.0/hawkbit-sdk-demo-0.5.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-demo/target/hawkbit-sdk-demo-0.5.0.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-sdk-demo/0.5.0/hawkbit-sdk-demo-0.5.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-demo/target/hawkbit-sdk-demo-0.5.0.pom.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-sdk-demo/0.5.0/hawkbit-sdk-demo-0.5.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-demo/target/hawkbit-sdk-demo-0.5.0-javadoc.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-sdk-demo/0.5.0/hawkbit-sdk-demo-0.5.0-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/hawkbit-master-release/hawkbit-sdk/hawkbit-sdk-demo/target/hawkbit-sdk-demo-0.5.0-sources.jar.asc to /home/jenkins/agent/workspace/hawkbit-master-release/target/nexus-staging/staging/1d2b23f380235e/org/eclipse/hawkbit/hawkbit-sdk-demo/0.5.0/hawkbit-sdk-demo-0.5.0-sources.jar.asc
[INFO] Performing remote staging...
[INFO] 
[INFO]  * Remote staging into staging profile ID "1d2b23f380235e"
[INFO]  * Created staging repository with ID "orgeclipsehawkbit-1081".
[INFO]  * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehawkbit-1081
[INFO]  * Uploading locally staged artifacts to profile org.eclipse.hawkbit
[INFO]  * Upload of locally staged artifacts finished.
[INFO]  * Closing staging repository with ID "orgeclipsehawkbit-1081".

Waiting for operation to complete...
...............

[INFO] Remote staged 1 repositories, finished with success.
[INFO] 
[INFO] -----------------< org.eclipse.hawkbit:hawkbit-parent >-----------------
[INFO] Building hawkBit :: Parent 0.5.0                                 [39/38]
[INFO]   from .flattened-pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- scm:2.0.1:tag (default-cli) @ hawkbit-parent ---
[INFO] Final Tag Name: '0.5.0'
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/hawkbit-master-release' && 'git' 'tag' '-F' '/tmp/maven-scm-1082046542.commit' '0.5.0'
[INFO] Working directory: /home/jenkins/agent/workspace/hawkbit-master-release
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/hawkbit-master-release' && 'git' 'push' 'https://****:********@github.com/eclipse/hawkbit.git' 'refs/tags/0.5.0'
[INFO] Working directory: /home/jenkins/agent/workspace/hawkbit-master-release
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/hawkbit-master-release' && 'git' 'ls-files'
[INFO] Working directory: /home/jenkins/agent/workspace/hawkbit-master-release
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for hawkBit :: Parent 0.5.0:
[INFO] 
[INFO] hawkBit :: Parent .................................. SUCCESS [  6.555 s]
[INFO] hawkBit :: Core .................................... SUCCESS [ 15.648 s]
[INFO] hawkBit :: Core Security ........................... SUCCESS [ 11.879 s]
[INFO] hawkBit :: Repository .............................. SUCCESS [  0.828 s]
[INFO] hawkBit :: Repository :: API ....................... SUCCESS [ 17.002 s]
[INFO] hawkBit :: Repository :: Core Implementation Support SUCCESS [ 12.394 s]
[INFO] hawkBit :: Artifact Repository :: Filesystem ....... SUCCESS [  7.413 s]
[INFO] hawkBit :: Repository :: Test Utilities ............ SUCCESS [  7.205 s]
[INFO] hawkBit :: Repository :: JPA Implementation ........ SUCCESS [06:18 min]
[INFO] hawkBit :: Security Integration .................... SUCCESS [ 10.724 s]
[INFO] hawkBit :: HTTP Security ........................... SUCCESS [ 10.584 s]
[INFO] hawkBit :: DMF ..................................... SUCCESS [  0.700 s]
[INFO] hawkBit :: DMF :: API .............................. SUCCESS [  4.236 s]
[INFO] hawkBit :: DMF :: RabbitMq Test module ............. SUCCESS [  4.747 s]
[INFO] hawkBit :: DMF :: AMQP 0.9 Implementation .......... SUCCESS [ 38.441 s]
[INFO] hawkBit :: REST .................................... SUCCESS [  4.527 s]
[INFO] hawkBit :: REST :: Core ............................ SUCCESS [ 11.830 s]
[INFO] hawkBit :: REST :: DDI API ......................... SUCCESS [ 10.740 s]
[INFO] hawkBit :: REST :: DDI Resources ................... SUCCESS [01:55 min]
[INFO] hawkBit :: REST :: Management API .................. SUCCESS [ 13.663 s]
[INFO] hawkBit :: REST :: Management Resources ............ SUCCESS [02:28 min]
[INFO] hawkBit :: Spring Boot Autoconfigure ............... SUCCESS [  6.010 s]
[INFO] hawkBit :: Spring Boot Starters .................... SUCCESS [  0.669 s]
[INFO] hawkBit :: Spring Boot Starter DDI API ............. SUCCESS [  1.179 s]
[INFO] hawkBit :: Spring Boot Starter DMF API ............. SUCCESS [  0.987 s]
[INFO] hawkBit :: Spring Boot Starter Management API ...... SUCCESS [  0.979 s]
[INFO] hawkBit :: Spring Boot Starter ..................... SUCCESS [  0.995 s]
[INFO] hawkBit :: Runtime :: Parent ....................... SUCCESS [  2.693 s]
[INFO] hawkBit :: Runtime :: Update Server (Monolith) ..... SUCCESS [ 41.601 s]
[INFO] hawkBit :: Test Report ............................. SUCCESS [  3.631 s]
[INFO] hawkBit :: Runtime :: DDI Server ................... SUCCESS [ 37.679 s]
[INFO] hawkBit :: Runtime :: DMF Server ................... SUCCESS [  8.587 s]
[INFO] hawkBit :: Runtime :: Management Server ............ SUCCESS [ 41.702 s]
[INFO] hawkbit-sdk ........................................ SUCCESS [  0.677 s]
[INFO] hawkBit :: SDK :: Commons .......................... SUCCESS [  3.992 s]
[INFO] hawkBit :: Runtime :: Simple UI .................... SUCCESS [ 31.935 s]
[INFO] hawkBit :: SDK :: Device SDK ....................... SUCCESS [  4.862 s]
[INFO] hawkBit :: SDK :: Test / Example ................... SUCCESS [02:35 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  20:11 min
[INFO] Finished at: 2024-03-22T09:32:33Z
[INFO] ------------------------------------------------------------------------
Finished: SUCCESS